Displaying 4 results from an estimated 4 matches for "setdestroyonclose".
2006 Jun 30
6
using rjs
...cript
bundle:
http://prototype-window.xilinus.com/index.html
How would I call those functions in an rjs file?
example:
win = new Window(''window_id'', {title: "Sample", top:100, left:350})
win.getContent().innerHTML = "<h1>Hello world !!</h1>";
win.setDestroyOnClose();
win.showCenter();
Thanks
--
Posted via http://www.ruby-forum.com/.
2006 Jul 17
0
Is there an example of using "Prototype Window Class'' with rails?
...Should I try and feed it through page.call using rjh.
Like this:
page.call (''win = new Window("window_id", {className: "mac_os_x",
title: "Sample", width:200, height:150});win.getContent().innerHTML =
"<h1>Hello world !!</h1>";win.setDestroyOnClose();win.showCenter();'')
I think I am missing something really obvious.
2006 Jun 12
6
Prototype Window Class v0.85
Hi
I just want to annouce a new release of my Prototype Window Class
with a new website with full documentation and new samples (I hope
it''s easier to understand now :)).
http://prototype-window.xilinus.com/
Thanks again to all of you guys for your help.
Seb
PS Dj T, have you finished your Rails plugin?
2007 Mar 19
0
[900] branches/wxruby2/wxwidgets_282/swig/classes: Initial commit of AUI core classes
...problem methods. We do the others too for consistency
+
+// boolean flags
+%rename(SetBottomDockable) wxAuiPaneInfo::BottomDockable(bool b = true);
+%rename(SetCaptionVisible) wxAuiPaneInfo::CaptionVisible(bool b = true);
+%rename(SetCloseButton) wxAuiPaneInfo::CloseButton(bool b = true);
+%rename(SetDestroyOnClose) wxAuiPaneInfo::DestroyOnClose(bool b = true);
+%rename(SetDockable) wxAuiPaneInfo::Dockable(bool b = true);
+%rename(SetFloatable) wxAuiPaneInfo::Floatable(bool b = true);
+%rename(SetGripper) wxAuiPaneInfo::Gripper(bool b = true);
+%rename(SetLeftDockable) wxAuiPaneInfo::LeftDockable(bool b = tru...