At the moment there isn't an easy way to map a fragment of markup with
a NetUI tag using a tagId to use with the NetUI client side JavaScript
support. Most of the NetUI tags have the tagId attribute for the
JavaScript support but the tags map to specific form controls and
acnhors, etc.

I'd like to propose adding a <netui:div> tag to the set of NetUI HTML tags.

One use case is a page using the NetUI tag scoping of the generated
HTML id attributes and custom client side JavaScript code that needs
to access a fragment of markup using the NetUI lookIdByTagId()
JavaScript function. The markup in the fragment may not require or use
other NetUI tags. Something like...

<netui:div tagId="myFragDiv">
 <someprefix:someTag ..."/>
 ...
</div>

Any concerns or thoughts?

Thanks,
Carlin

Reply via email to