cloudstack/ui/scripts/ui
Brian Federle f169a97096 multiEdit: Support default value and description
-If 'defaultValue' is specified for a text field, then put that value
 into the text field on load.

-If 'desc' is specified for any field, then use it as a 'title'
 attribute to show a tooltip description.

Example:

      'icmptype': {
        ...
        defaultValue: '-1',
        desc: 'Please specify -1 if you want to allow all'
        ...
      }
2012-08-13 12:15:43 -07:00
..
widgets multiEdit: Support default value and description 2012-08-13 12:15:43 -07:00
core.js cloudBrowser / list view UI: Show subsection in breadcrumb 2012-08-01 13:24:51 -07:00
dialog.js CS-14230 2012-06-14 11:34:10 -07:00
events.js Cleanup whitespace + indentation for UI widgets 2012-04-03 15:48:49 -07:00
utils.js CS-14715 2012-05-14 12:44:00 -07:00