... David, You should be able to confirm your theory (that it's the JavaScript) by subscribing to the DataTable's onDataReturnEvent or the DataSource39;s...
30054
Dunior
duniorsocarrasb
Apr 30, 2008 4:47 pm
Luke, man, thanks very much, you don't know how I apreciate your help, I almost got crazy trying to do that. Thanks again Dunior...
30053
Dav Glass
dav.glass
Apr 30, 2008 4:47 pm
David -- I did this examples a little while back: http://blog.davglass.com/files/yui/buttonskins/ Hope it helps ;) Dav Dav Glass dav.glass@... ...
30052
MikeHatfield
Apr 30, 2008 4:46 pm
I'm also seeing this same behaviour where "undefined" appears in css requests from the YUILoader. I've traced it to the _config() function. The problem is that...
30051
Frank
gunygoogoo
Apr 30, 2008 4:35 pm
Hi, I'm creating container in IE via JS markup, if when I call render the HTML element I pass is nested inside a few layers of Div's I find that any other...
30050
ugly_kid_joe_a
Apr 30, 2008 4:35 pm
Hi all, I'm afraid I haven't completely understood how to listen to custom events by the means of "YAHOO.util.EventProvider". I have created a "Listener" and a...
30049
Eric Miraglia
ericmiraglia
Apr 30, 2008 4:33 pm
David, Using button-style visualizations for this design pattern is something that's useful in a lot of situations. The buttons on a Rich Text Editor's...
30048
y_lsmith
Apr 30, 2008 4:21 pm
... still needs to be ... the browser, no server ... has been loaded into ... Aha. It sounds like you want to use Connection Manager to grab the full data...
30047
hifire81
Apr 30, 2008 4:19 pm
... Thanks a bunch, you helped me get things sorted out in my head :)...
30046
Satyam
satyamutsa
Apr 30, 2008 4:19 pm
Actually, the issue is not the scope. 'this' is fine, it points to the DataTable. You lose the scope in the callback to setTimeout. After all, that is the...
30045
bradhanebury
Apr 30, 2008 4:17 pm
Thanks Satyam, it appears the that = this is what I needed as my inner function couldn't see this. As for my naming scheme, they are not what I called them in...
30044
allanbjork
Apr 30, 2008 4:05 pm
... call ... the ... bottom ... the ... their ... top ... Well, I don't know what happened, but when I added an extra item to the first menu, all the other...
30043
Satyam
satyamutsa
Apr 30, 2008 3:59 pm
This example might be what you want: http://www.satyam.com.ar/yui/#TableWithDetails I can't comment on your code, it is incomplete since you trimmed it for...
30042
y_lsmith
Apr 30, 2008 3:57 pm
... If you include a hidden input field on your page, you can assign its value from the Slider <input type="hidden" id="foo" name="foo" value=""> then in...
30041
Karr, David
david.karr@...
Apr 30, 2008 3:57 pm
Yeah, all that is obvious, but why is it called a "checkbox button" when it's not a checkbox? It "behaves like" a toggle button, so why isn't it called a...
30040
wikkid_bigshot
Apr 30, 2008 3:57 pm
Hello, Just an update, I've realized if I change the tHeadCellClickEvent' to other events (i.e. mouseover, mousedown), the alert message will show up. I've...
30039
y_lsmith
Apr 30, 2008 3:50 pm
... http://developer.yahoo.com/yui/examples/datatable/dt_server_pag_sort.htm\ ... The added paginationRowsPerPage line is causing DataTable to assign the...
30037
allanbjork
Apr 30, 2008 3:36 pm
Hi, After doing a column move in a datatable, clicks on cells in that table no longer work properly. Tracing it out in firebug, it appears that the calling...
30036
bradhanebury
Apr 30, 2008 3:34 pm
Thanks for you help. I have one further question that I was hoping you or someone else might be able to answer. Now that I have the id of the row as it relates...
30035
gusthefatmouse
Apr 30, 2008 3:32 pm
I have a bunch of tabs, call them A, B, C I also have function that gets run on the activeTabChange, so that every time you change tabs the function goes. So...
30034
allanbjork
Apr 30, 2008 3:22 pm
... default. Set ... method. Ah. Didn't realize that. Well, setting it dynamic, and using either visible:true, or a call to the show method, I can register...
30033
david_c1986
Apr 30, 2008 2:58 pm
Hi i have a datatable which makes a call to a java servlet to get some data and display it. The datatable works fine for about 300 rows of data but when it...
30032
Todd Kloots
toddkloots
Apr 30, 2008 2:55 pm
I'd be happy to help you out, but your description of the problem is unclear. Can you provide a URL to a simple example that illustrates what you are trying...
30031
Todd Kloots
toddkloots
Apr 30, 2008 2:51 pm
You cannot reuse DOM elements for Buttons or Menus without destroying them first. Call the "destroy" method before any use of YAHOO.util.Connect that results...
30030
Todd Kloots
toddkloots
Apr 30, 2008 2:48 pm
Can you provide the URL to the page that is exhibiting the problem? If you don't feel comfortable sending it to the list, feel free to contact me directly....
30029
jnsabin
Apr 30, 2008 2:47 pm
Can someone please tell me how to programmatically close the autocomplete popup. I would like to add a link in the popup's header that displays a dialog but...
30028
Todd Kloots
toddkloots
Apr 30, 2008 2:46 pm
K.L. - If you need to cancel the display of a ContextMenu instance, you can do so by subscribing to the "triggerContextMenu" event and calling the "cancel"...
30027
Todd Kloots
toddkloots
Apr 30, 2008 2:38 pm
That is because dynamically positioned menus are hidden by default. Set the "visible" configuration property to "true" or call the "show" method....
30026
Hema Ramar
hema_arasu
Apr 30, 2008 2:33 pm
Hi Bret\ Matias, May be you can help me. I am having problem with Dialog Submit. My Dialog form is here. If I just use this handlesubmit(in the example), it ...
30024
MikeHatfield
Apr 30, 2008 1:54 pm
This should be exactly what you're after: http://yuiblog.com/sandbox/yui/v251/examples/datatable/conditional_highlight.html Cheers, Mike...