Displaying 1 result from an estimated 1 matches for "formpanel".
Did you mean:
formlabel
2011 Apr 14
1
a little problem with extJS & log in form
...!session[:user_id]
redirect_to :action=> ''login''
end
end
def logout
if session[:user_id]
reset_session
redirect_to :action=> ''login''
end
end
end
Have login.js
var userform = new Ext.form.FormPanel({
baseCls: ''x-plain'',
labelWidth: 75,
id: ''userform'',
method: ''POST'',
url:''/user/authenticate'',
defaultType: ''textfield'',
items: [{
fie...