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 with

this.<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


      Share/Bookmark
© 2010 WaveMaker Software™ All Rights Reserved.