Did I understand correctly. uploader.upload(idToUpload, 'YOUR UPLOAD URL GOES HERE'); Is that a url a php file that handles uploading? Or I is it url to...
31838
y_lsmith
May 30, 2008 2:47 pm
... Chris, My apologies if it seems I implied I hold you responsible for reporting (at least) column width anomalies! Not so. I appreciate that you *do*...
31839
Eric Miraglia
ericmiraglia
May 30, 2008 2:53 pm
Randy, In that example, the dragged item remains on top for me during the drag (then returns to its original z-index order on endDrag). If you're not seeing...
31840
Michael Wagner
mw_soft
May 30, 2008 2:53 pm
Hi Luke: Thanks for your answer. The problem was fixes. Best regards Michael....
31841
Eric Miraglia
ericmiraglia
May 30, 2008 2:54 pm
Tim, Glad you got it working -- and thanks for the kind words. -Eric...
31842
riku.tuominen
May 30, 2008 2:57 pm
I read following thread: http://tech.groups.yahoo.com/group/ydn-javascript/message/28542 ... Where is the script you are uploading to? You have to have a...
31843
kica52002
May 30, 2008 3:12 pm
Didnt know if anyone else has experienced this issue or not, but I have two pages (page A and page B). Both pages contain a button with a listener [code] //...
31844
Randy Weber
randyweb
May 30, 2008 3:18 pm
Ahh yes. I see that I misread the 'during39; drag portion and was expecting 'after39; drop to leave it on top. Does an example exist that will leave the item on...
31845
Eric Miraglia
ericmiraglia
May 30, 2008 3:32 pm
Randy, No, but it would be trivial to do. Create a CSS class, .active {z- index:100;}. Assign a z-index of 10 to the draggable divs to begin with. In...
31846
Dav Glass
dav.glass
May 30, 2008 3:32 pm
Randy -- This example should do it: http://blog.davglass.com/files/yui/dd32/ Does that help? Dav Dav Glass dav.glass@... blog.davglass.com + Windows: n....
31847
y_lsmith
May 30, 2008 3:34 pm
If you're trying to jump to the last page when you add a row, the following should be sufficient: myDataTable.subscribe('addRowEvent',function () { ...
31848
sfcalvert
May 30, 2008 3:56 pm
Hi Dav, I actually ended up using grids with a combination of a customized template and an inner template within a 'g'. Thanks for your reply!...
31849
y_lsmith
May 30, 2008 4:00 pm
... DataTable. ... Joe, DataTable only resets to page 1 on sort. addRow, deleteRow, and updateRow should not cause a page jump. If you would prefer a sort ...
31850
Rashmi Y. Prasad
rashmeep2000
May 30, 2008 4:05 pm
Luke, This is what I exactly tried, but "addRowEvent" never gets triggered....not sure if I am amking any mistake....please point out... ...
31851
Jamie
jamierytlewski
May 30, 2008 4:10 pm
Listed below is some of my code that I was trying to use and the numbers do want to sort right away. If I sort on the School Name first and the School ID...
31852
Jamie
jamierytlewski
May 30, 2008 4:13 pm
As a follow up: http://developer.yahoo.com/yui/examples/datatable/dt_enhanced_clean.html I took the code from that page. Made the quantity the sorted by as ...
31853
Satyam
satyamutsa
May 30, 2008 4:33 pm
If someone missed something it probably was I, sorry. Satyam ... From: "toom_tooms" <thomas.delhomenie@...> To: <ydn-javascript@yahoogroups.com> Sent:...
31854
maingroup
May 30, 2008 4:41 pm
Hello, I have a html page, assuming all YUI js and css loaded. <html> <body> <input type=text id=text1 name=text1> </body> </html> To use getChildrenBy method,...
31855
y_lsmith
May 30, 2008 4:56 pm
Wow, typo. My apologies. rowAddEvent, not addRowEvent. Here's an example page: http://yuiblog.com/sandbox/yui/v252/examples/datatable/addrow_pag.html Luke...
31856
malutanpetronel
May 30, 2008 4:57 pm
I have some buttons created from some <a href's.. and in the button face I have a image 20 px wide... How can I set the button width to something like 30px's ?...
31857
tripp.bridges
May 30, 2008 4:58 pm
Hi QinQing, Your code works fine for me in IE6. You may want to install the latest Flash Player for IE. It looks like that could be your issue as what you are...
31858
malutanpetronel
May 30, 2008 4:59 pm
oh... it wored but maybe because it has a image background the look of the button is cut off......
31859
Satyen Desai
sdezzi
May 30, 2008 5:06 pm
Hi, Sorry about the delayed response. Although container doesn't currently support "nested" modality out of the box, you can achieve nested modality using the...
31860
Satyen Desai
sdezzi
May 30, 2008 5:21 pm
Hi, OverlayManager currently provides lookup functionality for Overlay based widgets, however they do need to be registered with it. ...
31861
Michael Hasenstein
hasenstein
May 30, 2008 5:34 pm
Yes, you can get a better error message - look on the SERVER side! What is the error your PHP (or whatever) script generates?...
31862
Michael Hasenstein
hasenstein
May 30, 2008 5:37 pm
... Umm.... that is YOUR server, so why do you ask US? :-) Go and look in your server logfile what your PHP script says, and/or if it's even run... ;-)...
31863
Jesse
stang_inc
May 30, 2008 5:39 pm
I am trying to create a YUI TreeView from some JSON data I am pulling in from connection manager. I am basically looping over the JSON data and trying to...
31864
wangli3232
May 30, 2008 5:39 pm
can anybody unsubscribe me, pls!!!!!! To: ydn-javascript@...: elvio.vicosa@...: Fri, 30 May 2008 01:11:48 +0000Subject:...
31865
Satyen Desai
sdezzi
May 30, 2008 5:40 pm
Hi, I don't see the behavior you mention in the following example. The select and pageChange event handlers persist across page changes ( "next button" ). ...
31866
tssha
May 30, 2008 5:46 pm
... Are you serving uploader.swf from your own server? If not, see the following note from http://developer.yahoo.com/yui/uploader/: "The Uploader can only...