mista_sage -- This should do it: http://gist.github.com/55270 Dav -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The most successful...
44512
mista_sage
Jan 30, 2009 9:26 pm
Is there a way to loop through all text areas in a container to and make them Rich Text Editors? Any help is greatly appreciated!! ps. I am using the 'one...
44511
aniad
Jan 30, 2009 9:20 pm
I guess my question is whether this can be done by just specifying minHeight on units w/o specifying maxHeight. The intend is that if the user resizes the...
44510
Bryan Coller
bcsome
Jan 30, 2009 9:17 pm
I'm trying to use the uploader w/ SSL and it works great using IE. Using Firefox 3.0.x is a different story. When I call the uploader.upload(..) method, the...
44509
Adam Moore
adam.moore
Jan 30, 2009 8:45 pm
This could be a scope problem, but what we really need to see is the code that was generated from your template. -Adam ... --...
44508
arambulo81
Jan 30, 2009 7:51 pm
We use Tapestry5. Java: @SetupRender void setupRender() { yuiLoader.yuiLoader( "animation,button,connection,autocomplete, datasource", String.format(...
44507
Lee.M
drmuey@att.net
Jan 30, 2009 7:16 pm
With the example here: http://developer.yahoo.com/yui/examples/container/simpledialog-quickstart_clean.html What would need done in 'handleYes39; to make it so...
44506
tssha
Jan 30, 2009 7:12 pm
... Unfortunately, there is nothing I can discern from this report. A reproduction case or complete example code would help greatly. Regards, Thomas...
44505
arambulo81
Jan 30, 2009 7:06 pm
I'm having a similar problem, but not in the button class. I'm trying to use YuiLoader to load up the dependencies for Autocomplete per the ComboBox example in...
44504
puff01824
Jan 30, 2009 6:27 pm
Sataym et al, The problem turned out to be a circularly linked GMap object. updateRow tried to copy it as part of the update row process and caused either a FF...
44503
puff01824
Jan 30, 2009 6:15 pm
Satyam, Thanks for getting back to me so quickly. The current code is at http://code.google.com/p/appspot-geowiki/. The application is somewhat complex...
44502
jonathanx37
Jan 30, 2009 5:11 pm
Hi guys, I have a datatable with XML_TYPE + server-side pagination working well. I would like to have the first row be search fields. when i try to add a row....
44501
puff01824
Jan 30, 2009 4:53 pm
A bit more investigation reveals the following: * _initTbodyEl (part of datatable-debug.js) creates a mouseout event that fires _onTableMouseout. * It looks to...
44500
Satyam
satyamutsa
Jan 30, 2009 4:41 pm
Can you show us your code? YUI has been in use for quite some time right now and it is not prone to show random errors, the first place to look at would be...
44499
Valentin Jacquemin
valentin_jac...
Jan 30, 2009 4:38 pm
I give an option if anyone is interested: throw new YAHOO.util.AssertionError("TODO"); This way, the test will fail with the message displayed but the the test...
44498
Dav Glass
dav.glass
Jan 30, 2009 4:29 pm
toomuchdedication -- You can do this in your layout config: layout.on(39;render39;, function() { var left = this.getUnitByPosition('left'); var anim =...
44497
toomuchdedication
toomuchdedic...
Jan 30, 2009 4:27 pm
Awesome thanks for the help. I got it all working. Now I want to figure out how can I set it up so that if a user collapses the side it can stay collapsed on...
44496
puff01824
Jan 30, 2009 4:15 pm
This problem continues to occur from time to time and I'm beginning to suspect that there is a bug in YUI or perhaps FF. I've upgraded firebug to 1.4x.0a12...
44495
Satyam
satyamutsa
Jan 30, 2009 4:11 pm
If you look at treeview-skin.css you can see that the definition for one of the toggle icons is as follows: .ygtvlp { width:18px; height:22px; cursor:pointer ;...
44494
Steven Hartland
steven_hartland
Jan 30, 2009 3:17 pm
If you setup multiple context menus to a single element and configure the onTriggerContextMenu to only display the correct one a it doesn't work as expected. ...
44493
Lucas Smith
y_lsmith
Jan 30, 2009 3:03 pm
... app.feedColumnDefs, ds); ... Roger, This example http://yuiblog.com/sandbox/yui/v252/examples/datatable/pag_row_color.html includes a load(..) method...
44492
mohan kumar
tmk_mohankumar
Jan 30, 2009 2:35 pm
Hi, we are using custom icon tree view.I want to know is it possible to have two or more custom icons for each node in the tree.If it is possible what is the...
44491
puff01824
Jan 30, 2009 1:41 pm
Satyam, Thanks. I'll look there. I have tried sending through a number of different objects as the second argument including the record's data object without...
44490
Satyam
satyamutsa
Jan 30, 2009 12:41 pm
... The usual cause for something working in Firefox but not IE are trailing commas in array lists, but I've seen none. I usually give JSLint a try, ...
44489
Satyam
satyamutsa
Jan 30, 2009 12:25 pm
You might want to take a look at inputEx: http://javascript.neyric.com/inputex/doc/js_docs_out/examples.html Otherwise, notice the updateRow does not take a...
44488
Satyam
satyamutsa
Jan 30, 2009 12:20 pm
Here you have some input controls initially by Eric Abouaf: http://javascript.neyric.com/inputex/doc/js_docs_out/examples.html Satyam...
44487
Satyam
satyamutsa
Jan 30, 2009 12:18 pm
Yes you can, actually, the dependency configurator, as well as all the code blocks in all the user guides point to the on-line sources. The dependency...
44486
David Montgomery
dmyui
Jan 30, 2009 8:48 am
Hi, I had the same problem...it works in firefox but not in IE..... Below is my code that works in firefox ....if someone can get it towork in IE then that...
44485
grotgrot
Jan 30, 2009 8:18 am
I have a datatable in my app using a XHR/JSON datasource. Typically about 5 rows of data are returned, with a maximum of about 30. I'd like to update the table...