Displaying 4 results from an estimated 4 matches for "showcent".
Did you mean:
showcerts
2006 Jun 30
6
using rjs
...totype-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?
...t 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.
2008 Jun 20
0
Slider as Scrollbar in a window
...me:
"mac_os_x", title: "Mainboard", width:400, resizable:false, height:
500, destroyOnClose: true, recenterAuto:false});
win.keepMultiModalWindow=true;
// generateComponentChooserAsHTML() gives only simple html code back.
win.setHTMLContent(generateComponentChooserAsHTML());
win.showCenter();
win.refresh();
Now I update the div inside the window via Ajax which works fine. (But
even without updateing the scrollbar won''t work)
Now I have an example for the scrollbar like
http://www.aldenta.com/examples/script.aculo.us/slider-scrollbar.html.
If I try to put the divs into...
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?