The DataTable will load into the message box any string that is in MSG_LOADING. If MSG_LOADING contains the HTML for an image, it will show that image....
20347
Satyam
satyamutsa
Nov 1, 2007 9:37 pm
I am not sure it would work at all. I tried adding arbitrary attributes to HTML elements a couple of years ago and I found that some browsers validate what...
20348
Satyam
satyamutsa
Nov 1, 2007 9:59 pm
... From: <david@...> To: <ydn-javascript@yahoogroups.com> Sent: Thursday, November 01, 2007 7:58 PM Subject: Re: [ydn-javascript] DataTable, deleteRow...
20349
David M. Patterson
vaxace42
Nov 1, 2007 10:02 pm
You can use the setAttribute() method to add new attributes to entities. Naturally, you need to use getAttribute to retrieve these attributes. I think that...
20350
y_lsmith
Nov 1, 2007 10:16 pm
... images? ... Ed, Try applying position: relative on the element with the 0 height. Hope this helps, Luke...
20351
Satyen Desai
sdezzi
Nov 1, 2007 10:57 pm
Hi, Thanks for the detailed report. I'll try to reproduce your test case, but if you have a test page already you can point us to, that would help. I'd like to...
20352
firdosht
Nov 1, 2007 11:46 pm
Hey guys, I am relatively new to YUI so I was wondering if anyone could help me out. Basically I am trying to skin the default push YUI button. is there a...
20353
merahul94538
Nov 1, 2007 11:48 pm
Sorry for the confusion. Second point is correct User types some text in RTE, hit a button 'Save data',Then Save Data button OnClick will trigger a Javascript...
20354
rballou05
Nov 1, 2007 11:59 pm
Both Firefox and IE return a selection object -- the difference is that Firefox has a handy toString() method which makes it look like the selection you...
20355
merahul94538
Nov 2, 2007 12:27 am
Rob, Thanks for responding. Yeah, I figured that it is an object of type 'Text' but I don't want the the whole text out of textartea, just the selection. I...
Hi everyone, I'm trying to add a listener on a div and then check to see which element is being clicked once the listener gets control. The following short...
20358
Adam Moore
adam.moore
Nov 2, 2007 1:44 am
... George, instead of e.target, use YAHOO.util.Event.getTarget(e). -Adam...
20359
gpapayia
Nov 2, 2007 1:47 am
thanks Adam.....
20363
dav.glass@...
dav.glass
Nov 2, 2007 4:23 am
Gawron1 -- This example should get you going: http://blog.davglass.com/files/yui/button9/ Hope that helps :) Dav Dav Glass dav.glass@... ...
You are right, it mostly works, but if you see the compatibility tables at: http://www.quirksmode.org/dom/w3c_core.html#attributes you can see it is the...
20366
gasper_jansa
Nov 2, 2007 11:36 am
Hi I want to prevent changing selected button if user presses right mouse button. I hooked beforeCheckedbuttonChangeEvent and I return false in this handler....
20367
freyfogle
Nov 2, 2007 11:39 am
It worked. brilliant. first pint's on me next time you're in London. thanks for the help man Ed...
20368
netomatixajax
Nov 2, 2007 11:45 am
I am seeing a very different behavior when i open "topnavfrommarkup_source.html" example file as local file or as part of a web site. when i open the HTML file...
20370
netomatixajax
Nov 2, 2007 12:19 pm
... there is lot of explanation on YUI about how to skin buttons. Please goto following link. http://developer.yahoo.com/yui/button/#stylingtypes Naveen ...
20371
itzukepwn
Nov 2, 2007 12:52 pm
Hello. I'm trying to add a dropdown list ("<select><option..../>") to the first to two cell in my header columns of the DataTable. I tried passing the html as...
20372
Satyam
satyamutsa
Nov 2, 2007 1:14 pm
This example uses a dropdown for the state: http://developer.yahoo.com/yui/examples/datatable/dt_cellediting.html Satyam ... From: "itzukepwn"...
20373
David M. Patterson
vaxace42
Nov 2, 2007 1:24 pm
Satyam, Thanks for the link. That's a handy site. A note about the tables and "less green", though. For setAttribute() and getAttribute(), he marks IE as...
20374
wizhippo
Nov 2, 2007 1:33 pm
This is very frustrating. How do I fire an onclick event from within javascript? I thought I should be able to do this but no. ...
Hello, I'm currently working on a project using Dispatcher.fetch at client side. My client code is generated through a python server side script. (i've ...
20377
darklight3d
Nov 2, 2007 1:57 pm
is there a way to enable dates that are out-of-month? i changed the CSS class to be the same as active dates, but i still can't select or interact with dates...
20378
arianhojat2000
Nov 2, 2007 2:11 pm
Hello all, Basically I have a text input field, and a hyperlink. Clicking on the hyperlink brings up the Calender popup. Clicking on a date there sets the text...
20379
rballou05
Nov 2, 2007 2:11 pm
_createCurrentElement will pop the current selection into myEditor.currentElement[0] So you can send that back to the server using AJAX. Rob...