Hi David, You can also use the YUI provided custom event "hideEvent" to override the default api that is used to close the modal dialog. For Example:...
52220
sbjohnson256
Dec 1, 2009 7:21 pm
Hi Satyam, I need to reference a YUI.widget.DataTable outside the function that creates the element. I am using javascript to try to reference the it. Would...
52221
athies
athiesv3
Dec 1, 2009 7:49 pm
I am using YUI3 DataSource to pull in some XML. Everything works great except I have a comments section of the returned XML that contains an arbitrary number...
52223
Luke
y_lsmith
Dec 4, 2009 5:16 am
Support for nested field schemas was just added to DataSchema.XML the other day. Have a look on github for the updated module. ...
52224
Steffen Voß
kaffeeringe
Dec 4, 2009 9:56 am
Hi all! I would like to add a thing to the advanced image button in the YUI rich text editor. Where do I customize that? There is the URL field and I would...
52225
Dave Lozier
dave.lozier
Dec 4, 2009 1:08 pm
Hi Steffen, Have a look at what was done at http://allmybrain.com/2007/10/16/an-image-upload-extension-for-yui-rich-text-editor/by Dennis Muhlestein. Also,...
52226
krupica piotr
pkrupica@...
Dec 4, 2009 9:18 pm
2009/12/4 Dave Lozier <dave@...> ... 2009/12/4 Dave Lozier < dave@... > Hi Steffen, Have a look at what was done at...
52229
Joaco
joaco182
Dec 6, 2009 6:03 am
Is it possible to augment the ContainerEffect widget without adding code directly into the source? I want to add a ContentEffect.RESIZE, but have been unable...
52231
nagaraj
manne_swiss
Dec 7, 2009 12:25 pm
Thanks a lot Satyam!! it worked...the link you have given worked thanks a lot..Sorry for the late reply.. Â Â Â Â Â Â Â /Â Â Â Â Nagaraj ... From: Satyam...
52233
Vinay
vinay_sajip
Dec 8, 2009 9:01 pm
I've got a DataTable use case in which I want to insert an additional row in the table header (to use for filtering). Each cell in this row contains an...
52234
Satyam
satyamutsa
Dec 8, 2009 10:47 pm
Not sure if it would work but if you set the width of the input boxes to a percentage value wouldn't it adjust to the size of the cell? Otherwise, how about...
52235
an0n73
Dec 9, 2009 6:31 am
Hi, I'd like to create a MenuBar in which the subMenu's within each menu are driven by a connection manager callback function. My experience with YUI isn't...
52236
Vinay
vinay_sajip
Dec 9, 2009 9:43 am
... No, I already thought of that - doesn't work. ... This event is fired from the onMouseUp of the resizer and so, unfortunately, cannot be used during the...
52237
Satyam
satyamutsa
Dec 9, 2009 12:04 pm
How about adding a full row of headers by using nested headers with one top header containing each only one child header? Satyam...
52238
Vinay
vinay_sajip
Dec 9, 2009 3:38 pm
... Nice idea. This could work but for the fact that for a nested header, the column reordering works by dragging the top-level row header, which would be...
52239
Satyam
satyamutsa
Dec 9, 2009 4:08 pm
Then, your only option will be to override YAHOO.widget.ColumnDD.onDragOver. Look at the source code because the API docs won't tell you much about it since...
52240
Todd Kloots
toddkloots
Dec 9, 2009 7:26 pm
Here is how I would structure your code for creating a menubar with submenus that are built from data from XHR: ...
52241
Vinay
vinay_sajip
Dec 9, 2009 7:59 pm
... Ok, thanks for the pointer. Regards, Vinay Sajip...
52242
an0n73
Dec 9, 2009 10:38 pm
Thanks Todd, just what I was looking for to get me going....
52243
an0n73
Dec 10, 2009 12:04 am
Hi Todd, One more question... I've changed your sURL page to my own getMenuData.jsp page and all this page contains as a test is what I believe to be the...
52244
Todd Kloots
toddkloots
Dec 10, 2009 12:34 am
All keys need to be strings. For example: [{ "id": "communication", "itemdata": [ { "text": "Test1", "url": "www.d.com " } ] }] For more:...
52245
an0n73
Dec 10, 2009 1:04 am
I've found that if I replace the JSON.parse(...) method with eval(...) then my it all works fine for a format of: "[{text:'Test139;,url:39;www.d.com'}]" Reading...
52246
ibrahima
ibbby21
Dec 10, 2009 4:37 am
I am using the autocomplete on an input field. But is it showing under other elements in ie6 and 7. It works fine in ie8 and firefox. I have set the...
52247
prash_monte
Dec 10, 2009 10:58 am
Hi, Is there a Periodic refresh widget provided by YUI that I can use to refresh specific components on my page? REgards, Prashant...
Hi, Trying to replace the content of a button's menu from an event inside of another button menu was unsuccessful. I create the 2 menus like below. var...
52251
George Papaioannou
sdancer75
Dec 10, 2009 11:00 pm
I changed the previous code with the code below and partially is working. The problem is that in case the oMenuAgent menu is not renderer (the else part) the...
52253
vino_gallantguy
Dec 11, 2009 4:33 pm
Hi, I have developed a data grid with inline celleditors and it is awefully slow in IE7 and it really is a pain using it. The number of columns is 23 ( 15 non...
52254
Nathan Moschkin
nmosch
Dec 11, 2009 10:27 pm
I have a bevy of controls and tabs on a system administration panel, and I'm using the DataTable for the e-mail log. Well, the entire page resizes a bit...
52255
david.bill1982
Dec 12, 2009 6:38 am
Hi, I'm trying to put an inline editable table inside a YAHOO.widget.Dialog. If the dialog is a modal dialog, the editor is coming up for each cell but i am...