My post parameters look something like this: "id=1180625935031062&action=get_user_prefs&data=%7B%7D" All of my posts have a parameter for ID, action, and data...
13975
jameschao122
May 31, 2007 3:48 pm
Also, I actually have to do the following to get the connection manager to send the request with the correct header: YAHOO.util.Connect.resetDefaultHeaders(); ...
13976
James McLaughlin
jimmclaug001
May 31, 2007 3:51 pm
Hello Yui Developers, Is there any interest in providing a public method on YAHOO.widget.MenuManager that will retrieve MenuItems by domId. I have to create my...
13977
gareth.shapiro
May 31, 2007 3:53 pm
Hey, I am returning some <a>'s as part of a datatable and once it has loaded I am looking to override the onclick event for my own evil purposes. I can't seem...
13978
rodiniz2003
May 31, 2007 4:21 pm
... Thank you for answering... for now I am using as a workaround a click event associated to the slider. This way I can be sure the slider was moved by an...
13979
James McLaughlin
jimmclaug001
May 31, 2007 4:23 pm
Hello Yui Developers, Is there any interest in providing a public method on YAHOO.widget.MenuManager that will retrieve MenuItems by domId. I have to create my...
13980
Adam Moore
adam.moore
May 31, 2007 4:35 pm
... Give the element a tabindex attribute: <div tabindex="-1"></div> "-1" means that it will not get focus when tabbing through the fields, but it can receive...
13981
foggjacob
May 31, 2007 5:32 pm
I made a pretty good solution (it can even handle multi-dimension as long as you make sure to use different delimiters) In PHP you create your array and add...
13982
foggjacob
May 31, 2007 5:38 pm
I am wondering if there is a way to dynamically update a drop down menu button's options with JavaScript after the menu has long been created. I know that I...
13983
kindom_2006
May 31, 2007 5:47 pm
I sort-of solved it. I picked a number with my designer and hard-coded the width to that using: _width:193px; for ie6 only. Jeff...
13984
foggjacob
May 31, 2007 5:51 pm
Which div are you hiding? I found the best method for me to hide a re-sizable panel is to use the visibility property of the parentNode to the container you...
13985
Todd Kloots
toddkloots
May 31, 2007 6:19 pm
Jake - Use the "getMenu" method of Button to retrieve a reference to the Menu instance and from there you can use the "addItem," "addItems" or "insertItems"...
13986
Todd Kloots
toddkloots
May 31, 2007 6:22 pm
James - I'm currently targeting to add this feature for the next release (2.3) that will be available in July. Feel free - Todd...
13987
markus espenhain
hooblei
May 31, 2007 7:44 pm
hi i'm trying to register a Panel on a OverlayManger ... without success var olmgr = new YAHOO.widget.OverlayManager(); var p = new...
13988
Adam Platti
aplatti
May 31, 2007 8:02 pm
yea, it would be cool if there was an API for aborting a drag from inside b4Drag. Adam...
13989
jessekeller
May 31, 2007 8:14 pm
This takes a little explaining, but hopefully it will make sense to someone: I've got a <ul> with a bunch of items, some of which contain other <ul>39;s. The...
13990
kvelmurugan
May 31, 2007 8:16 pm
Hi, Im using the data table to display the live data using XML input. Also I am using pagination. On top of the Table display along with pagination I would...
13991
harrierdh
May 31, 2007 8:22 pm
Try this function expandAllNode() { oCurrentTextNode.expandAll(); oCurrentTextNode.expand(); } function collapseAllNode() { oCurrentTextNode.collapseAll(); ...
13992
manish25.rm
May 31, 2007 8:35 pm
Hi, I need help on changing the label color in selected tab via javascript? Thanks, Manish...
13993
davehaber
May 31, 2007 9:16 pm
Anybody notice any problems with YUI after the Firefox auto-update that happened earlier today? I am building a page with some events on drop down boxes and a...
13994
Mike Sexter
mikeatmental...
May 31, 2007 9:52 pm
Has there been any work been done to give the tabview/tab more application-like function? Specifically I'm talking about specifying a minimum and maximum size...
13995
Adam Moore
adam.moore
May 31, 2007 9:55 pm
... This is due to the fact that the auto-scroll code is kicking in before it should in DDProxy implementations. A workaround can be found here: ...
13996
tssha
May 31, 2007 10:09 pm
... Without modifying any of the headers, I used Connection Manager to send the data you provided as follows: var data = encodeURI( ...
13997
James McLaughlin
jimmclaug001
May 31, 2007 10:09 pm
Thanks Todd. The menu module is a nice piece of work. I think you were ... best, jim...
13998
alexshusta
May 31, 2007 10:17 pm
Hey Manish, Depending upon your application this may not be the exact response you're looking for, but, the tabview already changes the class of the currently...
13999
skp19722003
Jun 1, 2007 2:50 am
My tree looks like this. All the VAL1...VAL3 are TaskNodes. TITLE 1..3 and VALUES1..3 are TextNodes. After I created the tree, it expands all the nodes by...
14000
Eric Miraglia
ericmiraglia
Jun 1, 2007 4:39 am
davehaber, Could you send a URL where you believe YUI is inserting "xx" on a page? I have downloaded the update and run through many of the YUI examples on the...
14001
akin
jzkizo
Jun 1, 2007 5:46 am
hw all, please,hw can i edit .swf (shockwave flash file).i want to edit the font of the flash object.i try macromedia but was just opening it .i found out...
14002
adewole akin
jzkizo
Jun 1, 2007 5:54 am
hw all, please,hw can i edit .swf (shockwave flash file).i want to edit the font of the flash object.i try macromedia but was just opening it .i found out...
14003
David Lloyd
jamethiel_w
Jun 1, 2007 5:55 am
To edit .swf files you need: a) The original .fla files; or b) A decompiler that is capable of getting something very close to the original .fla files ...