dirtied this into form.js ;
this.renderButtons();
if (this.options.disabled)
{
this.disable();
}
as it wasn't working with the following format:
{$container}Form = new YAHOO.inputEx.Form( {
fields: [ $fields[fields] ],
disabled : "true",
buttons: [{type: 'submit', value: $submitLabel}$buttons],
parentEl: '$container',
one day i'll redo it all in JSONschema, but today is not the day :p
thanks again
On Oct 1, 7:49 pm, "Eric Abouaf" <
eric.abo...@gmail.com> wrote:
> True...
> I just commited the fix.
>
> To disable it at creation:
> {type: 'form', inputParams: { disabled: true} }
>
> For the 'edition' pattern, take a look at the inPlaceEdit field
>