Changeset 214
- Timestamp:
- 05/08/07 16:12:57 (6 years ago)
- Files:
-
- 1 modified
-
jala/trunk/code/Form.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jala/trunk/code/Form.js
r211 r214 292 292 jala.Form.createComponents = function(container, arr) { 293 293 var components = []; 294 var element; 294 295 for (var i=0; i<arr.length; i++) { 295 296 element = arr[i]; … … 603 604 */ 604 605 jala.Form.Component = function Component(name) { 606 /** 607 * The Form this component belongs to 608 * @type jala.Form 609 * @private 610 */ 611 var form; 605 612 606 613 /**
![(please configure the [header_logo] section in trac.ini)](/jala/chrome/common/trac_banner.png)