[jquery-ui] About JQuery Tab Latest Version

2009-03-09 Thread N3T
Hi All, I really need advises T_T. I tried this almost 3 hours but still cannot find it working. I've just updated my JQuery to the latest version from 1.6rc6. Previously, It's ok. But now It's not ok. The tab's display is weird. Please see the images attached. Any idea where I should change

[jquery-ui] Re: UI Dialog buttons need more control / theme options

2009-03-09 Thread Steven Black
Hi Paul, > If I am fundamentally missing something, please--point me in the right > direction. Otherwise, I would love your feedback on my comments/ > suggestions. No, I don't think you're not missing anything; in fact, you're right. Just curious, though: Since we are talking about the seconda

[jquery-ui] Re: Jquery-UI tabs and

2009-03-09 Thread Steven Black
Get rid of class "ui-helper-clearfix" on your element and all will likely be fine. You see, right now, there is a forced {clear:both} added to your **--** Steve On Mar 9, 3:52 pm, Rhinyx wrote: > I'm using Jquery-UI tabs on my site, today I update it to the last > version and now, it do

[jquery-ui] Re: ui.tabs 1.7 w/ cookie option...need to understand the use of the "name" property

2009-03-09 Thread Jeffrey B
Ah...thank you Richard! On Mar 9, 8:43 pm, "Richard D. Worth" wrote: > The name property referred to is in the hash you pass as the value of the > cookie option, like so: > > $("#tabs").tabs({ >   cookie: { >     expires: 30, >     name: 'cookie-name' >   } > > }); > > - Richard > > On Sat, Mar

[jquery-ui] Re: JQuery images problem

2009-03-09 Thread Richard D. Worth
If you mean the images in a jQuery UI theme, they are referenced in css by relative paths. For example, see http://jquery-ui.googlecode.com/svn/trunk/themes/base/ui.theme.css notice the many instances of background: url(images/ui-bg_png) These are references to images in a subfolder (called

[jquery-ui] Re: scale effect with origin parameter ['middle', 'center'] - position change to initial left & top after transition

2009-03-09 Thread Richard D. Worth
If you would, please, create a bug ticket here: http://dev.jqueryui.com/newticket (note: requires registration) Thanks. - Richard On Fri, Mar 6, 2009 at 6:55 PM, comixt...@treiet61.at < adrian.ma...@optiongolf.com> wrote: > > Hello, > > i'm using the "scale" effect on an absolute positioned di

[jquery-ui] Re: Why my $.get does not work?

2009-03-09 Thread Richard D. Worth
Even though I see you have jQuery UI included, your question does not seem to relate to jQuery UI ($.get is part of jQuery) so it would be better suited to the main jQuery list: http://groups.google.com/group/jquery-en Thanks. - Richard On Mon, Mar 9, 2009 at 12:18 AM, wangsuya wrote: > > Dea

[jquery-ui] Re: ui.tabs 1.7 w/ cookie option...need to understand the use of the "name" property

2009-03-09 Thread Richard D. Worth
The name property referred to is in the hash you pass as the value of the cookie option, like so: $("#tabs").tabs({ cookie: { expires: 30, name: 'cookie-name' } }); - Richard On Sat, Mar 7, 2009 at 2:58 PM, Jeffrey B wrote: > > Hi Karl, > > I've got 1.7 up and running and want to th

[jquery-ui] Re: How to restrict divs resizable

2009-03-09 Thread Richard D. Worth
There's nothing built-in to aid with this. To implement yourself, you'll want to handle the resize event. See http://docs.jquery.com/UI/Resizable#event-resize and there you can compare the position and size of each element. - Richard On Sat, Mar 7, 2009 at 12:12 AM, sure wrote: > > Hi Richard

[jquery-ui] Re: JQuery ui 1.7: big css size

2009-03-09 Thread Richard D. Worth
Thanks for reporting this issue. It's being tracked here: http://dev.jqueryui.com/ticket/4296 - Richard On Sat, Mar 7, 2009 at 3:57 AM, frank.yao.zeal wrote: > > Hi: > > When I downloaded the latest UI 1.7 with redmond theme by custom > downloader, > I got a big jquery-ui-1.7.custom.css ( ~ 1 M

[jquery-ui] Re: IE drag problem: sortables containing sliders

2009-03-09 Thread Richard D. Worth
Here are two work-arounds: 1. Tell your sortable to not allow sorting when your drag starts on a slider via the cancel option: $("#sortable").sortable({ revert: true, axis: 'y', distance: 10, cancel: '.ui-slider' }); Docs: http://docs.jquery.com/UI/Sortable#option-cancel 2. Tell your sl

[jquery-ui] Re: About changes from JQuery UI Tab ver 1.6rc6 to JQuery UI Tab ver 1.7

2009-03-09 Thread Richard D. Worth
Are you using only your own css, or your old (own) css together with the new jQuery UI CSS Framework/a ThemeRoller theme? You may want to see http://docs.jquery.com/UI/Tabs#theming for a picture of how Tabs are styled now. Also, if you could share a sample page, or a pastie ( http://paste.pocoo.o

[jquery-ui] Re: How can operate other frame's term?

2009-03-09 Thread Richard D. Worth
The list you've posted to is for questions about jQuery UI. You may want to try the main jQuery list: http://groups.google.com/group/jquery-en - Richard On Sun, Mar 8, 2009 at 7:19 PM, wangsuya wrote: > > Dear Everyone > >Who know how jQuery to operate other frame's term? For example > $(t

[jquery-ui] Issue extracting download with Smoothness theme

2009-03-09 Thread MaxiWheat
Hi, I am currently experiencing an issue when I try to extract the zip file I get when I download jQuery UI with the "Smoothness" theme. When I download everything goes ok, but when comes the time to extract the ZIP file, I get this error in WinRar : ! C:\pathToFile\jquery-ui-1.7.custom.zip: U

[jquery-ui] dialog-link styling off in ie7 (align-top?)

2009-03-09 Thread rob.robb.ns
I'm trying to chase down the cause, then see if I can hack it (maybe with _style) but I have a small div with a dialog link and some textboxes and a submit button in it in which the dialog link is sitting lower than it should because of it's wanting to align with the tops of the textboxes. The dia

[jquery-ui] Jquery-UI tabs and

2009-03-09 Thread Rhinyx
I'm using Jquery-UI tabs on my site, today I update it to the last version and now, it doesn't works because I use the tag on my web, see a example here: http://villavicastur.com/imagen/0p9inlogo.png What is happening? Thank you! --~--~-~--~~~---~--~~ You receive

[jquery-ui] Re: NEWS: jQuery UI 1.7 released

2009-03-09 Thread MaxiWheat
I am experiencing problem getting the build for jQuery UI 1.7 ... Go to download section, download all components (25/25) with theme "Smoothness" When unzipping archive, I get an error that looks like : "Compressed folder is invalid or damaged " When I download with an other theme, there is not

[jquery-ui] Modal dialog focus

2009-03-09 Thread tilistor
When i open a modal dialog on my web page, the opened dialog does not receive focus. I have tried with autoOpen but it is the same. If I erase everything on the page and keep only document.ready and the function...and in the form, erase all and keep just , it works. Why is this happening ? There a

[jquery-ui] Change slider handle programmatically

2009-03-09 Thread claysson
can I move the handles programmatically in a button click: function SetSliders(){ $("#slider").slider('max', 'value', 37); } I cant get this to work... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuer

[jquery-ui] Re: NEWS: jQuery UI 1.7 released

2009-03-09 Thread Aaron
I think there is something wrong with the theme download builder. The filesize I have is 4MB for the .css file. I think it's repeating. -A On Mar 6, 6:23 am, "Richard D. Worth" wrote: > I'm pleased to announce that the 1.7 release of jQuery UI is final. See > > http://blog.jqueryui.com/2009/03/

[jquery-ui] IE

2009-03-09 Thread acampolon...@gmail.com
Hi , I am just curios why the beautifull them roller ( and the good css framework ) are so heavily based on css3 ( ex: corners ). Is not sure that IE will implement this in IE8 .. so we will be forced to have jquery UI bad rendering in IE for maybe the next 2 years.. At th eend IE is 70%

[jquery-ui] Re: dialog position center isn't center

2009-03-09 Thread Shelane
Is anyone else seeing this? I see it on Firefox 3 and IE 7. This is with jQuery 1.3.2 and UI 1.7. On Mar 6, 10:34 am, Shelane wrote: > I'm noticing that the dialog window is opening where the "top" of the > dialog window is at the center of the page rather than the whole > dialog window. These a

[jquery-ui] Re: Running Javascript on pages loaded via AJAX Tabs

2009-03-09 Thread TimW66
I had tried that, and it didn't work. However on a hunch, I tried something and got it to work. Which leads me to my next question. I have a function in a common file (common.js), that calls tabs(). I also call tabs() with the load function in a local script tag. (I think that's what was caus

[jquery-ui] Re: jQuery UI 1.7: Dialog: Shadow layer/css is missing

2009-03-09 Thread BenV
Hi Paul, Thanks for pointing that out. I studied the overlay change for the Dialog and better understand the issue now. Ben On Mar 7, 10:23 am, Paul Thiel wrote: > Hi Ben. > > That post is referring to the overlay itself, which used to be > implicitly specified on the dialog options (i.e. the

[jquery-ui] Re: Better way to tell if widget already rendered?

2009-03-09 Thread Richard D. Worth
Because that ticket is still open. This feature hasn't been implemented yet. - Richard On Mon, Mar 9, 2009 at 12:21 PM, Paradime Web wrote: > > $('#widget').is(':ui-accordion') does not work in 1.7 > > This returns true before I even render the accordion. > > Why? > > Thanks, > > On Mar 2, 6:54

[jquery-ui] Re: Better way to tell if widget already rendered?

2009-03-09 Thread Paradime Web
$('#widget').is(':ui-accordion') does not work in 1.7 This returns true before I even render the accordion. Why? Thanks, On Mar 2, 6:54 pm, Scott González wrote: > On Mar 2, 8:04 am, Scott González wrote: > > > I'll bring this up on jquery-ui-dev. > > Here's the > thread:http://groups.goog

[jquery-ui] Themeswitcher - broken image src

2009-03-09 Thread Fontzter
Hi, It appears that the src for the thumbnail images are broken in the themeswitcher tool. The have a "http://jqueryui.com"; prepended to them. If you remove it, the thumbnails show. You can just browse directly to the themeswitcher code and see this in var switcherpane declaration on line 20.

[jquery-ui] Re: Draggable/IE6 Performance Issue

2009-03-09 Thread TheKid
Did anyone get a look at this message? I noticed when I posted it, that it didn't show up for almost 12 hours. In the hopes that there was just a blip in the list server, I'm going to repost this. If there is information that would be helpful, please let me know. Thanks, Bill Massie On Mar 6,

[jquery-ui] UI Dialog buttons need more control / theme options

2009-03-09 Thread Paul Thiel
Hi guys. I have been build a fairly complex purchase flow (cart) using the UI Dialog (1.6rc6 and now 1.7), and I have been struggling with the buttons option. First, while a theme specifies Interaction Cues for the buttons (secondary, primary etc.), these are not configurable within the buttons

[jquery-ui] Stack overflow using jQuery Checkbox with ui.core loaded..

2009-03-09 Thread Elad
hey, anyone run into that? i have the latest version of jquery ui but when i use it instead of the old version, i happen to run into a weird bug that the checkbox, on firefox it takes like 4 second before it switch to "checked" after i click them and in ie, it just pop up a stack overflow... any

[jquery-ui] Re: Running Javascript on pages loaded via AJAX Tabs

2009-03-09 Thread DanDan
There are several events associated with the tabs themselves... Have you tried $('.selector').tabs({ load: function(event, ui) { ... } }); http://jqueryui.com/demos/tabs/#event-load On Mar 9, 7:11 am, TimW66 wrote: > Klaus, > > Thanks for the reply.  The script is already loaded by the

[jquery-ui] Re: Running Javascript on pages loaded via AJAX Tabs

2009-03-09 Thread TimW66
Klaus, Thanks for the reply. The script is already loaded by the html file that contains the tab bar. I need to call functions in that script once the tab is fully loaded. For example, I have a function that alternates the row colors (white, gray, white, etc). This is typically called after a

[jquery-ui] Re: Rich Text editor inner Text

2009-03-09 Thread batiste
I just added a new function : $.fn.rte.html($('iframe')[0]) In the latest revision: http://code.google.com/p/rte-light/source/detail?r=5 On Mar 9, 10:15 am, Moeen Ud din wrote: > I have this rich text editor taken > fromhttp://batiste.dosimple.ch/blog/posts/2007-09-11-1/rich-text-editor-j...

[jquery-ui] Re: A simple rich text editor for jQuery ui

2009-03-09 Thread Richard D. Worth
I should mention also http://wiki.jqueryui.com/Prioritizing-plugins as it will affect the availability of the team for helping with both of these plugins. - Richard On Mon, Mar 9, 2009 at 6:59 AM, Richard D. Worth wrote: > I added a link to this page: > > http://wiki.jqueryui.com/RichTextEdit

[jquery-ui] Re: A simple rich text editor for jQuery ui

2009-03-09 Thread Richard D. Worth
I added a link to this page: http://wiki.jqueryui.com/RichTextEditor so that it can be considered when we get to that point. Also, you're more than welcome to start transitioning your plugin over to use the jQuery UI framework: $.ui.widget, CSS Framework, etc. For more info on that, see http://j

[jquery-ui] Re: Problem with west handle on a div floated to the right

2009-03-09 Thread Richard D. Worth
Seems the resizable should only be changing the width, not the left and the width, when float: right. Could you file a bug ticket for this here: http://dev.jqueryui.com/newticket (note: requires registration) In the meantime, here's a work-around: $(".meter").resizable({ handles: 'w', resize

[jquery-ui] Re: 1.7 - Sortable revert / placeholder problem + fix

2009-03-09 Thread Cloudream
Could you file a ticket on http://dev.jqueryui.com/ ? On Mar 9, 6:23 pm, zebulon wrote: > Hi all, > > I update all my work from 1.2.6 / 1.5.3 to the latest release 1.3.2 / > 1.7. All works fine > and faster, greetings to the dev team ;-) > > I have found a problem in Sortable revert option, the

[jquery-ui] Re: clone of an element to be dropped draggable

2009-03-09 Thread Richard D. Worth
If you want to clone the element that gets dropped, there's no built-in option. But the droppable receives the dropped element in the drop event's ui.draggable parameter. For example: $("#draggable").draggable(); $("#droppable").droppable({ drop: function(event, ui) { //ui.draggable is the

[jquery-ui] Re: Dual sortable issue

2009-03-09 Thread Richard D. Worth
Can you share a sample page or pastie ( http://paste.pocoo.org/ ) that shows what you're describing? Thanks. - Richard On Sun, Mar 8, 2009 at 10:31 AM, Spot wrote: > > I apologize. I was very low on sleep when I sent the first email, and > forgot to include some required details. > > This happe

[jquery-ui] Re: Downloads of themes are without CSS folder

2009-03-09 Thread Richard D. Worth
Can you provide a little more detail as to what you expected to happen, and what actually happened? Thanks. - Richard On Sun, Mar 8, 2009 at 4:17 PM, Harlley wrote: > > Downloads of themes are without CSS folder in ThemeRoller. > > > --~--~-~--~~~---~--~~ You re

[jquery-ui] Re: Position Dialog with x, y coordinates of parent container or view port.

2009-03-09 Thread Moeen Ud din
Hello, All i can say that you can position this by giving arrray like this [top,left,bottom,right] or like this $(function() { $("#child1").dialog({position: [0,0]); // top left }); OR something like this $('#dialog').dialog({ au

[jquery-ui] 1.7 - Sortable revert / placeholder problem + fix

2009-03-09 Thread zebulon
Hi all, I update all my work from 1.2.6 / 1.5.3 to the latest release 1.3.2 / 1.7. All works fine and faster, greetings to the dev team ;-) I have found a problem in Sortable revert option, the placeholder margin left / top don't change the original position calcing. I've include these paramete

[jquery-ui] Re: Really could use a tree

2009-03-09 Thread Jörn Zaefferer
The jQuery UI planning wiki has some resources on that: http://jqueryui.pbwiki.com/Prioritizing-plugins http://jqueryui.pbwiki.com/Tree Jörn On Mon, Mar 9, 2009 at 10:51 AM, Gordon wrote: > > I've been trying to get a good jQuery driven treeview but just can't > seem to find one that meets my n

[jquery-ui] Really could use a tree

2009-03-09 Thread Gordon
I've been trying to get a good jQuery driven treeview but just can't seem to find one that meets my needs. What I really would like would be a UI tree widget, one that supports draggables (for moving items around inside the tree) and droppables (for adding new items to the tree from another sourc

[jquery-ui] Re: Call for contributors: A simple, fast and flexible grid/spreadsheet component

2009-03-09 Thread Jiming
Hi Tin, Looks very nice. I have a suggestion. Do you consider using blueprintcss as your grid css? Now, every plugin has its own css, it is really a mess when need to include several of them in a system. Thanks, Jiming On Mar 9, 8:37 am, Tin wrote: > Hey All, > I've been working on a grid/sp

[jquery-ui] Rich Text editor inner Text

2009-03-09 Thread Moeen Ud din
I have this rich text editor taken from http://batiste.dosimple.ch/blog/posts/2007-09-11-1/rich-text-editor-jquery.html i am simply doing this Body ..js... document.getElementById('rtetext').value // giving undefined $('#rtetext').text(); // givnig empty $('.rte').text(); // givnig empty ...

[jquery-ui] Re: saving portlet state

2009-03-09 Thread Korben
Still haven't been able to get the portlets to remember whether they are expanded or collapsed. The below code works to remember the order of the portlets but not whether they are collapsed or expanded. JavaScript code / /

[jquery-ui] Re: Ctrl + Click to deselect an item on selectable list

2009-03-09 Thread Richard D. Worth
This isn't currently supported, but is a planned feature: http://dev.jqueryui.com/ticket/4293 - Richard On Fri, Mar 6, 2009 at 4:26 PM, morphi...@gmail.com wrote: > > You can use ctrl and a mouse click to select items that are non- > adjacent. However if you try to click a selected item while h

[jquery-ui] Re: Call for contributors: A simple, fast and flexible grid/spreadsheet component

2009-03-09 Thread sure
Hi tin, You have done a great job. Your intention is appreciateable. Keep going. Best of luck. with Regards sure On Mar 9, 5:37 am, Tin wrote: > Hey All, > I've been working on a grid/spreadsheet control prototype during the > last couple of weeks.  Seeing how there doesn't seem to b

[jquery-ui] How to cancel the draggable event, when ever some html id or class occurs on the page.

2009-03-09 Thread sure
Hi Richards, I don't get any response for my previous doubt from you. I think you are busy with your work. It is understandable. Now my problem is, I have div on a page, which contains three div's. Those are draggable. Now i would like to restrict them with out overlapping each ot

[jquery-ui] Problem with jQuery UI connectWith option

2009-03-09 Thread Arun Boppudi
Hi All, I have a problem with UI sortables. connectWith option is not working in my system. I have copied portlets example from http://jqueryui.com/demos/sortable/#portlets and used my jQuery UI scripts(1.6rc4 and tried 1.6rc5 also). Them also I am not able to drag portlets in one column to anoth

[jquery-ui] Call for contributors: A simple, fast and flexible grid/spreadsheet component

2009-03-09 Thread Tin
Hey All, I've been working on a grid/spreadsheet control prototype during the last couple of weeks. Seeing how there doesn't seem to be a lot of other choices for this sort of thing, I had to write my own. I've put the project up on Google Code and am looking for experienced developers who can p

[jquery-ui] Position Dialog with x, y coordinates of parent container or view port.

2009-03-09 Thread KFawcett
Hi all, I am new to JavaScript and JQuery UI. I am trying to figure how to set a specific position for the dialog box. I would prefer to be able to set it relative to the container "" that it is in; with a position of 10px from the top and 10px from the left. According to the JQuery UI website y

[jquery-ui] make jquery UI datapicker transparent?

2009-03-09 Thread MorF
is it possible to jquery UI datapicker transparent a bit for example 60%? 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 u

[jquery-ui] Limits on sortables?

2009-03-09 Thread Adrian
Perhaps this is too simple of an application for the richness and flexibility of jQuery UI's "selectables," but is there any way to limit the number of items the user can select? In fact, I'd even be interested in disabling multiple selection entirely to let the user just choose one element from

[jquery-ui] ui-icon overflow

2009-03-09 Thread javiaurea
For Example (open window 'dialog'): Open window Problem: Only in Internet Explorer 6, icon overflow. Solution: .link-icon { position: relative; font-size: .75em; padding: .4em 1em .4em 20px; color: #006287 !important; /*solution*/ floa

[jquery-ui] Tabs: Select previously dynamic added tab

2009-03-09 Thread crowincage
Hello, first post on this list :-) using ui 1.7 (thanks so much for this final release) & jquery 1.3.2 I add dynamically tabs when clicking on links inside tab contents. The added list item gets an attribute rel and is selected right after it's added & loaded via ajax reqiest. Now I try to selec

[jquery-ui] Re: saving portlet state

2009-03-09 Thread Richard
Hi Korben, Could you post your adapted code from the Shopdev tutorial? It would be most useful. Many thanks On 6 Mar, 23:33, Korben wrote: > I'm trying to achieve the same thing so if anybody managed to get this > working some help would be highly appreciated. > > I've created a single column s