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
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
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
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
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
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
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
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
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
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
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
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
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
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
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!
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
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
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
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
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
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
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: "
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
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
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.
>
>
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
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
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
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
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
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
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
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
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
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).
--~--~-
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 :
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
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
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
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() {
>
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
41 matches
Mail list logo