cloudstack/ui
Brian Federle c6e58b6ece multiEdit: support validate on custom action
If requireValidation: true is set for a custom action, then only
perform action if multiEdit's form fields are valid. This does not
apply to clicking on existing rules' action buttons.

Syntax:

multiEdit: {
  fields: {
    testField: {
      custom: {
        requireValidation: true,
        ...
      },
      ...
    },
    ...
  }
}

Conflicts:
	ui/scripts/ui/widgets/multiEdit.js
2012-08-07 13:48:27 -07:00
..
css License header updates for the UI folder 2012-08-03 12:45:47 -04:00
images Fix sprite sheet, which was out of date 2012-07-24 15:35:18 -07:00
lib (1) CS-15057: Remove jquery.timer.js from source code. Replace it with native JavaScript functions. 2012-06-21 12:13:41 -07:00
scripts multiEdit: support validate on custom action 2012-08-07 13:48:27 -07:00
tests License header updates for the UI folder 2012-08-03 12:45:47 -04:00
.classpath License header updates for the UI folder 2012-08-03 12:45:47 -04:00
.project License header updates for the UI folder 2012-08-03 12:45:47 -04:00
index.jsp License header updates for the UI folder 2012-08-03 12:45:47 -04:00