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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 34685 - 34714 of 34714   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34685
When will this fix be released? It's been a known bug since March....
whiteboy6969ca
Offline Send Email
Jul 18, 2008
2:08 pm
34686
...Yes Dav and the issue is seem in the Firefox 3 but no problem in IE7 Regards Petronel ... height ... tabviedw ... ...
malutanpetronel
Offline Send Email
Jul 18, 2008
2:22 pm
34687
Christian -- The borders are all controlled via CSS so you can override them however you want.. Here is a list of the CSS Class Names that are used inside the...
Dav Glass
dav.glass
Offline Send Email
Jul 18, 2008
2:31 pm
34688
Tim -- Layout Manager doesn't do that out of the box, however you can simply hook into the resize event and do it with Javascript.. Something like this (33%...
Dav Glass
dav.glass
Offline Send Email
Jul 18, 2008
2:34 pm
34689
fonzuliini -- This example should help: http://blog.davglass.com/files/yui/dd34/ Dav Dav Glass dav.glass@... blog.davglass.com + Windows: n. - The most...
Dav Glass
dav.glass
Offline Send Email
Jul 18, 2008
2:36 pm
34690
... easily? I'm not so great at ... say var slider 1 = ... anyone know if there is a ... zekenie, Use YAHOO.widget.Slider.getHorizSlider(..) ...
y_lsmith
Offline Send Email
Jul 18, 2008
3:03 pm
34691
... Guillaume, var callback = function (oArgs) { var rec = this.getRecord(oArgs.target); // Do something with the record data }; ...
y_lsmith
Offline Send Email
Jul 18, 2008
3:10 pm
34692
I'm trying to register a mouseover listener on my calendar container. Assuming calendarContainer is a reference to the container DOM node, if I register one as...
gregjko
Offline Send Email
Jul 18, 2008
3:13 pm
34693
... Paginator was built to work independently of the DataTable. You can extract the Paginator class definitions from datatable-beta.js for a much smaller...
y_lsmith
Offline Send Email
Jul 18, 2008
3:39 pm
34694
Tao, It would be easier to access checkboxes by giving them the same name in a custom formatter, then using document.getElementsByName to capture the group....
y_lsmith
Offline Send Email
Jul 18, 2008
3:56 pm
34695
... oColumn, sData){ ... href='oRecrod.getData('link')'>"+oRecord.getData("subject")+"</a>"; ... [snip] Mohsen, I suspect you meant elCell.innerHTML = "<a...
y_lsmith
Offline Send Email
Jul 18, 2008
3:58 pm
34696
I am struggling with the Loader Utility. I have looked here, in the API, and in the site, but I can't find out how I would write a YAHOO.register function for...
Peleg
pelegst69
Offline Send Email
Jul 18, 2008
4:14 pm
34697
This is the wrong place to ask about this. This is a question about server-side application architecture. However, typically it's a bad idea for a JSP to...
Karr, David
david.karr@...
Send Email
Jul 18, 2008
4:25 pm
34698
Hey everyone, My name is Phillip, and I'm the front-end engineer for the OIC Group in Peoria, Illinois. We're the company behind the Exponent Content ...
illiphilli
Offline Send Email
Jul 18, 2008
4:54 pm
34699
Here's my setup with loader: var loader = new YAHOO.util.YUILoader(); loader.base = 'yui/build/'; //path to yui lib loader.loadOptional = true; //if you want...
illiphilli
Offline Send Email
Jul 18, 2008
5:14 pm
34700
Here's my setup with loader: var loader = new YAHOO.util.YUILoader(); loader.base = 'yui/build/'; //path to yui lib loader.loadOptional = true; //if you want...
illiphilli
Offline Send Email
Jul 18, 2008
5:14 pm
34701
I've created a basic web page that sports a single large image with an Imagecropper widget attached to it. I want the cropping region to be square no matter...
Sean McAfee
gorkothepuni...
Offline Send Email
Jul 18, 2008
6:01 pm
34702
Hello, I'm working with the LayoutManager to create an email-like interface with a folder tree in the left-hand pane much like the Complex Application in the...
bananatower
Offline Send Email
Jul 18, 2008
7:45 pm
34703
bananatower -- You need to move the drag element to the body when you are dragging from one Layout Unit to another.. The Layout Unit's have an overflow...
Dav Glass
dav.glass
Offline Send Email
Jul 18, 2008
8:24 pm
34704
Thanks Dav, The DDProxy did the trick. But I guess I really don't understand what you mean about moving the drag element to the body when dragging from one...
bananatower
Offline Send Email
Jul 18, 2008
8:44 pm
34705
Brian -- You should be able to move the element on the startDrag event.. Something like this: var dd = new YAHOO.util.DD('', {}); dd.startDrag = function() { ...
Dav Glass
dav.glass
Offline Send Email
Jul 18, 2008
8:50 pm
34706
Any succestion for cause of the error? ... "includes/extra_datafiles/datamanager/assets/treeview/ysuggest_proxy.php?query=" ... ...
riku.tuominen
Offline Send Email
Jul 18, 2008
8:59 pm
34707
Try using: var oResponse = YAHOO.lang.JSON.parse(pResponse.responseText) rather than eval to access the returned JSON object...
Dean Jennings
deanjennings99
Online Now Send Email
Jul 18, 2008
9:23 pm
34708
Thanks for the response... ... I've studied your example but I don't understand a few things. 1) Why do you have to Require the module you are loading? I...
Peleg
pelegst69
Offline Send Email
Jul 18, 2008
11:03 pm
34709
Ahh. Ok. I understand what you are saying now. Just seeing some code helped me out. I assumed that all elements were children of the body element so thats why...
bananatower
Offline Send Email
Jul 19, 2008
12:07 am
34710
Hi, I'm using data table with server side pagination using json data. My table configuration looks like this: var myCommentTableConfig = { initialRequest...
Mohammad Mohtasham
mohtasham1983
Online Now Send Email
Jul 19, 2008
1:19 am
34711
Re-posting this as I did not get any reply. Appreciate your help. Thanks. Shaf...
shafikhan_363
Offline Send Email
Jul 19, 2008
3:29 am
34712
Hi fellows, I am new to the YUI library and I'm building my first webapp using the YUI library. I have some problems in registering a event handler to a...
uniquefer
Offline Send Email
Jul 19, 2008
4:06 pm
34713
Try YAHOO.util.event.addListener( pickDateButton,"click",invokeCalendar);...
Dean Jennings
deanjennings99
Online Now Send Email
Jul 19, 2008
5:27 pm
34714
Does anyone know of any FishEye widgets built using YUI ? Regards, OGLES...
oglesys
Offline Send Email
Jul 19, 2008
7:19 pm
Messages 34685 - 34714 of 34714   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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