Hi According to docs: http://developer.yahoo.com/yui/docs/YAHOO.util.Event.html#method_removeListener removeListener should return "true if the unbind was...
48284
Brendan Vogt
brendan.vogt@...
May 3, 2009 10:24 am
Hi, I am trying to convert my 10px for a margin bottom to em, but the docs say that I must include a * for IE. Am I doing this correct? margin-bottom:.77em;...
48285
lemoserges
May 4, 2009 12:03 am
Hello all, I have been scratching my head on the following for a couple of days now and thought it might be time to tap into you guys' knowledge. Any help...
48286
peychevi
May 4, 2009 4:06 am
The method "setValue" <http://developer.yahoo.com/yui/docs/YAHOO.util.Attribute.html#method_se\ tValue> in YAHOO.util.Attribute interpreters "silent" param...
48287
Dale Burrell
coolkiwibloke
May 4, 2009 5:42 am
Hi, I've got a piece of generic code that I use for displaying a dialog box using the Dialog widget and on 1 site it displays fine and on another site (exactly...
48288
George
codeexploiter
May 4, 2009 6:50 am
Hi all, Is it possible to make multiple ajax calls for populating the data source object used with the Autocomplete controls in my page. I havn't found any...
48289
Tom Praison
tompraison
May 4, 2009 7:43 am
I am using datasource to fetch remote data to display charts and in datatable. But i need to calculate the average and sum of a particular value in the records...
48290
kennyth01
May 4, 2009 9:21 am
Hi all, I'm having a hard time working on proxyless server using JSON API of any feeds. One example is using Google AutoComplete feed. Here's my code: var oDS...
48291
kennyth01
May 4, 2009 9:37 am
Hi masters, I have a problem getting results on an array data. Here's the snippet: ... var data = ['fruits39;,['guava','mango39;,'carrots39;]]; var oDS = new...
48292
mattatlamplight
May 4, 2009 11:52 am
Hi, Your data source as you set it has two elements: the first is a piece of data 'fruits39;, the second is an array ['guava39; , 'mango39; , 'carrots39;]. If you...
48293
kennyth01
May 4, 2009 11:58 am
Thanks for the quick response Matt. Is there any way to map these data: <b>var data = ['fruits39;,['guava','mango39;,'carrots39;]];</b> to only get guava, mango and...
48294
mattatlamplight
May 4, 2009 12:05 pm
Hi, I've not played with simple dialogs, but it looks to me like you need to use and dialog - I think simple dialogs are meant just for yes-no responses. I...
48295
sdancer75
May 4, 2009 12:07 pm
Hi, Is there any way to disable the selection from a specific cells? For example all cells from the 1st and 3rd Column of the data table. Regards, George...
48296
mattatlamplight
May 4, 2009 12:11 pm
What else have you got coming in the data array? Will it actually be var data = ['fruits39;,['guava','mango39;],'veg',['carrots39;,'potatoes39;]]; ? I suspect either...
48297
satyam@...
satyamutsa
May 4, 2009 12:43 pm
On Mon, 04 May 2009 09:36:05 -0000, "kennyth01" wrote: Hi masters, I have a problem getting results on an array data. Here's the snippet: ... var data =...
48298
satyam@...
satyamutsa
May 4, 2009 12:49 pm
The DataSource has two methods which are intended to be overridden, they are doBeforeCallBack and doBeforeParseData. The built-in versions simply return one...
48299
kennyth01
May 4, 2009 12:58 pm
What else have you got coming in the data array? - the only thing tha will append is the second array. var data =...
48300
kennyth01
May 4, 2009 1:05 pm
Thanks Satyam! I'll try this one out. But how about if I'm not using LocalDataSource? For example, I will use a script node: var oDS = new...
48301
satyam@...
satyamutsa
May 4, 2009 1:13 pm
As I said, that is not a proper format for what you mean. Sorry to sound pedantic but the 'semantics39; of your message is wrong. The structure of your message...
48302
satyam@...
satyamutsa
May 4, 2009 1:26 pm
Normally, you plug the built-in event listener for cell selection directly to the click event. However, you can mediate in that. You put your own listener...
48303
David Onder
dmonder
May 4, 2009 1:42 pm
WOW. Thanks. Boy do I have a lot to learn. There is so much in here that I have never seen before (well, that is not hard since I have been only working...
48304
kennyth01
May 4, 2009 1:46 pm
Thanks for the explanation Satyam. Yup you're right, the structure of the data is totally wrong. But is there any workaround to be able to get the second...
48305
satyam@...
satyamutsa
May 4, 2009 1:52 pm
Then just use Connection Manager's asyncRequest to fetch the data, change it to some suitable format and use a LocalDataSource to read the processed result. ...
48306
howard chen
setesting003
May 4, 2009 2:07 pm
Hey, Just want to know how you guy handle JS/CSS minimization / merging at a production site? Do you use script, e.g. php to handle them all? Or manually? How...
48307
Dav Glass
dav.glass
May 4, 2009 2:26 pm
Howard -- We use Ant with our Build Tool: http://yuilibrary.com/projects/builder And YUI Compressor: http://developer.yahoo.com/yui/compressor/ Typically in a...
48308
howard chen
setesting003
May 4, 2009 2:45 pm
Hello, ... Very useful. Thanks....
48309
wa_eddierowe
May 4, 2009 2:58 pm
Tried to do this: [code] <script type="text/javascript"> var attributes = { height: { to: 'auto' } }; var anim = new YAHOO.util.Anim('storydiv103',...
48310
blainehilton
May 4, 2009 3:49 pm
I am trying to figure out how to execute a java script function when a pagination page changes occur. When someone hits next, back, first, last, or any page...
48311
kennyth01
May 4, 2009 4:43 pm
Thanks for the pointers satyam. Does this also mean that I will create a seperate event to just trigger the Connection Manager's asyncRequest and make it as a...
48312
Gopal Venkatesan (...
g13n@ymail.com
May 4, 2009 4:53 pm
... Hi ikxne: You can position the buttons by adding the appropriate CSS rules for the "yui-carousel-first-button" and "yui-carousel-next-button" classes. ...