Bret, Via Satyen, who is the curator of the Container code. ... -Eric...
49227
Satyam
satyamutsa
Jun 1, 2009 8:04 pm
search the archives for a method called "requery". Take the most recent version you find. It doesn't work with all DataSources but for remote JSON or XML...
49228
percious17
Jun 1, 2009 8:06 pm
Hey guys, I need a YUI ninja for ~20 hours a week. More hours will be available if things work out. The work is remote, and even foreigners are welcome to...
49229
vinay12
Vinay.Singh@...
Jun 1, 2009 8:31 pm
We are using YUI 2.5.1 on IE6. Our application is supporting only IE6 but we are still running it on Firefox to debug and make best use of firebug. We had been...
49230
razer2176
Jun 1, 2009 8:43 pm
It is because it cant find data.js on your machine. If you check this line: <script type="text/javascript" src="assets/js/data.js"></script> you`ll see. My...
49231
Satyam
satyamutsa
Jun 1, 2009 8:56 pm
The difference in response times in between IE and Firefox are normal, IE is considerably slower than all of the rest of the browsers. The difference in...
49232
vinay12
Vinay.Singh@...
Jun 1, 2009 9:06 pm
But a difference of 4-8 seconds to load the same page does not look normal. I guess the way memory is allocated to DOM objects could be one of the causes of...
49233
pablo.flores
Jun 1, 2009 9:45 pm
hi, i am trying to implement fixed columns ala Excel. This also is called freeze panel. The idea is that a number of continuos columns on the left will not...
49234
zacware
Jun 1, 2009 11:15 pm
If you imagine changing the size of a desk and moving it within the constraints of a room which you can also change the size of, that's what I'm trying to do. ...
49235
henribagus
Jun 1, 2009 11:38 pm
I need make an object no longer draggable once it has been dropped onto the correct target. How is that done? Here's what I'm doing: - An onmouseover event...
49236
Isaac Bekheet
isaac_cm
Jun 1, 2009 11:42 pm
Hello, Please if any one give me a short description how this site "http://www.tablehound.com" was built ? just a head lines and short description , it will...
49237
Isaac Bekheet
isaac_cm
Jun 1, 2009 11:46 pm
and what is the tool used to built it. thanks...
49238
Charles E. Russell Jr.
charles95621
Jun 2, 2009 12:24 am
I am creating a page that will eventually have a menubar and three menus. The menu bar is working fine and when I dont try to render the menu the UL appears...
49239
Dave Lozier
dave.lozier
Jun 2, 2009 2:06 am
Would someone please point me in the correct direction. I have a text input that I would like to expand 100% to match the width of the RTE. I am probably...
49240
Victor Aprea
vicatcu
Jun 2, 2009 2:13 am
Hi All - Welcome to my inaugeral post to the group! Does YUI do anything to help normalize the CSS box model across browsers? Or is that the purpose of the...
49241
Caxton
ivy_ckf
Jun 2, 2009 2:16 am
Dear all: I found that simpledialog in tabview has a problem. The modal property of simpledialog set to true will cause simpledialog not work. However, this...
49242
rumesh_san
Jun 2, 2009 3:39 am
Thanks Satyam, Its working :)...
49243
Mohammed Arif
arif_iq
Jun 2, 2009 3:53 am
Sounds good John Will get back to you for more help once I will start on it. Thanks Mohammed Arif ... It's by Satyam, who is on this forum and has other useful...
49244
inna_work
Jun 2, 2009 6:28 am
I have a basic datatable in YUI 7.0 and some of the data in column is empty i.e. "". Both of the sort orders on the columns don't work properly. Here is an...
49245
Satyam
satyamutsa
Jun 2, 2009 6:38 am
The ratio in between the performance of IE and others is normal and it is not due to the transmission of the data from server to client but the manipulation of...
49246
Satyam
satyamutsa
Jun 2, 2009 6:43 am
... YUI 7.0? Where did you find it? ... The DataTable uses the native JavaScript Array.sort function so what you get is what that function produces. The...
49247
Dav Glass
dav.glass
Jun 2, 2009 7:27 am
Try: dd.unreg(); -- Dav Glass davglass@... Sent from my iPhone...
49248
Dav Glass
dav.glass
Jun 2, 2009 7:30 am
Currently that is not a really easy thing to do. Actually it's quite difficult. I would recommend taking a look at the source for the ImageCropper control. Dav...
49249
Cagatay Civici
cagatay.civici@...
Jun 2, 2009 8:19 am
Thanks for the answers, Cagatay...
49250
fcojpavon
Jun 2, 2009 8:54 am
Hi! Someone knows how to make a calendar read-only? Explain me: 1. Render my calendar with selectables dates 2. Selected some dates 3. Event (onclick button)...
49251
Satyam
satyamutsa
Jun 2, 2009 9:28 am
I've just uploaded an example using the function to my web site: http://www.satyam.com.ar/yui/2.6.0/requery.html (disregard the version in the folder name, it...
49252
murali dharan
softmuralidhar
Jun 2, 2009 10:29 am
Hi Friends, Â We have completed our site developement with almost all packages of YUI. This site is dating site. We have used so many techniques to compress...
49253
reuel3
Jun 2, 2009 11:01 am
I have a panel that has is centered on the page. It contains a datatable that expands to its full size after the panel is centered. This causes the panel to...
49254
henribagus
Jun 2, 2009 11:30 am
... That only works for the current drag event. If you mouseover another object then go back, the object becomes draggable again. Is it possible with subscribe...
49255
archana.kakade
Jun 2, 2009 1:09 pm
I want to call server side script on selection of date in calendar control. Does anybody know how to achieve this? I tried to manipulate with subscribe event...