remove plugins in ext javascript form via code?

Posted by terrani on Stack Overflow See other posts from Stack Overflow or by terrani
Published on 2010-03-28T15:05:34Z Indexed on 2010/03/28 15:13 UTC
Read the original article Hit count: 171

Filed under:
|
|

Hi,

i have the following form item

{
 fieldLabel:'Username'
,id:"username"
,name:'username'
,allowBlank:false
,plugins:[Ext.ux.plugins.RemoteValidator]
,rvOptions: {
    url:'/registration/member/valid-username'
}

is it possible to remove plugins later via code?

© Stack Overflow or respective owner

Related posts about ext

Related posts about form