Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ydn-javascript · Yahoo! User Interface Library Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 12955
  • Category: JavaScript
  • Founded: Dec 15, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 52308 - 52339 of 52481   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
52339 janwen
loujianwen1986 Send Email
Jan 11, 2010
8:32 am
i try to use the resize component of yui2.but i do not know why i cannot get the same result as the examples on yui.especially the appearance is not like the...
52336 Dav Glass
dav.glass Send Email
Jan 9, 2010
11:03 pm
I know nothing about ASP.net, but if you add the handleSubmit: true to the config then you can assess the msgpost POST variable like any other form value.. Dav...
52335 Eric Cire
codedude11 Send Email
Jan 9, 2010
7:38 pm
GREAT! Thanks a lot! Looks like all is working now. ________________________________ From: Satyam <satyam@...> To: ydn-javascript@yahoogroups.com ...
52334 Satyam
satyamutsa Send Email
Jan 9, 2010
1:11 pm
Ok, you should use setStyle to color it then, not adding or removing classes, that is the standard thing to do but it does not apply to you. getTdEl()...
52333 n3sh0n Send Email Jan 8, 2010
10:23 pm
Hi experts, I've created a YUI Editor with the following code taken from the Editor samples: <textarea name="msgpost&quot; id="msgpost&quot; cols="50" rows="10">...
52332 Eric Cire
codedude11 Send Email
Jan 8, 2010
8:50 pm
Thanks Satyam. The challenge (customer requirement) I have is that I can not use CSS because all the color information in the application is custom configured...
52331 Satyam
satyamutsa Send Email
Jan 8, 2010
7:11 pm
This is not a good idea. If you set it like that, whenever the table is refreshed, such as when it is sorted or a row re-rendered, the color will be lost....
52330 Eric Cire
codedude11 Send Email
Jan 8, 2010
6:45 pm
Looking over the DataTable API (http://developer.yahoo.com/yui/docs/YAHOO.widget.DataTable.html#method_getTdEl), I found a method called getTdEl (below): ...
52329 Satyam
satyamutsa Send Email
Jan 8, 2010
3:27 pm
That is usually some initialization code that fails under certain circumstances and the DataTable doesn't get fully initialized. For those mysterious errors,...
52328 Satyam
satyamutsa Send Email
Jan 8, 2010
3:13 pm
If you use getData without any arguments, it will give you an object literal representing the whole record. You can iterate over that, but remember it is just...
52327 vino ben
vino_gallantguy Send Email
Jan 8, 2010
2:29 pm
In my below post , what i meant by datatable renders non editable is - Editable cells - do not respond to mouseover and cellClickevents ...
52326 vino_gallantguy Send Email Jan 8, 2010
12:58 pm
Hi, I have a weird issue with yui datatable. I generate a datatable with editable and non editable fields. -> Sometimes the whole datagrid renders non...
52325 Eric Cire
codedude11 Send Email
Jan 7, 2010
5:00 pm
Or another way I can pose the question is - is there a Record method which iterates over each field/column. There is record.getData("column_name") which makes...
52324 Satyam
satyamutsa Send Email
Jan 7, 2010
4:31 pm
... The oRecord is not the row on the screen, there is no point on trying to set any attribute on it. elLiner is a reference to the HTML element that will...
52323 Eric Cire
codedude11 Send Email
Jan 7, 2010
3:32 pm
I guess my question was poorly stated from the start. I am looking to see if I can format a color of a specific CELL in a column based on data in a different...
52322 Satyam
satyamutsa Send Email
Jan 7, 2010
3:20 pm
It should work with client-side pagination, it would not work with server side pagination as it can only delete what it has on the client side, you have to...
52321 bahalul kabir
bahar_aub Send Email
Jan 7, 2010
10:28 am
Satyam, Thanx for your link but  data delete only with first page not deleteing  next page .I mean it does not work with pagination. Is there any clue? ...
52320 Satyam
satyamutsa Send Email
Jan 7, 2010
9:08 am
For JSON, see: http://www.satyam.com.ar/yui/2.5.0/JSONsend.php ... For JSON, see: http://www.satyam.com.ar/yui/2.5.0/JSONsend.php El 07/01/2010 8:31, anilnamde...
52319 anilnamde Send Email Jan 7, 2010
7:35 am
Generally we use the connection manager to invoke the Ajax request and send the key value pairs using the request. However how can we form the Ajax request if...
52318 Satyam
satyamutsa Send Email
Jan 6, 2010
10:28 pm
Nope, you can assign only one formatter per column, which can do as many things required. Anyway, a single column is not supposed to have more than one field...
52317 Eric Cire
codedude11 Send Email
Jan 6, 2010
10:04 pm
is it possible to use more than one formatter on a column? for example, the same column needs to be formatted dealing with colors and also dealing with dates? ...
52316 Satyam
satyamutsa Send Email
Jan 6, 2010
8:53 pm
You would then use a formatter on the column, not a generic row formatter: http://developer.yahoo.com/yui/datatable/#format Satyam ... You would then use a...
52315 Eric Cire
codedude11 Send Email
Jan 6, 2010
8:09 pm
Hi Group, I'm fairly new to YUI and need to format a column from my row formatter. I looked into several YUI examples and could not find it. I want something...
52314 Satyam
satyamutsa Send Email
Jan 6, 2010
11:21 am
http://www.satyam.com.ar/yui/2.6.0/deleteRowsBy.html ... http://www.satyam.com.ar/yui/2.6.0/deleteRowsBy.html El 06/01/2010 10:57, bahalul kabir escribi: Hi...
52313 bahalul kabir
bahar_aub Send Email
Jan 6, 2010
9:57 am
Hi satyam, I am using checkbox in datatable. Is it possible to delete multiple row with single click? Deleting single row with single click is working. Anyone...
52312 Satyam
satyamutsa Send Email
Jan 5, 2010
4:11 pm
It is a recent change and it had a few bugs since some pieces of code that used 'key' were overlooked when dividing its duties between getKey and getField....
52311 Christian Tiberg
ctiberg Send Email
Jan 5, 2010
8:43 am
Wow, that was some great info right there. I've been taking pains to get everything to the top level in my JSON responses, now I won't have to - thanks! Best...
52310 Satyam
satyamutsa Send Email
Jan 4, 2010
6:07 pm
... In the same API you can see that the column has properties field and key and this methods reflect that, more or less. The properties of the Column are...
52309 Eric Cire
codedude11 Send Email
Jan 4, 2010
5:09 pm
HI, I was wondering what the difference in the YUI DataTable API is between these 2 functions: 1. oColumn.getKey() 2. oColumn.getField() I did an alert of both...
52308 Karim
akarim55 Send Email
Jan 4, 2010
4:29 pm
Hi, It is possible to use like this menu in Drupal 6: Please visit this link to see it -->...
Messages 52308 - 52339 of 52481   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help