Displaying 3 results from an estimated 3 matches for "labelwidth".
Did you mean:
label_width
2007 Dec 10
4
facebook_resources method not found
Is anyone else getting this error in their routes, when running
Facebooker from a plugin.
./script/../config/../config/routes.rb:67: undefined method
`facebook_resources'' for main:Object (NoMethodError)
from /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/
action_controller/routing.rb:1139:in `draw''
from ./script/../config/../config/routes.rb:1
2011 Apr 14
1
a little problem with extJS & log in form
...9;'
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: [{
fieldLabel: ''Login'',
name: ''user...
2009 Jan 14
4
How to get legend outside of plot?
I am creating a CDF plot function more user-friendly than any default r
function. Depending upon the bimodality of the data (it is often bimodal),
or any other strange data trends, the points can end up gathering in just
about any corner of the plot. So, when I add a legend, whether I choose to
add it in the bottom right, top left, or wherever, it will sometimes end up
putting the legend right