[jquery-ui] Re: How to use sortable and droppable together?

2009-05-20 Thread jsjqueryem...@gmail.com
Yes, that's possible - I did a little modification to something I was working on and was able to get that functionality. The first half is already in my first post in the thread: Get the item ID in your .sortable start function, use that to append the droppable with a clone(watch your CSS positio

[jquery-ui] Re: How to use sortable and droppable together?

2009-05-20 Thread Shedokan
Here's what I done so far: http://shedokan.110mb.com/os/sortable-droppable.html there is an error showing up if you join the draggable to the sortable. On 21 מאי, 08:41, Shedokan wrote: > If I haven't made my self clear enough so what I need is not only a > connected sortables but a sortable wi

[jquery-ui] Re: JQuery Tabs Ajax mode

2009-05-20 Thread jsjqueryem...@gmail.com
I've noticed the same problem. I had to resort to a separate .ajax call to get it to load the js file I need to use. On May 15, 3:57 pm, FedeX wrote: > Hi everyone, I'm new on jquery ui and I'm testing the tabs > functionality. So far I'm able to retrieve a page for each tab loaded > by ajax (p

[jquery-ui] Re: How to use sortable and droppable together?

2009-05-20 Thread Shedokan
If I haven't made my self clear enough so what I need is not only a connected sortables but a sortable with items that can be dropped in a droppable and then they are removed from their sortable and appended to the droppable and made draggable so that they can be dragged to the sortable again. Th

[jquery-ui] Re: Hover and click effects

2009-05-20 Thread jsjqueryem...@gmail.com
Where are you trying to load the other page? Are you trying to do something like 'Contact Via Ajax' tabs demo, but separate the the mouseover action from the clicking? On May 21, 12:07 am, Martina wrote: > Has anyone else successfully been able to do this or know how I might > try? > > On May 1

[jquery-ui] Re: Hover and click effects

2009-05-20 Thread Martina
Has anyone else successfully been able to do this or know how I might try? On May 19, 9:57 am, Martina wrote: > I have some jQuery tabs which are using the hover effect to change the > tabs. > > Can I also use the onClick event to actually link to another page? > > If so how? This is my code whi

[jquery-ui] nested draggable/resizable div auto resize or auto position?

2009-05-20 Thread bluetrain
I am dynamically creating draggable/resizable div elements (divInner[x]) and appending those to a draggable parent div (divOuter). What I would like is: 1. each divInner[x] to have its resizable borders auto shrunk to fit the text or image that is contained within it. 2. each divInner[x] to be a

[jquery-ui] Re: Themeroller - Corrupt files

2009-05-20 Thread Bear
Howdy, I just joined this group today to report this exact same problem. I can download one of the pre-defined themes without issue, but if I make any changes to customize the theme (I've been tweaking colors) I get the same problem that Sam describes: corrupt zip file. Max OS X 10.5.7 Firefox

[jquery-ui] Re: Dialog does not updates its content's height when its height is changed programmatically

2009-05-20 Thread Andrew Robinson
Found a hack around the problem. Just need to call _size() after setting the height. I found how to get to the dialog class' private methods: $('#page_help').dialog().data('dialog')._size() --~--~-~--~~~---~--~~ You received this message because you are subscribed

[jquery-ui] Dialog does not updates its content's height when its height is changed programmatically

2009-05-20 Thread Andrew R
Versions: jQuery 1.3.2 with jQuery UI 1.7.1 Use case: size a dialog's height so that when the browser window is resized, the dialog resizes to fit vertically on the page. Problem: setting the height option and setting the "height.dialog" property programmatically do not end up having the dialogs

[jquery-ui] JQuery Tabs width - I need to wrap the text so all tabs will be in the same row

2009-05-20 Thread kobi
Hi All, I need to spread tabs evenly on one row and make the text wrap, when I am using fixed width for .ui-tabs-nav li the panel and nav are not aligned. I don't want the tabs to shift to the next line. If you take the sample tab page and limit the div width and then put long text in each tab

[jquery-ui] JQuery Tabs style issue - navigtion panel tabs are shifting (I want them to wrap and be on one line)

2009-05-20 Thread kobi
Hi All, I need to spread tabs evenly on one row and make the text wrap, when I am using fixed width for .ui-tabs-nav li the panel and nav are not aligned. I don't want the tabs to shift to the next line. PLEASE HELP!! Kobi --~--~-~--~~~---~--~~ You received this

[jquery-ui] Re: Help with Accordion Widget

2009-05-20 Thread Scott González
Hey Will, The problem is that the markup in the overview is incorrect (it's based on a previous implementation). The docs have been updated at http://docs.jquery.com/UI/Accordion#overview which rolls out to the jqueryui.com site during releases. Basically you just need to remove the wrapper div

[jquery-ui] Re: Noob needs a grid

2009-05-20 Thread Michael Hipp
Yes. That looks excellent. Thanks. http://www.trirand.com/blog/ Michael donb wrote: > You won't find anything better than jqGrid. Tony has updated it to > comply with UI themes with one exception - the alternate row colors. > There is no inherent feature support in the UI theme structure a

[jquery-ui] Re: How to use sortable and droppable together?

2009-05-20 Thread Bohdan Ganicky
Hi Vincent, connecting two sortables isn't an issue here. That's a well documented and demoed functionality, see: http://jqueryui.com/demos/sortable/#connect-lists Sortable to droppable is being discussed here. -- Bohdan On May 20, 9:29 pm, Vincent Nguyen wrote: > I have ever encounter this!  

[jquery-ui] Re: Themeroller - Corrupt files

2009-05-20 Thread MorningZ
yeah, but that's not an answer... we need this download to actually work for it to be useful :-( (yes, i too am getting corrupt downloads if i make any custom change to my needed download) On May 20, 5:52 pm, Logictrap wrote: > I had the same problem using Firefox, I got it work by deselect

[jquery-ui] Re: Issue with nested sortable and Internet Explorer

2009-05-20 Thread ZZZ
I fixed my issue by adding a stopPropagation in the $.ui.mouse._mouseEvent method. See ticket #4358 http://dev.jqueryui.com/ticket/4358 On May 19, 3:01 pm, ZZZ wrote: > I've updated ticket #4358 and attached my example. > > I took a look at the sortable code, it seems that the _mouseStart() > m

[jquery-ui] Re: Noob needs a grid

2009-05-20 Thread donb
You won't find anything better than jqGrid. Tony has updated it to comply with UI themes with one exception - the alternate row colors. There is no inherent feature support in the UI theme structure at this time. Tony deserves jQuery knighthood for his magnificent product. On May 20, 6:16 pm, M

[jquery-ui] Noob needs a grid

2009-05-20 Thread Michael Hipp
New to jQuery and jQuery UI... I need a grid widget. I understand one is planned for 1.7. Can someone suggest something I can use in the interim that might be easy to convert to the "official" widget later on. Don't need anything fancy, mostly just something from which the user can pick an item

[jquery-ui] Re: Themeroller - Corrupt files

2009-05-20 Thread Logictrap
I had the same problem using Firefox, I got it work by deselecting the effects category. On May 18, 12:57 pm, Beaver6813 wrote: > Hey, > > It may just be a temporary email/I may have missed an announcement. > But Themeroller/Jquery UI is generating corrupt ZIP files. I'm using > latest build of

[jquery-ui] Re: Themeroller - Corrupt files

2009-05-20 Thread khinester
How do you rip it directly as opposed to downloading it? Thanks On 19 May, 22:28, Beaver6813 wrote: > Hi sure, > Firefox 3.0.10, Firebug installed but not enabled on jquery ui > website. No other addons installed. > Windows 7 RC - Latest patches, ESET NOD32 Security (Tried disabling > the secur

[jquery-ui] Re: How to use sortable and droppable together?

2009-05-20 Thread jsjqueryem...@gmail.com
Have you tried using "connectWith:" then? The solution really depends on what you need to do so it's hard to say what will do what you need without knowing more. "connectWith:" may do what you need, or it may require calling a draggable function on the drop and then using the "connectToSortable: "

[jquery-ui] Theme-rolled button with additional background image?

2009-05-20 Thread MorningZ
I have no idea if this is possible, but thought I'd give it a shot In the past (and currently for that matter) i do this for "buttons" to kick off my various functionality... almost always jQuery calls of some sort: CSS: div.button { background-repeat: no-repeat; background-posi

[jquery-ui] Re: How to use sortable and droppable together?

2009-05-20 Thread Vincent Nguyen
I have ever encounter this! And i made it perfect! Please look at my page, http://axcoto.info/d/dnd/temp1/template.php You will have abilityt to drand and drop and sort item in the box! Basically, make two sortable list, then use connectWith of sortable to connect them! Check it& do it yourself! l

[jquery-ui] Re: How to use sortable and droppable together?

2009-05-20 Thread Shedokan
Thanks, but I need it to be draggable again after dropso I can sort it again. On 20 מאי, 01:03, "jsjqueryem...@gmail.com" wrote: > It's possible but AFAIK right now you have to do some work > on your own instead of using some built in jquery event that > bridges the two together seemlessly. > >

[jquery-ui] Re: Sortables / Portlets (get text with mouse disabled)

2009-05-20 Thread jsjqueryem...@gmail.com
you can use the cancel: option and put your text in the item you want to cancel cancel: 'span', You can then highlight the text inside the span that's inside the sortable without triggering the sortable behavior. On May 20, 9:55 am, slenzi wrote: > I'm using JQuery Portlets and I've noticed th

[jquery-ui] Problem with arrow icon for accordion in ie6

2009-05-20 Thread Logictrap
The arrow icon display in ie6 is quirky. It disappears at times and then after about 20 seconds reappears. I was able to see this using the accordion sample page on ui site and in my own page: http://jqueryui.com/demos/accordion/ Is there a fix for this? fyi: I really like the jQuery UI tools

[jquery-ui] Sortables / Portlets (get text with mouse disabled)

2009-05-20 Thread slenzi
I'm using JQuery Portlets and I've noticed that you can't use the mouse to highlight any text within a portlet. In their own example on their site you can see what I'm talking about, http://jqueryui.com/demos/sortable/#portlets. I've figured out a way to use the Portlet 'Handle' option to set it

[jquery-ui] Zip Corrupted

2009-05-20 Thread ssr
Hi, I'm trying to use some customer packages but it seems that the zip file is corrupted when I download them Any help ? regards, Stan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to th

[jquery-ui] Re: [accordion]

2009-05-20 Thread jimmy
Thanks Charlie, are you able to explain further? I am a newbie to jquery so am unfamiliar with the code. Thanks in advance! On May 20, 2:54 am, Charlie wrote: > feature you are looking for is built into the jQuery UI > Accordionhttp://jqueryui.com/demos/accordion/#option-navigation > jimmy wrot

[jquery-ui] Re: Accordion - Cycle Patch

2009-05-20 Thread Panman01
FYI, I've updated the link. Pause() and resume() are removed. Now to pause pass true to stop(true). Also, the start/stop logic has been changed. I think it's much clearer now. Again, I'll post the code details soon. --~--~-~--~~~---~--~~ You received this message be

[jquery-ui] theme roller download error

2009-05-20 Thread dp
i'm trying to create with Theme Roller a theme for jquery UI. i make some changes (just font-size, border-radius, some colors and some background image) and then i click on "Download theme" and then again on "Download" (without any changes on the "Configure download" page). what i obtain is a zip

[jquery-ui] Re: 1.7.1 ui-icon hover CSS bug?

2009-05-20 Thread ScottJehl
Okay so I took a quick look at this and based on what I think you're asking, I have an answer. In the UI framework, icon classes are set up to be placed on child elements of state and container classes. Your demo doesn't work because ui-state-hover class has its own positioning rules for backgrou

[jquery-ui] Re: 1.7.1 ui-icon hover CSS bug?

2009-05-20 Thread ScottJehl
I'm taking a look at this now. I'll reply shortly. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscribe from this gro

[jquery-ui] Re: Problem with UI 1.7.1, Sliders and IE

2009-05-20 Thread rpitting
What I also found out is that it is important to set the right slider handle (usually a max value) BEFORE the left slider handle (min value). Setting it the other way around causes no trouble in Firefox etc., but in all IE-Versions (they calculate a negative percentage for the position). --~--~-

[jquery-ui] dialog break css menu

2009-05-20 Thread chepiok
Hi, I have a classic css menu. Working easily on Firefox and co, and working with a behavior: url(tpl_fr/csshover.htc); on Internet explorer 6. when I use a jquery UI dialog and close it, all these menu does not work (until I reload the whole page). Any ideas ? Here is the code of the dialog :

[jquery-ui] Re: Datepicker div added at bottom of page messes up footer

2009-05-20 Thread vipworld
Hi, I ran into this problem as well and was able to fix it by adding a line of css: #ui-datepicker-div { display: none; } Hope that helps... On Apr 25, 7:13 pm, imm102 wrote: > Hi, > > When I add a datepicker to a page, the first time the page loads there > is a ~30px gap at the bottom of my pag

[jquery-ui] Jquery conflict

2009-05-20 Thread A.M
Who knows how can i The destruction of jquery conflict. for example one of them work with jqery1.3 and one of them work by jquery 1.2.6. 2 program sideshow and tabs. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "j

[jquery-ui] Re: How to add tabs panel to a different div?

2009-05-20 Thread ppblaauw
Klaus, Thank you very much. (searched for a long time to find an answer) Works perfect. Regards, Philip Blaauw On May 20, 4:09 pm, Klaus Hartl wrote: > You could use the add callback to push the panel whereever you want it > to: > > $(...).tabs({ >     add: function(event, ui) { >         $(u

[jquery-ui] Re: Tabs with cookie

2009-05-20 Thread Klaus Hartl
On 18 Mai, 11:41, adoo wrote: > Hi > > I'm using tabs in my website, but on a page refresh it has to remember > the last active tab, and not going to the first tab each time. > I've read in the documentation that it's just 1 option that has to be > added like this: > > $(function() { >          

[jquery-ui] Re: How to add tabs panel to a different div?

2009-05-20 Thread Klaus Hartl
You could use the add callback to push the panel whereever you want it to: $(...).tabs({ add: function(event, ui) { $(ui.panel).appendTo('.custom-pager-inner'); } }); --Klaus On 19 Mai, 07:59, ppblaauw wrote: > jQuery UI 1.7.1 > My initial structure for tabs functionality with