Unofficial Content
  • This documentation is valid for:

Configuring HTML Tags properties


To create a new HTML Tag Node, you must click with the right button on the "HTML Nodes" folder or on another already defined HTML Node, and select "New Tag". A dialog will be displayed with a combo box where you will be able to choose from a group of HTML tags.

There follows a very simple example, where a list of items with bullets has been defined in the form of a GeneXus web panel. This list has been generated as follows, using the "Format" button of the GeneXus "HTML Formating" toolbar:

1. We selected "Bulleted List"
2. We selected "Heading 4"
3. We entered the items.

As it is to be expected, the generated HTML code will be the following:

<UL>
<LI>
<H4>Item1</H4></LI>
<LI>
<H4>Item2</H4></LI>
<LI>
<H4>Item3</H4></LI></UL>

Therefore, we can define an H4 child of a UL tag in the theme, and specifically set up the properties of the H4 tag, if the objective is that the items that are headings of the 4 type within the list be visualized with specific characteristics.

If the objective is differentiating those heading fonts, from the 4 headings that do not belong to any list, an independent H4 tag with its properties will be defined, as shown in the following figure:

img/wiki_up//extheme4.jpg
Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant