I'm attempting to create a JavaScript jigsaw puzzle as part of my ongoing effort to better learn JavaScript - so yes, I am a n00b. The puzzle pieces start in...
44577
Dav Glass
dav.glass
Feb 2, 2009 6:22 pm
dub9155 -- Please post a link so we can see the issue in the action.. If you don't want to send the link to the list, feel free to email me off-list ;) Dav -- ...
44578
Satyam
satyamutsa
Feb 2, 2009 6:44 pm
The built-in doBeforeCallback simply returns its third argument untouched. That argument is an object containing, hopefully, a 'results39; property which will...
44579
Satyam
satyamutsa
Feb 2, 2009 7:00 pm
You are right regarding the sensitivity to load order, you get them wrong and it will generate all sorts of strange errors. I don't know about Django, but from...
44580
Satyam
satyamutsa
Feb 2, 2009 7:06 pm
The property names in the JSON message should all be enclosed in quotes. The latest version of the JSON utility is much stricter than the original used to be...
44581
arambulo81
Feb 2, 2009 7:28 pm
Also, I added alerts to the bottom and traced them through the code to just before the return. tDS: not Null tAC: not Null oPushButtonT: not Null ...
44582
blueboy162
Feb 2, 2009 7:54 pm
I have 400 imgages to scroll (10 items per view). The carousel works fine till an certain point. Then are no images shown in the container, but the container...
44583
dub9155
Feb 2, 2009 8:02 pm
http://joe.jkeillor.com/index.html Thanks in advance for your time!...
44584
bob_hanson@...
bob_hanson...
Feb 2, 2009 8:34 pm
I have a YUI Calendar that is plugged into a form. The form partial is used on 2 different pages in the site. The Create and Update so all the mark up is the...
44585
gregraven@...
gregraven...
Feb 2, 2009 9:17 pm
I've looked at all the documentation, but I can't figure out how to force DataTable to display numbers as #.##. I have sortable tables and it looks better when...
44586
Brian McCullough
bdmc1000
Feb 2, 2009 9:21 pm
... Have you considered writing a custom formatter for that field and converting the numbers into strings? Brian...
44587
rckrll4ever
Feb 2, 2009 9:34 pm
Why does template .yui-t7 add bottom margin to the main content column? .yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}...
44588
Brian McCullough
bdmc1000
Feb 2, 2009 9:38 pm
Folks, I have been working on something for quite a while and thought that I would ask if anybody has any suggestions that I could use. Part of my web...
44589
Satyam
satyamutsa
Feb 2, 2009 9:41 pm
You can declare the column to use the number formatter and use the numberOptions: ...
44590
scott8g
Feb 2, 2009 10:02 pm
Hi all, I thought I would bring this post to your attention again, since it seems nobody saw it or had any ideas previously. It's really important that I find...
44591
Nate Koechley
nate.koechley
Feb 2, 2009 10:10 pm
Hey, That's legacy, more or less. t1-t6 set up two-column "preset template" for the two blocks (.yui-b). In contrast, t7 previously stacked them vertically for...
44592
Nate Koechley
nate.koechley
Feb 2, 2009 10:14 pm
... If you'd like to style content within Grids, I recommend nesting a node (e.g. DIV) inside the nodes that Grids provides. That way you can put any style on...
44593
Dav Glass
dav.glass
Feb 2, 2009 10:14 pm
dub9155 -- DragDrop is actually working ;) You issue is that you are positioning the tiles to the lower part of the page and the element #tray is sitting on...
44594
j2eeconsulting
Feb 2, 2009 10:14 pm
It's been a while, I have worked with the YUI since 2.2.2 I had a really nice css all set up the way i wanted it... upgraded to 2.6 and wham, can't get it to...
44595
j2eeconsulting
Feb 2, 2009 10:15 pm
The first thing I want to do, is change the color of the column heading. Having a hard time figuring out how to do that with 2.6. Thanks...
44596
Nate Koechley
nate.koechley
Feb 2, 2009 10:21 pm
Hi, ... Of the text or of the background? In general, Firebug (http://www.getfirebug.com) is an indispensable tool for figuring out how specific your CSS...
44597
j2eeconsulting
Feb 2, 2009 10:27 pm
Right now just trying to change the background color of the table column heading :( Seems like it should be much easier than this....
44598
smpaley
Feb 2, 2009 11:05 pm
Does anyone know how long I should expect to have to wait for a response on a bug report? I have two outstanding, one from December, one from a couple of...
44599
arambulo81
Feb 3, 2009 12:06 am
No idea what fixed it,probably a YUI Loading Order tweak, but I don't remember....
44600
puff01824
Feb 3, 2009 12:11 am
Satyam, Thanks for the note. I'll look into the link and YUI loader as well. I'm not actually using Django proper as my app is running on Google appspot. It...
44601
gregraven@...
gregraven...
Feb 3, 2009 12:42 am
Brian, Yes, I have. But because I don't know how to do that, it's tough sledding. ... are ... present in...
44602
gregraven@...
gregraven...
Feb 3, 2009 12:47 am
Satyam, I am dealing with numbers (not a string that contains numerals), and this option appears to be exactly what I need for the configuration I'm seeking....
44603
gregraven@...
gregraven...
Feb 3, 2009 12:54 am
I'm using the default colors for now, but I emboldened and centered the text by applying a rule to: .yui-skin-sam .yui-dt Hope this helps....
44604
Brian McCullough
bdmc1000
Feb 3, 2009 2:16 am
... Sorry about that. Satyam's solution will get you there. What we are talking about is the Column Definitions, where you list each of your displayed...
44605
nanabite
Feb 3, 2009 2:56 am
Hi All, I am putting together a DataTable with inline editing and am experiencing some problems after callback from my asyncSubmitter. If I click in a cell...