Changes between Initial Version and Version 2 of Ticket #12792
- Timestamp:
- Apr 26, 2011, 10:32:23 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12792
-
Property
Component
changed from
General
toDijit
-
Property
Component
changed from
-
Ticket #12792 – Description
initial v2 3 3 The problem was that _LayoutWidget tries to determine a position for each dojo-markedup children element, also dijit.form.Button, and for this element i was getting an error on capitalize function 4 4 5 var capitalize = function(word){ 5 {{{ 6 164 var capitalize = function(word){ 6 7 165 return word.substring(0,1).toUpperCase() + word.substring(1); 7 8 166 }; 9 }}} 8 10 9 11 http://bugs.dojotoolkit.org/browser/dijit/trunk/layout/_LayoutWidget.js?rev=14743