Dialogue plugin
Reported by MadRabbit | September 21st, 2010 @ 07:02 PM
people want a dialogue plugin. and I want it too.
Comments and changes to this ticket
-
MadRabbit September 26th, 2010 @ 03:34 PM
Hi Kevin,
No, not really, I'm working on those things in my spare time so it's hard to estimate. I'll try to pull something out the next weekend, but won't promise.
-
MadRabbit September 26th, 2010 @ 03:36 PM
btw you could use the Lightbox, it's not exactly the same but it allows you to show any sort of HTML content in it in a dialog mode.
-
kevin September 28th, 2010 @ 03:36 AM
checked out lightbox, it looks more like for images /slideshow. ill wait for dialog ui from rightjs
-
kevin October 19th, 2010 @ 06:52 PM
this is great! thanks a lot!
is it possible to customize the color of title and buttons? if so how? -
kevin October 19th, 2010 @ 06:53 PM
i just saw this
http://rightjs.org/ui/dialog#stylesthanks again
-
MadRabbit October 19th, 2010 @ 06:59 PM
no problem! everything in rightjs is customizable, that the point :)
-
kevin October 19th, 2010 @ 07:47 PM
if i want to change some css properties do i edit this http://rightjs.org/builds/ui/right-dialog-src.js?
what is the recommended way?thanks -
MadRabbit October 19th, 2010 @ 08:04 PM
No, you supposed to include your customizations into your application.css or something like that
just keep in mind that you should include your stylesheets on your page after the dialog.js file, otherwise they won't have any effect
-
Roman S. October 22nd, 2010 @ 09:51 PM
- Assigned user set to RightJS Admin
It would be nice to be able to add custom buttons to dialogs (such as 'reload' etc) and control existing. Is there any hope to get this functionality?
Anyway thanks for the great tool!
-
MadRabbit October 22nd, 2010 @ 10:00 PM
Hey Roman,
The wonder of RightJS UI is that all our widgets are inherited from the
Element
class, so if you need to add a new button, you can easily do that by yourselfvar dialog = new Dialog(); var button = new Element('div', { 'class': 'rui-button', 'html': 'Reload' }).insertTo(dialog.foot); button.onClick(function() { // trololo });
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RightJS Core Tickets