You have the whole record available to you, just use: oRecord.getData('fieldname39;); to get any field you want, even those not displayed ... From: shortestpath ...
20318
illiphilli
Nov 1, 2007 4:45 pm
Hey all, I have a menu that when rendered, the submenu is squished vertically because (it seems) the menu is right up against the bottom of the page.. If I...
20319
HoserMage
Nov 1, 2007 4:54 pm
I had implemented a delete row column as described in part2 of the blog entry. Instead of a confirm() call, I used a dialog. Then I noticed that the...
20320
David Pratt
fairwinds@...
Nov 1, 2007 5:07 pm
I managed to improve my debugging capacity in Safari 3 by enabling debug so it will log everything to the console in the meantime. I have yet to find a way of...
20321
David Pratt
fairwinds@...
Nov 1, 2007 5:13 pm
Can anyone advise if anyone has put a hash class together that works well with YUI. I was looking at what mootools has done in this area without all the Object...
20322
dmitrykhudorozhkov
dmitrykhudor...
Nov 1, 2007 5:19 pm
Hi all! Has anyone tried to create a slide menu like this: http://www.obout.com/sm3/basic.aspx with a YUI TreeMenu or YUI Menu?...
20323
dcinteractive123
dcinteractiv...
Nov 1, 2007 5:27 pm
Hi Eric, Thank you for your reply. Your solution solves 1/2 of my problem. Here is what I am trying to do: The node label contains a title plus an HTML...
20324
benny.braeuer
Nov 1, 2007 5:39 pm
Hi, I'm new to YUI Buttons and the Event-Handling. I have only a simple case, a form with a Split Button (two entries) for submitting (see code below). My...
20325
Eric Miraglia
ericmiraglia
Nov 1, 2007 5:39 pm
David, You probably want to use HTMLNodes instead of TextNodes. Check out the children of the second node (Susheela's docs) in this example: ...
20326
Adam Moore
adam.moore
Nov 1, 2007 5:41 pm
... Replace YAHOO.widget.TextNode with YAHOO.widget.HTMLNode to remove the label click behavior. The following example uses HTMLNode for the custom icon...
20327
Eric Miraglia
ericmiraglia
Nov 1, 2007 5:44 pm
Joe, The YUI Panel Control (and others in the Container Family) have a "fixedcenter" configuration property. Your best bet here is to create your calendar...
20328
Satyam
satyamutsa
Nov 1, 2007 5:54 pm
Since dialogs return the result of the user reply via callbacks and those callbacks can have a different scope than the caller, I wonder if you are not losing...
20329
Timothy Lynn
timothy_lynn
Nov 1, 2007 6:02 pm
On a similar note, are there any examples of having the calendar intelligently position itself so that it doesn't appear off-screen? For instance, if I have a...
20330
Gopal Venkatesan
gopalarathnam_v
Nov 1, 2007 6:14 pm
... Enclose the input/select elements inside a form and specify the form action. When the drop-dorn is chosen the form is submitted automatically. -- Gopal...
20331
Chris Banford
yuichris
Nov 1, 2007 6:17 pm
Hi list, Am wondering if anyone's come across a simple YUI + php chat solution? Cheers, -Chris...
20332
Vakil,Ashka A
ashka_v
Nov 1, 2007 6:31 pm
Hello, I am creating a drag-drop functionality in which the user can drag any image from the list of images present on left side into a specific area on the...
20333
saad_er55
Nov 1, 2007 6:34 pm
... any ... functionality ... the ... outside ... initiating a ... fit ... does not ... r*r ); ... document.getElementById("dragBox"); ... { ... = ""; ... then...
20334
david@...
HoserMage
Nov 1, 2007 6:58 pm
I made sure that I save the target row in my DataTable object so I can reference it later, and I made sure to set the scope of the asyncRequest to be the...
20335
Eric Miraglia
ericmiraglia
Nov 1, 2007 6:59 pm
Tim, The version I linked to below will take care of that for you. Just delete the fixedcenter configuration and add a constraintoviewport configuration (set...
20336
shortestpath
Nov 1, 2007 7:05 pm
I have tried oRecord.getData with a fieldname that is a column in my datasource that is not shown in the ui table, but I get "undefined". If I try with one of...
20337
mkoziel2000
Nov 1, 2007 7:12 pm
I found that if I create a modal Panel object using YUI, I can get into the situation where IE (and firefox for that matter) will eventually display an alert...
20338
Chris Adams
acdha
Nov 1, 2007 7:13 pm
I'm attempting to replace some <input type="radio"> code with YUI Buttons and was wondering what the cleanest way is to handle the equivalent of an...
20339
Shafique
shafnjc
Nov 1, 2007 7:15 pm
Howdy all: When results are coming back to the data table, it says "Loading data..." I found where this is set in the datatable-beta.js file: /** * Message to...
20340
shortestpath
Nov 1, 2007 7:50 pm
Sorry - I had made a mistake earlier. When I said before that I added the key name to the datasource responseSchema and still got undefined, it was before that...
20341
wizhippo
Nov 1, 2007 8:02 pm
I want to fire the event listers for a an onChange event on a textbox so i have YAHOO.util.Event.addListener("check-in", "change", ...
20342
rballou05
Nov 1, 2007 8:35 pm
I'm creating a widget that I would like to use YUI's event model and support. So I have something like this: MyClass = function(){} MyClass.prototype = { foo:...
20343
shortestpath
Nov 1, 2007 8:55 pm
ok - just thought I'd give a little update in case anyone was following this... my original goal was to add attributes to the ui table's tr. these attributes...
20344
freyfogle
Nov 1, 2007 9:01 pm
Hi is there anyway to set slider images other than as css background images? Here's my specific problem: I have a div that is 'hidden39; from the user (actually...
20345
jaydenkneller
Nov 1, 2007 9:05 pm
I've got a tabview set up and it contains a tab that I want to preform a some javascript but instead of switching to that tab I want the previous tab to remain...
20346
Satyam
satyamutsa
Nov 1, 2007 9:15 pm
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....