Version 0.9.5 beta - added form attribute disabled to the textfield
This commit is contained in:
@@ -42,6 +42,7 @@ interface IForm
|
||||
const FORM_ATTRIBUTE_CHECKED = 'checked';
|
||||
const FORM_ATTRIBUTE_MAXLENGTH = 'maxlength';
|
||||
const FORM_ATTRIBUTE_TABINDEX = 'tabindex';
|
||||
const FORM_ATTRIBUTE_DISABLED = 'disabled';
|
||||
|
||||
/**
|
||||
* @desc loads the current Form element to the form
|
||||
|
||||
Reference in New Issue
Block a user