[jquery-ui] modal window + ajax

2009-08-05 Thread adexcube
Hi, I'm using a dialog to generate a modal window, how can I reuse my current modal window to display a different page? I'll display a series of next and back pages. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

[jquery-ui] Dialog button bar

2009-08-05 Thread adexcube
Hi, how can I place the button bar at the bottom of dialog? On the page http://docs.jquery.com/UI/Dialog#theming states clearly but I can't find any example. It says: "A bottom button bar and semi-transparent modal overlay layer are common options that can be added. " How? thanks --~--~-

[jquery-ui] Reset accordion

2009-02-25 Thread adexcube
Hi All, I'm trying to create a function who resets the accordion to its initial state. What I've got is this: $.fn.resetAccordion =function(){ $('#navigation a.highlighted,#navigation a.selected,#navigation a.ui- state-active').removeClass("highlighted selected ui-state-active");

[jquery-ui] Re: accordion inactivate

2009-02-18 Thread adexcube
Excellent, it's perfect!! I'm just wondering why on the jquery UI documentation says -1 instead of false? On 18 Feb, 11:34, "Richard D. Worth" wrote: > If you specify alwaysOpen: false, then you can do .accordion('activate', > false) > > - Richard >

[jquery-ui] Re: Accordion Collapsible

2009-02-18 Thread adexcube
try adding the alwaysOpen: false, option On 17 Feb, 16:07, Jon wrote: > I've searched and can't figure it out... > > This is my code and its all working except for the collapsible > switch.  The accordion loads with all headers closed, but I can't > collapse a header once its open. > >  $(docume

[jquery-ui] accordion inactivate

2009-02-18 Thread adexcube
Hi, I'm using this option to open programmatically a menu option by getting the value from the url because I'm developing an ajax accordion menu and works: var menuItem=$("a[href="+menuSelected+"]"); $('#navigation').accordion( 'activate' , menuItem.parents ("ul").siblings(".head")); what I'm tr

[jquery-ui] accordion Header link

2008-11-19 Thread adexcube
Hi, Is possible to open an url if I click on the head of the menu and then open the accordion contents? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to