Date: 2004-12-03T07:16:02 Editor: DarylOlander <[EMAIL PROTECTED]> Wiki: Apache Beehive Wiki Page: NetUI/HtmlTags URL: http://wiki.apache.org/beehive/NetUI/HtmlTags
no comment Change Log: ------------------------------------------------------------------------------ @@ -64,3 +64,12 @@ These base classes provide two basic services to subclasses, error reporting and name scoping. == HTML Tags == + +=== JavaScript and HTML Controls === + +The following page describes how HTML Controls are named and how JavaScript support works. For the HTML controls +(Button, TextBox, Select, etc.) the '''name''' attribute is generated based upon the databinding expression. The +'''tagId''' is used to generate the id attribute. The '''tagId''' is passed to the URL Rewriter service to allow +for names to be scoped. The tags then generate JavaScript variables to allow authors to lookup these names at runtime in a consistent way. + +
