I have a dialog box which when made visible positions itself in the center of the browser no matter what the vertical scroll position. The dialog box has a...
50915
Ryan V. Bayona
r2b2_ry
Aug 1, 2009 10:42 am
You may have set the config's fixedcenter attribute to true.. or I'm making a guess ... do you have the anchor's href attribute as : <a href='#39;>Your link</a>...
50916
Satyam
satyamutsa
Aug 1, 2009 4:11 pm
We were talking about this just yesterday: http://tech.groups.yahoo.com/group/ydn-javascript/message/50910 Satyam...
50917
Matt Hosking
m_nhk
Aug 1, 2009 9:12 pm
Hi, I need help with a web application I'm working on where I'm replacing its html frames with div layers and utilizing the YUI connection manager to update...
50918
cjavajim
Aug 2, 2009 1:35 am
... I don't know the answer to your question but perhaps you can learn something useful from the first example here: ...
50919
leforthomas
Aug 2, 2009 12:22 pm
Hi there, apologies if the question has already been asked. I have some issues with the rendering of tree view nodes when I force the white-space value to...
50920
Satyam
satyamutsa
Aug 2, 2009 1:56 pm
It is hard to answer without seeing it. Could you post a page showing the problem somewhere we could have a look at? Satyam...
50921
rnby_nl
Aug 2, 2009 3:26 pm
http://developer.yahoo.com/yui/imagecropper/#knownissues It was actually quit simple to get it to work with scaled preview. ...
50922
chriskrupka
Aug 2, 2009 7:12 pm
I am experiencing an odd display issue using a menu button as a select list. I have a column of menu buttons within a table where rather than the column being...
50923
Eric P
eric.maillist@...
Aug 3, 2009 12:43 am
Hi, I have a DataTable inside a div. I'm trying to figure out how to have the DataTable stretch to the width of the div. I've tried using the width attribute...
Hi, I'm exploring the DataTable a bit. Not knowing every detail from the DataTable yet, I know what I expect it should do for my application. So before...
50926
tplau@...
tplau@ymail.com
Aug 3, 2009 7:11 am
Dear all, I am now facing a problem as follow: 1. I have put a yui chart, using ajax/json as the datasource, inside a tab (say tabA) of a tabview 2. When the...
50927
Satyam
satyamutsa
Aug 3, 2009 7:17 am
It is better if the DataSource deals only with data, not with the user interface. You can add extra column to a DataTable in the column definitions array....
50928
msaspence
Aug 3, 2009 9:17 am
Cool, thanks have done: http://yuilibrary.com/projects/yui2/ticket/2528273...
50929
hellian
rashedulhasa...
Aug 3, 2009 10:57 am
I've been using YUI Editor (RTE) in my application for long and successfully creating Link. Some days ago I found that Create Link of editor is not working. I...
50930
Nikias
burnin_rubbe...
Aug 3, 2009 11:17 am
The approach which i was wondering about, would give me direct access to the widget in the table. I would not have to pass the DataTable Object for a...
50931
asitkatiyar
Aug 3, 2009 11:32 am
Hi, I have one common function, in which I am passing the object. In the function I have to take different actions according to the type of object passed. One...
50932
Neeraj Gupta
bitm.neeraj@...
Aug 3, 2009 11:45 am
Dear All, I am new to YUI and in process of getting familiar to it. I am trying to use the YUI calendar object and wasted my whole day today with no luck...
50933
joki baki
joki_frei
Aug 3, 2009 12:18 pm
I am trying to figure out in which line of treeview.js a refernce has been made to the css file. Since ...treeview/assets/skins/sam/treeview.css does not...
50934
leforthomas
Aug 3, 2009 1:27 pm
Hi Satyam, Thanks for your reply. Well I have nothing up and running yet in the real world, it's all local production for now. I can send you a screenshot if...
50935
Dav Glass
dav.glass
Aug 3, 2009 3:15 pm
Please post a link, I can't help if I can't see it.. Dav ... -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The most successful computer...
50936
Satyam
satyamutsa
Aug 3, 2009 5:16 pm
If (unidentifiedObject instanceof YAHOO.widget.DataTable. ) {... }...
50937
amcwhu
Aug 3, 2009 5:21 pm
Hi I am trying to display a bar chart with data from an external server on our intranet. I have got the remote cgi to generate the following:- {"Results": [ ...
50938
Satyam
satyamutsa
Aug 3, 2009 5:25 pm
An image won't do, sorry. I realize what you say, the lines overflowing the tab container, I don't need to see a picture to believe what you tell me. A...
50939
Satyam
satyamutsa
Aug 3, 2009 5:25 pm
The Firebug debugger will show you the file and location of each style definition, see: http://www.satyam.com.ar/yui/widgetstyles.html Usually, you don't care...
50940
Satyam
satyamutsa
Aug 3, 2009 5:27 pm
The original data for the DataTable lies on the Recordset, not in the document body. It is best to avoid accessing the UI bypassing the widget that is in...
50941
Gerald Drouillard
geralddrouil...
Aug 3, 2009 7:18 pm
Please update line 241 which is: sb[sb.length] = '<tr>'; to be sb[sb.length] = '<tr class="ygtvrow">'; This will allow nodes to be expanded/collapsed if...
50942
dan_clark@...
dan_clark...
Aug 3, 2009 8:24 pm
Hi, hoping this group can help point me in the right direction on a feature I am hoping is supported by the YUI Rich Text Editor. I was wondering if it is...
50943
dan_clark@...
dan_clark...
Aug 3, 2009 9:09 pm
As a side note: if what I am searching for is not possible in such an integrated manner (with the drop down tools etc) how do you integrate the editor to use a...