You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by be...@incubator.apache.org on 2004/12/03 16:16:02 UTC

[Apache Beehive Wiki] Updated: NetUI/HtmlTags

   Date: 2004-12-03T07:16:02
   Editor: DarylOlander <do...@bea.com>
   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.
+
+