[jquery-ui] Re: rounded corners and jquery

2009-06-23 Thread Peter Marino
would you happen to which plugin supports the image solution.. I just happen to have a set of imagesI would like to use? I can't find any plugin that can handle images. regards, Peter On Wed, Jun 24, 2009 at 8:27 AM, BigFoot wrote: > > Yes. There are several plugins to provide rounded corners

[jquery-ui] Re: rounded corners and jquery

2009-06-23 Thread BigFoot
Yes. There are several plugins to provide rounded corners with images or canvas drawing. Because many browsers do not provide rounded corners, I think, jquery- ui should take a more usable rounded-corner solution. On Jun 24, 2:18 pm, Peter Marino wrote: > Hi, > the rounded corners in jquery d

[jquery-ui] rounded corners and jquery

2009-06-23 Thread Peter Marino
Hi, the rounded corners in jquery don't seem to work in IE... which forces me back to the old way of using images for corners. is there a plugin that can take 8 images and place them around my DIV? anyone? peter -- Power Tumbling - http://www.powertumbling.dk OSG-Help - http://osghelp.com --~-

[jquery-ui] jquery animate toggle (width)

2009-06-23 Thread Senthil
when you look at this page in safari we see the tabs flashing for a second. http://ea.captechnix.com/artists the issue i am experienceing is a kind of the below one http://dev.jquery.com/ticket/1078 however with the"width" animation can somebody let me know the fix for this --~--~-~--

[jquery-ui] Positioning dialog below the link that opens it

2009-06-23 Thread shef
I'm having trouble figuring out the right syntax to have a dialog open right below the link that opens it. Can anyone post an example? My code: $(document).ready(function() { $("#expansion_dlg").dialog({ autoOpen: false, position: [What do I put here?] }); $("#opendl

[jquery-ui] Re: Accordion Menu state-saving

2009-06-23 Thread Charlie
this had my curiosity up so i looked at tutorial/example a little closer. It's using older version of jquery 1.2.6, and  jqueryUI  1.6. Neither is compatible with current versions of counterpart ( Ui 1.7 has to use jquery 1.3) this likely explains the difference in header option. Also, I don'

[jquery-ui] Re: Some issues (see "my example code")

2009-06-23 Thread Charlie
one other thought and one i tried a bit is resizable with sortable using the portlets demo. No idea what your actual needs are but just throwing this up as an option http://jqueryui.com/demos/sortable/#portlets Lideln wrote: Hi, I tried your example a bit. We can see the margins but I

[jquery-ui] Re: Some issues (see "my example code")

2009-06-23 Thread Lideln
Hi, I tried your example a bit. We can see the margins but I was talking about. It's the worst of the 7 bugs, and it's a pain in the *** for my application. On 22 juin, 16:39, Charlie wrote: > ok, here's why I asked about  using  markup provided with jqueryUI. I was > tinkering with this as a

[jquery-ui] Re: Some issues (see "my example code")

2009-06-23 Thread Lideln
Hi, Thanks for the answer. I don't have the time to test your example now, but probably later this week, or at worst during the week end. You think my exemple sucks ? But I don't see what is "ugly" in my code ? I use the plugin as it comes, nothing less nothing more... I am willing to file a bug

[jquery-ui] Tabs on Google Earth

2009-06-23 Thread Eduardo
Hi, I'm new using jQuery UI, The last Google Earth version supports Javascript on balloon descriptions. I'm trying to create tabs using the JQuery UI on a GE balloon but they don't work properly. However the accordion works just fine. Using both together on the same balloon only the accordion wo

[jquery-ui] Tabs don't work on Google Earth

2009-06-23 Thread Eduardo
Hello, I'm new using jQuery UI. The last version of Google Earth supports Javascript on the balloon descriptions of any feature. I'm trying to use Tabs on a Google Earth balloon description, but don't work properly. However the Accordion works fine. If I'm using Tabs and Accordion on the same

[jquery-ui] Re: dialogs inplace

2009-06-23 Thread Peter Marino
Hi Charlie, thank you.. this is what I needed... great now jquery ui has done another amazing task for me ;) thanks, peter On Tue, Jun 23, 2009 at 8:06 PM, Charlie wrote: > look at portlets example, source and classes already available in example > > http://jqueryui.com/demos/sortable/#portlet

[jquery-ui] Re: dialogs inplace

2009-06-23 Thread Charlie
look at portlets example, source and classes already available in example http://jqueryui.com/demos/sortable/#portlets your case probably not looking for sortable, could just apply draggable if that's more effective.  Apply position, hide show as applicable Chaining on example code allows f

[jquery-ui] Re: Sortable having problems..

2009-06-23 Thread revgum
Sorry, the image is here: http:// i41.tinypic.com/dbtwkk.jpg On Jun 23, 8:49 am, revgum wrote: > I have a span which contains several children spans, basically an > image gallery that is sortable. A page will display 1 or more image > galleries in this fashion.. > > Please take a look at the pic

[jquery-ui] Sortable having problems..

2009-06-23 Thread revgum
I have a span which contains several children spans, basically an image gallery that is sortable. A page will display 1 or more image galleries in this fashion.. Please take a look at the pic before reading my poor description of the problem: http://tinypic.com"; target="_blank"> When I create a

[jquery-ui] Re: dialogs inplace

2009-06-23 Thread Peter Marino
Hi Charlie, yea.. but I need a more dynamic way of doing it. instead of dialogs is it possible to make a div look like a dialog using the theme supplied? i tried to use the ui-widget-header and ui-widget-content ... i do get some styling but not the frame peter On Tue, Jun 23, 2009 at 7:12 PM,

[jquery-ui] Re: dialogs inplace

2009-06-23 Thread Charlie
dialogs are positioned absolute in viewport can use position option to relocate them within viewport $("#dialog").dialog({position: [100,100]});//displays 100px from left, 100px top Peter Marino wrote: Hi jQuery UI, is it possible to have a dialog inplace.. meaning I have a layout

[jquery-ui] Re: Accordion Menu state-saving

2009-06-23 Thread Charlie
header option needs to be a tag    header:'h3' after that I have no idea what you are trying to do moleculezz wrote: The Sub Items are not that important at the moment. Let me make it simpler. I have got it working but now it messes up the jquery ui theme. The only thing I added was the "

[jquery-ui] Re: Accordion Menu state-saving

2009-06-23 Thread moleculezz
The Sub Items are not that important at the moment. Let me make it simpler. I have got it working but now it messes up the jquery ui theme. The only thing I added was the "header" option. header code: $(document).ready(function() { $("#sub-menu").accordion({

[jquery-ui] Re: IE8 Compatibility Mode and datepicker

2009-06-23 Thread Brian Neal
On Jun 22, 8:11 pm, Brian Neal wrote: > I'm using jQuery 1.3.2 and jQuery UI 1.7.1. When I view my site in > IE8, my datepicker doesn't work until I put IE8 in "compatibility > mode". I discovered the source of my problem by ripping out stuff from my page until it started working again. I am usi

[jquery-ui] dialogs inplace

2009-06-23 Thread Peter Marino
Hi jQuery UI, is it possible to have a dialog inplace.. meaning I have a layout with left, right, top and bottom divs... and I would like to add a couple of dialogs to the left side inside my divs. anyone? peter -- Power Tumbling - http://www.powertumbling.dk OSG-Help - http://osghelp.com --~-

[jquery-ui] Re: No dialog scrollbars in Internet Explorer (IE 6, 7, 8)

2009-06-23 Thread sdavis
It seems like the scrollbar issues related to dialogs in IE have to do with the way IE calculates the offsetHeight and offsetWidth when not using a strict !DOCTYPE declaration. See http://msdn.microsoft.com/en-us/library/ms534199(VS.85).aspx for more detail. As soon as I started using the off

[jquery-ui] Re: Accordion Menu state-saving

2009-06-23 Thread Charlie
{navigation: true} is used to search links in the contents panel of accordion and activate the panel with corresponding link to URL if your page is ThisPage.php and you have : Sub Item Sub Item 1 this panel should activate on page load

[jquery-ui] Re: Accordion Menu state-saving

2009-06-23 Thread moleculezz
You can check out this site where they have it running http://www.michaeljacobdavis.com/tutorials/statesavingaccordion.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, sen

[jquery-ui] Accordion Menu state-saving

2009-06-23 Thread moleculezz
Hello, I have been trying to get this state-saving to work but with no luck. It does pass along the location.hash, but it does not activate the menu item as needed. header code: $(document).ready(function() { $("#sub-menu").accordion({ autoHeight: f

[jquery-ui] Find topmost UL element of list item

2009-06-23 Thread JHolah
Hi all, I am relatively new to JQuery but already getting well into it and discovering the possibilities. I have an issue relating to traversing a set of nested elements and I am hoping that it is relatively simple to sort out. For info, here's the background on what I am trying to do... I have

[jquery-ui] Re: jQuery Event object has different keycode in keypress and keyup

2009-06-23 Thread Scott González
Hey Chuck, This question is better suited for the main jQuery list (jquery-en) since this deals with jQuery, not jQuery UI. On Jun 22, 1:13 pm, Chuck wrote: > Is this on purpose?  IE and Safari behave the same, Firefox is > different.   Here's my little tester.  In particular, try the keypad:

[jquery-ui] Re: How to unbind an element?

2009-06-23 Thread Scott González
Can you provide a demo page showing the problem? On Jun 22, 4:24 am, jquerystarter wrote: > I try to change the droppable example the following way: > There are many droppable elements. If something is dropped onto such > an element, this element should be no longer droppable. > > How do I achie

[jquery-ui] Re: Widgets, adding events to newly added DOM elements

2009-06-23 Thread Scott González
$.widget('ui.someWidget', { _init: function() { var self = this; $('Bar') .click(function() { self.someFunction(); }) .appendTo('body'); }, someFunction: function() { ... } }); Also, you should wrap your widget creati

[jquery-ui] Re: Form validation combined with Tabs

2009-06-23 Thread Purno
Does validate() allow to check only fields in a certain div instead of the form? That would be a good solution.. On 22 jun, 19:52, Jörn Zaefferer wrote: > Not without looking at your code. > > Jörn > > On Mon, Jun 22, 2009 at 4:21 PM, Purno wrote: > > > Thanks for your reply. > > > The validatio

[jquery-ui] Re: multiple windows

2009-06-23 Thread Jan Van Lysebeth
Thanks for the response Alexander. It turns out that jquery-ui does work across windows. I was trying to access the second document before it finished loading. So instead of secondWindow = window.open(aUrl); $(secondWindow.document).ready(function() { window.$("#accordion", secondWindow.doc

[jquery-ui] Re: multiple windows

2009-06-23 Thread Charlie
what are you really trying to do? in example of accordion are you wanting to activate specific accordion panel on second window? can do that by passing activation info in URL Jan Van Lysebeth wrote: Hi all, I want to use jquery-ui for an application the uses multiple browser windows. I 'd

[jquery-ui] How do I remove an element from the current selection?

2009-06-23 Thread jquerystarter
I try to change the "droppable" example the following way: There are many droppable elements. If something is dropped onto such an element, this element should be no longer droppable. How do I achieve this? I tried unbind and destroy, but the element still is droppable afterwards. Any hint which

[jquery-ui] Styling buttons as Dialog buttons

2009-06-23 Thread GervaisB
Hi everyone, I realy like the JQuery UI "Smoothness" style and effects. So I will to set the style of my buttons "" and "" as they are un the "Smoothness" theme. Of course I can make many "reverse engineering" to discover styles and effects applied to the buttons but maybe is it another way to ac