cloudstack/ui
Brian Federle 365e8803cd 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,
        ...
      },
      ...
    },
    ...
  }
}
2012-08-07 13:46:32 -07:00
..
css Autoscale UI: Add actions to top of dialog 2012-08-07 13:19:35 -07:00
images multiEdit: better handling for tag widget 2012-08-06 14:14:30 -07:00
lib CS-15057: Remove jquery.timer.js from source code. Replace it with native JavaScript functions. 2012-06-04 18:06:00 -07:00
scripts multiEdit: support validate on custom action 2012-08-07 13:46:32 -07:00
.classpath cloudStack 3.0 new UI - move project file and classpath from old UI directory to new UI directory. 2011-11-04 11:32:10 -07:00
.project cloudStack 3.0 new UI - move project file and classpath from old UI directory to new UI directory. 2011-11-04 11:32:10 -07:00
index.jsp multiEdit: better handling for tag widget 2012-08-06 14:14:30 -07:00