I have a question with respect to how RTE works with embedded HTML. When I enter an HTML embed such as below: <object width="425" height="355"><param...
30117
Satyen Desai
sdezzi
May 1, 2008 5:55 pm
Hi, Version 2.3.1 fixes the 2nd issue you mention, so that anything which would cause a normal form submission (e.g. hitting the enter key on a single text...
30118
Michael Terry
michaelwterry
May 1, 2008 5:57 pm
Hi Satyam, I couldn't use the built-in cell editors for reasons too boring to bring up now, unfortunately. It would have been really nice if I could have. No,...
30119
Douglas Cameron Mauch
dcameronmauch
May 1, 2008 6:01 pm
I am dynamically loading some javascript using the get function. Works great. When I call the purge method, it looks like it worked, but didn't really. There...
30120
peychevi
May 1, 2008 6:02 pm
Hello, As I see, "handles" has "writeOnce" property set to true and it is not possible to be changed once after Resize has been instantiated, is it? Instead,...
30121
Dav Glass
dav.glass
May 1, 2008 6:07 pm
David -- You can use this command to place that HTML into the editor: myEditor.execCommand('inserthtml', 'STRING OF HTML HERE'); That will put the string of...
30122
Raphael Bauduin
raphinou
May 1, 2008 6:10 pm
... The logger gives more info: the json could not be parsed: DataSource instance1 JSON data could not be parsed: ({ length : 3, resources: [{"url": ...
30123
ara_kevonian
May 1, 2008 6:13 pm
Ever since upgrading to 2.5.1 (from some flavor of 2.4.x) I've been unable to get my tooltips to appear above my modal dialogs. I've tried everything, setting...
30124
Adam Moore
adam.moore
May 1, 2008 6:16 pm
... This is the intended behavior. purge() removes the nodes that were inserted. Evaluated script will continue to be available, CSS rules will not. ...
30125
Dav Glass
dav.glass
May 1, 2008 6:18 pm
Iliyan -- The Resize Utility was not designed to have dynamic handles, however there has been a Patch submitted for it: ...
30126
mattibbals
May 1, 2008 6:20 pm
Hi! I was wondering if it would be possible to instantiate the Datatable control without having it re-render the table. I was thinking that I would like to...
30127
Suhas Pharkute
spsuhas
May 1, 2008 6:27 pm
Hi, After going thr' the posts, I still cannot find any simple method to "Refresh the Current page in DataTable". Can someone please guide me in correct...
30128
Karr, David
david.karr@...
May 1, 2008 6:32 pm
This is probably a simple CSS newbie problem, but I'm working through examples in the "Learning YAHOO" book, and I'm seeing something funny when I make a...
30129
Raphael Bauduin
raphinou
May 1, 2008 6:34 pm
... I got it working, though the JSON returned is different. Looking at datasource-beta-debug at line 1566, there's a test on resultsList, which is used if...
30130
Octavian Rasnita
orasnita@...
May 1, 2008 6:40 pm
I have tried to download it again, but after I pressed enter on the link on the Yahoo page for downloading it, the computer frozen and I needed to restart it. ...
30131
spsuhas
May 1, 2008 6:43 pm
I guess I found the method, it is little difficult to find but it is there Paginator.setPage(Paginator.getCurrentPage()); This will refresh the current page...
30132
y_lsmith
May 1, 2008 6:49 pm
Amir, Version 2.5.1 of DataSource introduced the metaFields collection. In version 2.5.0, the totalRecords identifier hangs directly off of the responseSchema...
30133
bretlevy
May 1, 2008 7:16 pm
Once the panel is rendered, you can show/hide it with the show/hide methods of the panel object, like you are doing. In the constructor, having visible:false...
30134
peychevi
May 1, 2008 7:17 pm
... tracker/?func=detail&atid=836478&aid=1940330&group_id=165715 Yes, thanks! ... can't commit to it ;) This would be a very nice feature. ... Iliyan...
30135
Karr, David
david.karr@...
May 1, 2008 7:32 pm
And going on from this, I tried changing the container for the two units to use the "yui-gb" (3 columns instead of 2) class instead of "yui-g", and that worked...
30136
y_lsmith
May 1, 2008 7:35 pm
Raph, DataSource is capable of extracting values from nested structures <http://developer.yahoo.com/yui/datasource/#locating_data> . However, it looks like...
30137
bradhanebury
May 1, 2008 7:52 pm
I have a dialog panel with a simple form but nothing happens when I click the 'Submit39; button. Details: - The script gets to the handler: function() {...
30138
l_lwdr
May 1, 2008 8:17 pm
Thanks! That took care of the image problem and I should be ale to use that to get rid of the borders. Going to look at the menu example here shortly....
30139
monsieurdizzy
May 1, 2008 8:29 pm
Thank you very much for your clarification, and for confirming my work around. I created a listener that intercepts the [Enter] key press and performs the...
30140
Satyen Desai
sdezzi
May 1, 2008 9:00 pm
Here's an example of same code, packaged as a "ReizablePanel" class: http://yuiblog.com/sandbox/yui/v251/examples/container/ResizablePanel.html Regards, Satyen...
30141
Satyam
satyamutsa
May 1, 2008 9:01 pm
You can enable and disable some controls, but not the calendar. One way you might want to try is, if they are all within a single container, you can put on it...
30142
jacob.fogg
May 1, 2008 9:03 pm
Okay, I know the subject doesn't really explain much so let me give this a shot... I have created an interface for rollover tips that display functionality...
30143
Eric Miraglia
ericmiraglia
May 1, 2008 9:06 pm
http://superb-east.dl.sourceforge.net/sourceforge/yui/yui_2.5.1.zip Octavian, Are you able to download directly from the link above? Regards, Eric...
30144
David P. Nesbitt
david_p_nesbitt
May 1, 2008 9:16 pm
Dav, Thanks. That is a great example. I was hoping there would be something that would work inside the editor, but at least there is a way to get HTML saved...
30145
y_lsmith
May 1, 2008 9:23 pm
... Suhas, Did you try just calling render()? myDataTable.render();...