Class ecm.widget.admin.CustomSettingsDialog


Extends dijit.Dialog.
Provides a dialog box that is used to edit custom settings OnDemand repository.
Defined in: <ecm\widget\admin\CustomSettingsDialog.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
 
onAdd(screenData)
 
onEdit(screenData, originalData)
 
 
show(store, editData)
 
Validate any custom data on the form.

Constructor Detail

ecm.widget.admin.CustomSettingsDialog()

Method Detail

isNameFieldValid()


onAdd(screenData)

Parameters:
screenData

onEdit(screenData, originalData)

Parameters:
screenData
originalData

postCreate()


show(store, editData)

Parameters:
store
editData

validateData()

Validate any custom data on the form. Return true if valid, false if not. This is called, only if the name and value field validation tests have passed.
Since:
2.0.3.8