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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 20257 - 20287 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
20257 y_lsmith Send Email Oct 31, 2007
8:11 pm
... Ron, You may have been trying to setXConstraint on the slider itself. Try var slider = YAHOO.widget.Slider.getHorizSlider('bar','thumb&#39;,0,200); // Allow...
20258 Gawron1 Send Email Oct 31, 2007
8:12 pm
I have skinned my button fine. Its just a basic button with a drop down menu. Basically when they choose a menu option I want to push them off to another...
20259 dav.glass@...
dav.glass Send Email
Oct 31, 2007
8:20 pm
merahul94538 -- I must be missing what you are trying to do.. Your first message said: "I am trying to get the selected text from RTE when a 'Select Text'...
20260 y_lsmith Send Email Oct 31, 2007
8:23 pm
... Fabi, The offset is calculated by referencing the slider thumb's current x,y position and comparing that to its starting position. offset values increase...
20262 Jack Bates
murrayscott419 Send Email
Oct 31, 2007
8:30 pm
We recently added "more" links to some of our tooltips, which users can follow to get more information: var myTooltip = new YAHOO.widget.Tooltip(&#39;myTooltip&#39;, {...
20263 Satyam
satyamutsa Send Email
Oct 31, 2007
8:34 pm
You can get any data from the record, such as the one you mention, but that doesn't tell you which one was clicked. If you want to discriminate in between...
20264 alidadnsi Send Email Oct 31, 2007
8:36 pm
Hi, I like the idea about YUI Autocomplete (access flat file data), I was wondering how do i can remove the (;) at the end of search field. for sample please...
20265 Satyam
satyamutsa Send Email
Oct 31, 2007
8:43 pm
As the message says, the semicolon is before the line shown. The one you show looks fine to me. The error might not be just one line before but might be...
20266 alidadnsi Send Email Oct 31, 2007
8:46 pm
hi, I like the idea from yahoo search field with autocomplete that show with dropmenu. Also at the end of drop menu showing the arrow, I was wondering how is...
20267 platformconnolly
platformconn... Send Email
Oct 31, 2007
8:49 pm
I've been working away on this since my original message and haven't made any progress. Does anyone have any suggestions or pointers to resources? Mark...
20268 dav.glass@...
dav.glass Send Email
Oct 31, 2007
9:02 pm
sweintraut -- I took a look at this issue :) Here is a simple prototype that I built: http://blog.davglass.com/files/yui/dd15/ Hope that gets you moving in the...
20269 algarrison94127 Send Email Oct 31, 2007
9:11 pm
I've created a dialog that works great. Inside of that dialog I have a button to popup another dialog. When the other dialog appears, the original dialog is...
20270 tonyorlando Send Email Oct 31, 2007
9:32 pm
Cool. By the way, there are interesting problems if you try to have one dragdrop scrolling list above or below another (in every browser I could find). It took...
20271 Amit Mondal
mondala127 Send Email
Oct 31, 2007
9:45 pm
Hi, Is it possible to dynamically add a panel within a cell of a datatable? Based on certain criteria chosen within a page, I would like to insert a panel into...
20272 tonyorlando Send Email Oct 31, 2007
9:57 pm
Sorry for the back-to-back posts. I just read my post and realized I was vague. ... http://developer.yahoo.com/yui/examples/dragdrop/dd-reorder.html ...is the...
20273 Satyam
satyamutsa Send Email
Oct 31, 2007
10:02 pm
A formater function assigned to the column can put anything you want into a cell. The formatter function receives a reference to the HTML cell, the Column and...
20274 dav.glass@...
dav.glass Send Email
Oct 31, 2007
10:14 pm
tonyorlando -- I haven't tried this, but you need to listen to the scroll event on the container and the call: YAHOO.util.DragDropMgr.refreshCache(); DragDrop...
20275 j.elventails Send Email Oct 31, 2007
10:21 pm
Hi Satyam, In the even that Amit is also referring to opening a panel from inside a datacell - could you point us to a full example if possible? Amit, here's...
20276 joaon.rodrigues Send Email Oct 31, 2007
11:01 pm
I'me trying to use YUI Datatable as a Presentation to XML Data generated by an aspx page. The server side needs parameters passed from the client to produce...
20277 tonyorlando Send Email Oct 31, 2007
11:14 pm
... when the parent is scrolled.. ... I solved it a bit differently. First, I had to make sure that the mouse pointer was in the <ul> that the <li> belongs to....
20278 ragtek_ragga Send Email Oct 31, 2007
11:21 pm
Hi i have here: http://www.developer-network.org/sandbox/startmenu.html some panels when i click on a link in my startmenu they should apear(atm: messenger &...
20279 dcinteractive123
dcinteractiv... Send Email
Oct 31, 2007
11:23 pm
Hello, I have built a tree similar to the basic example listed here: http://developer.yahoo.com/yui/examples/treeview/default_tree.html I would like to change...
20280 Joe Crawford
websandiego Send Email
Oct 31, 2007
11:32 pm
... I believe you do the same thing you would normally do, but you need to set up the DataSource such that it uses POST instead of GET: See: ...
20281 Eric
emalone2183 Send Email
Nov 1, 2007
12:32 am
In debugging a new issue, it became apparent to me that in making multiple calls to asyncRequest, the internal form data is not cleared between requests. I...
20282 Eric
emalone2183 Send Email
Nov 1, 2007
1:02 am
... Expansion on my original note: I have a page that receives html forms via AJAX. I need to let users enter data into the forms and submit them via AJAX. On...
20283 Eric Miraglia
ericmiraglia Send Email
Nov 1, 2007
1:03 am
Eric, This sounds to me like the following issue: http://sourceforge.net/tracker/?func=detail&aid=1804153&group_id=165715&atid=836476 This issue will be...
20284 Eric
emalone2183 Send Email
Nov 1, 2007
1:09 am
... http://sourceforge.net/tracker/?func=detail&aid=1804153&group_id=165715&atid=836476 ... Yes, that is the same issue. Thank you....
20285 Satyam
satyamutsa Send Email
Nov 1, 2007
5:54 am
... From: "Joe Crawford" <joe@...> To: <ydn-javascript@yahoogroups.com> Sent: Thursday, November 01, 2007 12:32 AM Subject: Re: [ydn-javascript] YUI...
20286 haritha_reddy3 Send Email Nov 1, 2007
6:12 am
Hi all, Can we set labels in sliders? How can we insert those labels dynamically? Please help...I am new to Yahoo UI. Thanks...
20287 Satyam
satyamutsa Send Email
Nov 1, 2007
8:12 am
I just made this one: http://satyam.com.ar/int/dt_panelPopUp.html Satyam ... From: "j.elventails&quot; <j.elventails@...> To: <ydn-javascript@yahoogroups.com>...
Messages 20257 - 20287 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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