Search the web
Sign In
New User? Sign Up
ydn-javascript · Yahoo! User Interface Library Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 31929 - 31958 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31929
I have gotten the DnD to work successfully in the following scenario. I have one list that can be sorted into 3 other lists, it can also be dropped back into...
Dustin
durilai
Offline Send Email
Jun 1, 2008
8:02 am
31930
hello Nicholas, thanks for the reply. i found on adobe site some documentation: http://www.adobe.com/support/flash/publishexport/scriptingwithflash/sc ...
Sasha
zamolxero
Offline Send Email
Jun 1, 2008
8:13 am
31931
Hello, Can someone tell me how I can activate a tab change via javascript ? Thanks !...
i092
Offline Send Email
Jun 1, 2008
8:17 am
31932
Hi I want create some tab views that contain grids that get data from XML file each 3 seconds. Who can help me ?...
morde
mordeyeh_mot...
Offline Send Email
Jun 1, 2008
9:47 am
31933
Thanks Dav, that worked perfectly! I'm still not sure what MT does with it's form tags, so it's good to have the option to leave them in, and it's good to know...
Richard Benson
poolump
Offline Send Email
Jun 1, 2008
10:53 am
31934
var tabView = new YAHOO.widget.TabView(); ... ... ... tabView.set('activeIndex', ZERO_BASED_INDEX_OF_TAB_TO_SET);...
Chris Curran
chriscurran
Offline Send Email
Jun 1, 2008
2:13 pm
31935
I really need a lightweight application that supports file uploads over 2Gb via a web browser. Since it seems browsers are limited to 2Gb (regardless of...
dsmith21401
Offline Send Email
Jun 1, 2008
2:37 pm
31936
I've never used the YUI uploader, but I am aware that PHP doesn't work with files larger than 2 GB. This is expected to be fixed in version 5.3...
starvingprogrammer
starvingprog...
Offline Send Email
Jun 1, 2008
4:22 pm
31937
Please reply.... Waiting For your reply.... Thanks, Farooq ... href="http://yui.yahooapis.com/2.5.2/build/container/assets/skins/sam/container.css"> ... ...
platinum.farooq
Offline Send Email
Jun 1, 2008
4:40 pm
31938
I have a standalone page, based on the DataTable JSON example<http://developer.yahoo.com/yui/examples/datatable/dt_xhrjson.html>, that loads a DataTable. It...
Todd Wells
ttopwells
Offline Send Email
Jun 1, 2008
4:46 pm
31939
Dustin -- This has come up on the list before, what you need to so is implement the Interaction Groups in DragDrop: ...
Dav Glass
dav.glass
Offline Send Email
Jun 1, 2008
5:17 pm
31940
It was the modal mask. I disabled the modal mask and the panels worked just great. I would love to have the modal mask working as the panels should be modal,...
jeremymefford
Offline Send Email
Jun 1, 2008
6:24 pm
31941
Instead of using dataSrc, try using content containing the DataTable's target div. tabView.addTab(new YAHOO.widget.Tab({ label: 'mytest', content:'<div...
starvingprogrammer
starvingprog...
Offline Send Email
Jun 1, 2008
6:33 pm
31942
I'm not sure that you understood my scenario. The div isn't even on the page until it's loaded by the dataSrc. The page with the tab view doesn't contain any...
Todd Wells
ttopwells
Offline Send Email
Jun 1, 2008
6:43 pm
31943
I'm trying to create a dialog with YUI. But unfortunately when it shows above a Flash (SWF) file it is flickering on firefox. How can I solve this problem? Can...
thamizhinpan
Offline Send Email
Jun 1, 2008
6:50 pm
31944
I'm trying to create a dialog with YUI. I want to run a function when user click close button on it. But how can I do it? And I wish to make that dialog box...
thamizhinpan
Offline Send Email
Jun 1, 2008
6:52 pm
31945
I'm trying to create a dialog with YUI. I want to run a function when user click close button on it. But how can I do it? And I wish to make that dialog box...
thamizhinpan
Offline Send Email
Jun 1, 2008
6:55 pm
31946
I am a novice self-taught javascript programmer charged with a complex project. Though I have plenty of programming experience, I am struggling with some...
Randy Weber
randyweb
Offline Send Email
Jun 1, 2008
7:17 pm
31947
Your problem is that scripts loaded in a tab via dataSrc do not get executed. The recommendation in this scenario is to use the YUILoader ...
starvingprogrammer
starvingprog...
Offline Send Email
Jun 1, 2008
7:22 pm
31948
Um - nobody out there able to help with this?? ... in......
gwilymgj
Offline Send Email
Jun 1, 2008
8:59 pm
31949
Gwilym -- I haven't tested it yet, but I'm betting it's this line of css: #doc3 { margin:30px 170px 0; } Try removing those margins and see if that makes it...
Dav Glass
dav.glass
Offline Send Email
Jun 1, 2008
10:18 pm
31950
Randy -- What you are seeing is a common structure in YUI to grant us the ability to have private variables :) That was a mouth full, try this: alert(me);...
Dav Glass
dav.glass
Offline Send Email
Jun 1, 2008
10:28 pm
31951
Do panning, zooming, changing the type of map displayed from normal to satellite, and similar changes result in individual queries that count toward an IP...
knairb01
Offline Send Email
Jun 1, 2008
11:59 pm
31952
knairb01 -- You should try this group for Maps related questions: http://tech.groups.yahoo.com/group/yws-maps/ Dav Glass dav.glass@... blog.davglass.com ...
Dav Glass
dav.glass
Offline Send Email
Jun 2, 2008
12:56 am
31953
I just started using Rich Text Editor and found something that I didn't know if anyone else could comment on. In order to simulate an underline the RTE...
shamrog12
Online Now Send Email
Jun 2, 2008
5:10 am
31954
Hi luke, will this work only with 2.5.2?...coz ur example is for 2.5.2 version...also do we need yahoo-dom-event.js for this feature?...coz i am not able to...
rashmeep2000
Online Now Send Email
Jun 2, 2008
6:01 am
31955
sorry i found yahoo-dom-event.js...but my problem is still not solved :(...thanks in advance. ... ...
rashmeep2000
Online Now Send Email
Jun 2, 2008
6:03 am
31956
I have the 2.5.2 version of YUI downloaded and I have found that like previous versions, the Rich Text Editor does not return the same JSON string as it does...
shamrog12
Online Now Send Email
Jun 2, 2008
8:55 am
31957
Hi all :) I'm working with the example for the server-side pagination with the history manager: ...
bellavite
Offline Send Email
Jun 2, 2008
12:23 pm
31958
... Done. Thank you! A....
Arnaud Diederen
yaundro
Offline Send Email
Jun 2, 2008
12:24 pm
Messages 31929 - 31958 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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