Date Editor.readonly
Synopsis
You can make this edit widget read only to prevent the user from changing values. There are two main ways of using this:Checkbox + javascript
You can use the checkbox to set its initial state and use javascript to change that later on withthis.<EditorName>.setReadonly(true);
Bind
You can use the bind dialog to enable this widget only when certain conditions are met. For example, you can bind your edit widget to a DataGrid's emptySelection property to make this editor only editable if something is selected in your grid.Details
No details yet
on 01/06/2009 at 11:08


