I am generating a treeview from a jason string, but i wonder if i can tell the node that it will not have childrens when i load it and no when i'm trying to...
26644
Fiouz
fiouzy@...
Mar 3, 2008 7:57 pm
Hi, ... If using 2.5.0, set the isLeaf property to true http://developer.yahoo.com/yui/docs/YAHOO.widget.Node.html#isLeaf If using an oldef version, override...
26645
redwireit_brians
redwireit_br...
Mar 3, 2008 8:33 pm
Dav, Here is a working sample...i think im finally on track./ I still need to be able to add another canvas object for an uploaded image as well as resize the...
26646
Satyam
satyamutsa
Mar 3, 2008 8:36 pm
I left some time pass just in case anyone has a more authoritative answer, so here is the second best, third best? fourth ...? anyway, my thoughts about it. I...
26647
Dav Glass
dav.glass
Mar 3, 2008 8:51 pm
Why not attach the resize utility to it and let them pick: http://developer.yahoo.com/yui/resize/ Dav Dav Glass dav.glass@... blog.davglass.com +...
26648
myworld100us
Mar 3, 2008 9:06 pm
This seems to be casuing a problem for me var newRec = myDataTable.getRecord(regHistRowIndex).getData(); newRec['regkey'] = '123'; var record =...
26649
Jack Bates
murrayscott419
Mar 3, 2008 9:15 pm
I have a <select> input with hundreds of items. When JavaScript is enabled, I'd like clicking the input to instead display a hierarchical YUI menu. I...
26650
myworld100us
Mar 3, 2008 9:15 pm
I forgot to add that the regKey column is not displayed in the datatable , its part of the recordSet. eeks I guess that should be the answer....
26651
Edwart Visser
flashpronl
Mar 3, 2008 9:32 pm
It works for reducing the filesize, but it lacks readability. Also it can get in conflict with other JS libraries which depend on $ sign usage (i.e....
26652
mikeni1225
Mar 3, 2008 9:32 pm
does anyone know an example of how to use the animation manager? basically i have a chain of YAHOO.util.Motion that I would like to invoke one after another....
26653
myworld100us
Mar 3, 2008 9:51 pm
This does not work. Essentially I want to update a collumn in the datatatble whihc is present as part of teh recordSet but not in the datattable ....
26654
Eric Miraglia
ericmiraglia
Mar 3, 2008 9:56 pm
Brian, I'd recommend using an iFrame for this implementation. The page you're capturing doubtless has a lot of HTML structure to it, some of which is being...
26655
Eric Miraglia
ericmiraglia
Mar 3, 2008 10:02 pm
Beena, You would need to create a JavaScript array of the data you're using; alternatively, you can create a "JavaScript function" DataSource that inspects...
26656
Allen Rabinovich
allenrabinovich
Mar 3, 2008 10:04 pm
Hi folks, Can you tell us which browser/OS/Flash version you are seeing this issue in? Thanks, Allen ... to my...
26657
Allen Rabinovich
allenrabinovich
Mar 3, 2008 10:08 pm
Hi Zero, We'll look into onUploadCancel issue to see if there is a problem. As for the second issue, no, unfortunately there is no workaround. For security...
26658
Allen Rabinovich
allenrabinovich
Mar 3, 2008 10:13 pm
Hi, Did you make sure that the server you are uploading to has crossdomain permissions for the server on which the uploader swf is hosted? So, for example, if...
26659
Eric Miraglia
ericmiraglia
Mar 3, 2008 10:18 pm
Norman, I'm not sure I understand the question. YUI TabView is terrific for the implementation you have on the page you've linked to, and it can handle XHR...
26660
seancallan
Mar 3, 2008 10:33 pm
Hi Guys, I'm using the Simple Upload example on the website and I'm getting all kinds of errors out of FireBuy concerning `this._swf` `this._swf.clearFileList...
26661
Brian McCullough
bdmc1000
Mar 3, 2008 10:52 pm
... Thank you, Eric. I had basically come to that conclusion myself. I do need to be able to create "context menus" ( right-click menus ) within the captured...
26662
Carlos de Luna
cdelunasaenz
Mar 3, 2008 11:06 pm
I am not getting into it... i still got the (+) expand icon: In the Browser side: function loadNodeData(node, fnLoadComplete) { var nodeLabel =...
26663
hiteshverma1
Mar 3, 2008 11:45 pm
Thankyou for your reply. Yes, you are right. I can see the form1 element has moved below in the body and doesnot contain the listviews and other asp elements....
26664
Fiouz
fiouzy@...
Mar 3, 2008 11:53 pm
On 04/03/2008 00:06, Carlos de Luna wrote: I am not getting into it... i still got the (+) expand icon: In the Browser side: function loadNodeData( node,...
26665
Allen Rabinovich
allenrabinovich
Mar 4, 2008 12:02 am
Hi Sean, Did you make sure that SWFURL property of the uploader is assigned to the location of the uploader.swf? Also, can you let us know which browser...
26666
redwireit_brians
redwireit_br...
Mar 4, 2008 12:08 am
Thanks Dav, i'll give that a try now. I gotta tell you sometimes i think my eyes dont work, i searched the YUI and didnt find anything for resize....this means...
26667
myworld100us
Mar 4, 2008 12:17 am
I want to make the user select only one row at any point of time , I ahve subscribed to rowSingleSelect event , but still i am able to select more than one row...
26668
Eric Miraglia
ericmiraglia
Mar 4, 2008 12:55 am
mikeni1225, The best way to chain two animations is to use Animation's onComplete custom event. Here's some sample code: <!DOCTYPE html PUBLIC "-//W3C//DTD...
26669
David P. Nesbitt
david_p_nesbitt
Mar 4, 2008 1:16 am
I have a standard 3 column layout (doc4 + yui-gf). I have the following two requirements: 1. If the right column is longest, the left column background color ...
26670
hwusdesign
Mar 4, 2008 1:56 am
If you go here http://universitycenters.ucsd.edu/new2/index.php and scroll down to the Hours - "Food" section, the content under the tab will look fine In IE...
26671
monkeysday
Mar 4, 2008 4:34 am
Here are the codes below; the problem is the the slide[1] could work when the dom finished, but unless i refresh the page, the slide[0] wouldn't run. who can...
26672
Jing Ceawlin
jingceawlin
Mar 4, 2008 5:06 am
Looks like this is a bug in Firefox, coz it works fine in Opera and Safari(windows version) too. There's a fix you can try. Set the scrollholder div's...