... 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...
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...
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...
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...
Thanks a lot Satyam!! it worked...the link you have given worked thanks a lot..Sorry for the late reply.. Â Â Â Â Â Â Â /Â Â Â Â Nagaraj ... From: Satyam...
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...
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...
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,...
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...
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...
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...
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:...
Hi, I'm trying to attach a function to an event which would display the targeted carousel member in a tab but since I'm a real noob to js I don't know how to...
Same thing, both HTMLNode and TextNode derive from Node and storing custom variables is the same in both, the difference being that HTMLNodes don't have a...
Hello thanks for your replies. Yes, something similar is working. I'll try to clean the code and post it here. A question. With textNode, I may use something...
Hi David, The problem is that you have to define the handleClose() before the listener, and call the Id button with 'idCloseButton' Here the code var...
You can post to either place right now, though most of the traffic is moving to the new forum, but this place is fine. Since, in the end, you want a flat...
... As I see it you have to use store the database id as a custom property in your nodes. Please follow [1] on how to do this. Now you can write some ...
Hello, thanks for some hints on the following issue. Let me explain myself with a very basic example. So, I have a mysql table which models a tree: ...
The tree is made out of tables with a varying number of cells to provide the indentation. Somehow, some border-style from the enclosing DataTable is spilling...
Hi Mauricio, Sorry for not getting back to you sooner. I tried both methods with no success. I can modify the header and it looks fine but am unable to...
Thanks Satyam! Â Â Â it worked! ..but i ran into another problem :(Â which is related to the Distortion of treeview (can find the screeshot(Distortion.JPG)...
You are giving the tree the id of an element that doesn't yet exist so it can contain it, nor can the tree parse what you haven't placed in that element yet....
Well, I've tried various approaches, nothing works. The tabview resizes ok, the problem is the layout inside each tab. Best regards, Christian Tiberg ...
Thanks for the Reply Mingo..Even i tried by rendering after elCell html..like this YAHOO.widget. DataTable. formattName= function( elCell, oRecord, oColumn,...
Hi, please, I am with a doubt, where are the widgets like datatable, tabview, buttons, etc from YUI2 in YUI3? Or, as these arewidgets in the new approach? For...
Maybe, you would try to render the treevview after elCell html modify, because when you try to render something and this no exist(the element where to render...