Displaying 3 results from an estimated 3 matches for "set_url".
Did you mean:
get_url
2007 Jun 26
0
[1083] trunk/wxruby2/doc/textile/hyperlinkevent.txtl: Added HyperlinkCtrl and HyperlinkEvent documentation
...| event | ... }*|User clicked on an hyperlink.|
+
+
+
+<div id="methods">
+
+h2. Methods
+
+* "HyperlinkEvent.new":#HyperlinkEvent_new
+* "HyperlinkEvent#get_url":#HyperlinkEvent_geturl
+* "HyperlinkEvent#set_url":#HyperlinkEvent_seturl
+
+</div>
+
+
+h3(#wxhyperlinkctrlnew). HyperlinkEvent.new
+
+ *HyperlinkEvent.new*(%(arg-type)Object% generator, %(arg-type)Integer% id,
+ %(arg-type)String% url)
+
+The constructor is not normally used by the user code.
+
+
+h3(#wxhyperlin...
2007 Jun 26
0
[1082] trunk/wxruby2/doc/textile/hyperlinkctrl.txtl: Added HyperlinkCtrl and HyperlinkEvent documentation
...our
+* "HyperlinkCtrl#set_visited_colour":#HyperlinkCtrl_setvisitedcolour
+* "HyperlinkCtrl#get_visited":#HyperlinkCtrl_getvisited
+* "HyperlinkCtrl#set_visited":#HyperlinkCtrl_setvisited
+* "HyperlinkCtrl#get_url":#HyperlinkCtrl_geturl
+* "HyperlinkCtrl#set_url":#HyperlinkCtrl_seturl
+
+</div>
+
+
+h3(#HyperlinkCtrl_new). HyperlinkCtrl#hyper_link
+
+ *_hyper_link*(%(arg-type)Window% parent, %(arg-type)Integer% id, %(arg-type)String% label,
+ %(arg-type)String% url,
+ %(arg-type)Point% pos = DEFAULT_POSITION,...
2006 Nov 04
0
bug in scripts option for in_place_editor?
...em to get :script to set the evalScripts option in the
Ajax.InPlaceEditor. No matter what combination of options I try it
never shows up. E.g. :
<%= in_place_editor ''url_1'',
:url => { :controller => ''url'', :action =>
''set_url'', :id => 1 },
:cols => 45,
:script => true -%>
will show the size attribute of 45, but not evalScripts.
i checked in Trac but couldn''t find anything related to this...
looking at the ActionView source, it seems like it sho...