[jquery-ui] Re: Amazing code ;)

2009-02-22 Thread Nikola
What a great site, it really showcases what one can do with the jQuery UI. On Feb 22, 7:03 pm, Rene Veerman wrote: > Steven Black wrote: > > Thumbs-down to this too.  If it takes forever to load nine buttons, > > that's a show-stopper problem. > > Dude, that's because of the shared hosting the d

[jquery-ui] Re: Amazing code ;)

2009-02-22 Thread Rene Veerman
Steven Black wrote: > Thumbs-down to this too. If it takes forever to load nine buttons, > that's a show-stopper problem. > > Dude, that's because of the shared hosting the demo is on. Besides, you wouldn't load 9 button designs on a single page.. --~--~-~--~~~-

[jquery-ui] Re: UI CSS Framework: Is there a simple way to...

2009-02-22 Thread Nikola
Awesome, thanks much for the reference. Basically I'm applying the framework classes to a menu-bar which can use the various states... It's a lot of fun actually and having a Framework to work with is very useful. ;) On Feb 22, 6:27 pm, ScottJehl wrote: > that said, those classes are designed f

[jquery-ui] Re: UI CSS Framework: Is there a simple way to...

2009-02-22 Thread ScottJehl
that said, those classes are designed for clickable elements so you'd probably only apply it to an anchor or button - not a div. There are container classes like ui-widget-content and ui-widget- header that are more div (container element) oriented. -Scott --~--~-~--~~~---

[jquery-ui] Re: UI CSS Framework: Is there a simple way to...

2009-02-22 Thread ScottJehl
Yeah that's along the lines of what you'll need to do. Check this out for reference too: http://www.filamentgroup.com/lab/styling_buttons_and_toolbars_with_the_jquery_ui_css_framework/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[jquery-ui] Re: with cookie option - strange behavior when URL contains an named anchor...

2009-02-22 Thread Klaus Hartl
On 22 Feb., 18:52, Jeffrey B wrote: > When I create a nested tab set and use a miXeD case id selector for > the INTERIOR tab set container it breaks the interior tab set: In which way does it break and in which browser? --Klaus --~--~-~--~~~---~--~~ You received

[jquery-ui] Re: UI CSS Framework: Is there a simple way to...

2009-02-22 Thread Nikola
Thanks for the reply, that's generally what I thought but was wondering if there were an easier way. in the UI, to just include another DIV into the Framework kind of thing.. I wrote a simple one up last night that just uses the default, hover and active states. I may take a deeper look into thi

[jquery-ui] Re: with cookie option - strange behavior when URL contains an named anchor...

2009-02-22 Thread Jeffrey B
Thanks Klaus! You're going to kill me, I just know it, but I'm finding another problem with nested tabs and your response (mentioning the "select" method and forcing me to read about it closely) provided me the necessary words to describe it. Here goes: When I create a nested tab set and use a m

[jquery-ui] Re: submit form from dialog using ajax

2009-02-22 Thread black.horizons
Hi Steve, I've looked at the documentation on the JQuery site, and I don't understand how it gets incorporated with form submission. That said, the reason I came here is because it's JQuery functionality that I want to use with the JQuery-UI, which is primarily why I brought my question to this g

[jquery-ui] Re: submit form from dialog using ajax

2009-02-22 Thread Steven Black
See the Ajax section of the jQuery site proper. This is jQuery-UI, which is more about user interfaces, themes, and widgets. http://docs.jquery.com/Ajax That said, the jQuery Form plugin is excellent, and it has LOTS of examples. I sense this might be a sensible direction for starters. http:

[jquery-ui] Re: Amazing code ;)

2009-02-22 Thread Steven Black
Thumbs-down to this too. If it takes forever to load nine buttons, that's a show-stopper problem. **--** Steve On Feb 22, 2:58 am, Rene Veerman wrote: > Cloudream wrote: > >http://www.open-lab.com/mb.ideas/index.html > > http://mediabeez.ws/mediaBeez/permalink.php?tag=buttonAnimated > > total

[jquery-ui] Re: Amazing code ;)

2009-02-22 Thread Steven Black
Thumbs-down. Mystery, figure-me-out interfaces never work in practice. On Feb 22, 1:58 am, Cloudream wrote: > http://www.open-lab.com/mb.ideas/index.html > > Uses UI Drag/Drop --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

[jquery-ui] Re: How can I disable the dragging of a draggable div outside the bounds of a parent div?

2009-02-22 Thread Shedokan
No that I got fixed with the scroll option. I am trying to make windows(with close, minimize, maximize, draggable and resizeable) and I got to the stage where I add the option where the windows are draggable. and I want to be able to drag them aside so I could see them but not the whole of them,

[jquery-ui] Re: with cookie option - strange behavior when URL contains an named anchor...

2009-02-22 Thread Klaus Hartl
Activating a nested tab is not supported, it is just not feasible. That is the same with using the select method... You'd have to take care of that manually. The reason is that a tab never knows wether it is nested or not. -Klaus On 22 Feb., 16:09, Jeffrey B wrote: > Good morning Klaus, > > O

[jquery-ui] Re: with cookie option - strange behavior when URL contains an named anchor...

2009-02-22 Thread Jeffrey B
Good morning Klaus, Once again thank you for the quick follow up to my original posting with ticket 4210. I've been playing around with using links to target tab contents and believe I've uncovered an unexpected behavior similar to my original behavior. It relates to links targeting content cont

[jquery-ui] Re: with cookie option - strange behavior when URL contains an named anchor...

2009-02-22 Thread Jeffrey B
Good morning Klaus, Once again thank you for the quick follow up to my original posting with ticket 4210. I've been playing around with using links to target tab contents and believe I've uncovered an expected behavior similar to my original behavior. It relates to links targeting content contai

[jquery-ui] google maps in dialog

2009-02-22 Thread migi
hi, how can I open a google map in a jquery dialog? i'm afraid I did sth wrong because in my case themap seems to disappear partially when dragged and it's being inproperly centered... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[jquery-ui] Re: jQuery selectable list inside a dialog widget

2009-02-22 Thread Scott González
Hi JL, Can you post a page showing this problem? Thanks. On Feb 18, 5:11 pm, JL wrote: > I am trying to implement a selectable and draggable list inside a > dialog widget. When the list is on the base page (outside of the > dialog widget) it works as expected. When I move it into the dialog, >

[jquery-ui] submit form from dialog using ajax

2009-02-22 Thread black.horizons
hi all, i'm having a bit of trouble figuring out how actions get applied to objects on pages. basically I want to load a dialog window with "remote content" (another file) which is a form. This form will then be submitted within the dialog window and the result will be displayed inside the dialog

[jquery-ui] Re: How can I disable the dragging of a draggable div outside the bounds of a parent div?

2009-02-22 Thread Scott González
On Feb 22, 5:44 am, Shedokan wrote: > Yes I tried that but it doesn't allow the bounds of the div get > outside the container. > > what I want is like when you drag windows in an operating system. Can you describe this a bit more? Do you mean you don't want the page to scroll when dragging? --~

[jquery-ui] Re: UI CSS Framework: Is there a simple way to...

2009-02-22 Thread Scott González
You have to do this in JavaScript, so you'll need to write the code at least once. If you want to be able to do this over and over, you can create a plugin that will do all the setup for you. On Feb 21, 4:09 pm, Nikola wrote: > Hello, > > Is there a simple way to apply the conventions of the UI

[jquery-ui] Re: jQuery UI rc6 dialog() Causes 'Component is not available' exception when used in Greasemonkey

2009-02-22 Thread Scott González
On Feb 21, 3:58 pm, Daniel X Moore wrote: > Update: The focus() method from the standard jQuery library also > throws the same error: > >     $('body').focus(); > > Maybe the UI dialog is calling the focus method at some point? It does, on open. > If so then fixing the issue at the focus method

[jquery-ui] Re: How can I disable the dragging of a draggable div outside the bounds of a parent div?

2009-02-22 Thread sure
Hi, Same here. I am also looking for that. On Feb 22, 3:44 pm, Shedokan wrote: > On 22 פברואר, 00:44, Weston C > reversepreceedingandremovet...@canncentral.org> wrote: > > On Feb 21, 3:36 pm, Shedokan wrote: > > > > I have a div which is draggable and I want the user not to be able to > >

[jquery-ui] Drag and drop functionality dosen't work with google ajax library files.

2009-02-22 Thread sure
Hi all, I am unable to use drag and drop functionality using google ajax jquery and jquery-ui library files. It is working fine if i use Jquery-ui files from my server. Here is my code. http://www.w3.org/1999/xhtml";> Untitled Document http://ui.jquery.com/testing/themes/base/ ui.all

[jquery-ui] Re: Amazing code ;)

2009-02-22 Thread Vincent Nguyen
It makes me amazing! I'm going to play around it today! Thanks for the link 2009/2/21 Rene Veerman > > Cloudream wrote: > > http://www.open-lab.com/mb.ideas/index.html > > > > > > http://mediabeez.ws/mediaBeez/permalink.php?tag=buttonAnimated > > totally free. I'll post an update soon(ish) that

[jquery-ui] Re: How can I disable the dragging of a draggable div outside the bounds of a parent div?

2009-02-22 Thread Shedokan
On 22 פברואר, 00:44, Weston C wrote: > On Feb 21, 3:36 pm, Shedokan wrote: > > > I have a div which is draggable and I want the user not to be able to > > drag it outside it's parent div. > > You can set the "containment" option to "parent" when you're invoking > the draggable method, e.g.: > >