Element Details: HTML+Attribute+Params
 Back


Available in: Logi Info Source code name: HtmlAttributeParams

HtmlAttributeParams adds attributes to the output of HtmlTags.

This example uses HtmlAttributeParams to set a "title" attribute.

Sample Definition:
<HtmlTag HtmlTagName="li" HtmlTagText="My List Item">
<HtmlAttributeParams title="My List Item Title" />
</HtmlTag>

Sample HTML output.
<li title="My List Item Title">My List Item</li>



ATTRIBUTES

Click attribute Name to drill down for more information.




PARENT ELEMENTS

Click element to drill down for more information.

HTML Tag


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top