[rhmessaging-commits] rhmessaging commits: r1121 - in mgmt: notes and 1 other directory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Fri Oct 19 14:00:54 EDT 2007


Author: justi9
Date: 2007-10-19 14:00:54 -0400 (Fri, 19 Oct 2007)
New Revision: 1121

Modified:
   mgmt/cumin/python/wooly/forms.strings
   mgmt/notes/Todo
Log:
Adds an id param to the form button html.  Adds some todo items.



Modified: mgmt/cumin/python/wooly/forms.strings
===================================================================
--- mgmt/cumin/python/wooly/forms.strings	2007-10-19 17:58:47 UTC (rev 1120)
+++ mgmt/cumin/python/wooly/forms.strings	2007-10-19 18:00:54 UTC (rev 1121)
@@ -1,5 +1,5 @@
 [FormButton.html]
-<button type="submit" name="{name}" value="{value}" tabindex="{tabindex}" {disabled_attr}>{content}</button>
+<button id="{id}" type="submit" name="{name}" value="{value}" tabindex="{tabindex}" {disabled_attr}>{content}</button>
 
 [TextInput.html]
 {errors}

Modified: mgmt/notes/Todo
===================================================================
--- mgmt/notes/Todo	2007-10-19 17:58:47 UTC (rev 1120)
+++ mgmt/notes/Todo	2007-10-19 18:00:54 UTC (rev 1121)
@@ -102,4 +102,11 @@
 
  * Rename ServerGroupType to ServerGroupCategory
 
- * Add a frame() accessor to Widget
\ No newline at end of file
+ * Add a frame() accessor to Widget
+
+ * Perhaps make templates do this: <ul>{<li><a href="">somename</a></li>}</ul>
+
+   - or this: <ul>{?href <li><a href="$">Add User</A></li>}</ul>
+
+ * Add a sanity check traversal to the widget tree and to the
+   registered sets of widgets and parameters




More information about the rhmessaging-commits mailing list