search for: _conf_admin

Displaying 1 result from an estimated 1 matches for "_conf_admin".

Did you mean: conf_admin
2006 Mar 31
5
RoR 1.1 RJS problem
...> tag updated AND the result of the RJS in the content area where I''m trying to update (not related to <LI> tag) Should be pulling up a new partial in show_admin_conf.rhtml. the controller code class AbeProto1Controller < ApplicationController def index end def show_conf_admin end def conf_admin render( :partial => "conf_net") end end ******************************************************************************* The index.rhtml: <%= javascript_tag("document.getElementById(''index'').className=''selected''...