The best way to figure these things out is to use the Inspect function in Firebug. IN this case you would pop up the cell editor and inspect the buttons....
33650
lujin.0520
Jul 1, 2008 8:59 pm
thanks, I had done following your suggestion, so it works. ... event ... script). ... you ... be...
33651
justinamcclain
Jul 1, 2008 9:22 pm
Hi, I am pretty new to yui and was wondering how I make a autocomplete widget like search yui (http://developer.yahoo.com/yui/docs/). I am am able to get...
33652
Nate Koechley
nate.koechley
Jul 1, 2008 9:33 pm
Hey Alex, Wally's advice is good. For a bit more detail, he's a post I wrote a while ago discussing how to customize the width of the template presets. Note...
33653
alexknowles090
Jul 1, 2008 9:49 pm
... Hi Wally, your suggestion worked great. Thanks for your help!...
33654
y_lsmith
Jul 1, 2008 10:07 pm
... Sorry Debby, DataTable doesn't currently support column selection. You can add a feature request to SourceForge: ...
33655
y_lsmith
Jul 1, 2008 10:11 pm
... Oops, wrong link. Here's the right one: http://sourceforge.net/tracker/?func=add&group_id=165715&atid=836479...
33656
y_lsmith
Jul 1, 2008 10:15 pm
... Mark, Scrolling in response to key events is not currently supported out of the box. You can submit a feature request on SourceForge: ...
33657
Dav Glass
dav.glass
Jul 1, 2008 11:06 pm
Edouard -- Create your new button, then inside that buttons click event you could do something like this: var html = myEditor.getEditorHTML(); ...
33658
ozgursusoy
Jul 2, 2008 1:00 am
hi all, couldn't find any posts on this but i imagine its something anyone using layout manager would have to deal with; how do you guys set the sizes, padding...
33659
Satyen Desai
sdezzi
Jul 2, 2008 1:03 am
Hi, See if the following thread helps: http://tech.groups.yahoo.com/group/ydn-javascript/message/31859 It has a link to the following example, which shows how...
33660
Satyen Desai
sdezzi
Jul 2, 2008 1:11 am
Hi, It maybe a function of where you're rendering the Dialog and SimpleDialogs to. [e.g. are you rendering both to document.body or in elements nested further...
33661
Satyen Desai
sdezzi
Jul 2, 2008 1:31 am
Hi, See if my response in the following thread regarding nested modality helps: http://tech.groups.yahoo.com/group/ydn-javascript/message/33659 Regards, Satyen...
33662
Satyen Desai
sdezzi
Jul 2, 2008 1:39 am
Hi, Not through configuration, but you can use the KeyListener infrastructure, to bind a listener to the Enter key, and invoke the same function which you use...
33663
deadbeefc0ffeebabe
deadbeefc0ff...
Jul 2, 2008 1:41 am
G'day, I am plotting some data from a GPS onto a line chart, where X axis is time. The points I have do not come from regular time intervals, so I would like...
33664
Mike Sexter
mikeatmental...
Jul 2, 2008 2:53 am
Hello friends of the DataTable, I have the need to hide a row of the table. I do this by setting the row's display = none. But in the ensuing reflow, something...
33665
Gopal Venkatesan
gopalarathnam_v
Jul 2, 2008 5:11 am
... Hi justinamcclain: Can you post the source if possible? I'm guessing you might be trying to do a cross-domain Ajax request from your domain to Y! Search....
33666
Satyam
satyamutsa
Jul 2, 2008 6:07 am
I think I got it. The problem is method _syncColWidths. In the new structure made to support scrolling of the table body independent of the headers, the...
33667
arafat.eajaz
Jul 2, 2008 7:23 am
hello frns my prob. is,with tabView i am creating tabs using markup,in this when i set dataSrc, the data is not automatically loaded when the page refresh. but...
33668
arafat.eajaz
Jul 2, 2008 7:27 am
hi frn. how can we overwrite the title=active of the li element in tabView. i am creating tabView using javascript and not markup......... thanks for reading.....
33669
arup832003
Jul 2, 2008 7:57 am
Hi Todd, Thanks a lot. My Problem get solved. Thank you again... ... <http://promo.yahoo.com/broadband>" } ... of a ... I can...
33670
tntnashtm123
Jul 2, 2008 8:13 am
... Thanks Luke That works ! Last request - is there a patch to allow nested cols to be hidden initially (via config object). As I mentitioned earlier I am...
33671
santini.alberto
Jul 2, 2008 9:02 am
Hello. I modified the basic example of DataTable control adding 5 hidden columns. As you'll see there are, at the left of the datatable, 5 strips. Am I missing...
33672
Satyam
satyamutsa
Jul 2, 2008 9:15 am
The columns should be narrow strips on the right hand side of the table, not the left. If that is the case, that is fine, hidden columns are meant to be...
33673
swamyveera
Jul 2, 2008 9:25 am
Hi there friends, I am trying to use YUI connection object and send asynchronous requests to my server. Everything works fine, till i have a need to send an...
33674
Derek
derekgulbranson
Jul 2, 2008 9:25 am
What's the difference or relationship between subscribe() and addListener()?...
... table, ... you ... Yes on the right, not on the left. :) Ok, I thought the colums was not visible at all. ... Yes, I will do so. I misunderstood the...
33677
santini.alberto
Jul 2, 2008 10:03 am
... in the ... available ... A little question: if I have a formatter option in the column definitions as ... {key: "level", label: "Level", formatter:...
33678
Satyam
satyamutsa
Jul 2, 2008 10:07 am
You use subscribe to listen to a custom event, one produced by the component (YAHOO.util.CustomEvent ...