Search Type: Posts; User: mscifo
Search: Search took 0.05 seconds.
-
2 Jan 2007 10:38 AM
Jump to post Thread: TreeNode with InlineEditor bug by mscifo
- Replies
- 0
- Views
- 1,515
Create a Tree and attach an InlineEditor to it.
tree = new YAHOO.ext.tree.TreePanel('tree', {
animate:true,
//loader: new... -
2 Jan 2007 10:28 AM
Jump to post Thread: TreeNode as a link by mscifo
- Replies
- 2
- Views
- 2,199
Jack
When TreeNode's are created it looks like they are wrapped inside an achor with a href="#". How would I go about setting that href (along with the title/alt) for each node. I want to attach... -
2 Jan 2007 10:05 AM
- Replies
- 2
- Views
- 4,157
Custom sorting functions would be great also, since sometimes I apply markup to my nodes (like bold/italic) and that messes with the alpha sort.
-
2 Jan 2007 8:57 AM
- Replies
- 2
- Views
- 4,157
Jack
Will TreeLoader support custom JSON schemas and renderers like the JSONDataModel? I don't have the ability to hard code the text/id/leaf/cls attributes in my tree data response.
Also, I... -
11 Dec 2006 8:53 PM
Jump to post Thread: YAHOO.ext.ToolbarMenu class by mscifo
- Replies
- 17
- Views
- 8,923
Made a quick fix in the method YAHOO.ext.ToolbarMenu.prototype.initMenu above.
Jack, I pm'd you a url you can view. As far as the YUI menu code, I'm using an earlier version of whouseit's menu... -
11 Dec 2006 6:46 PM
Jump to post Thread: YAHOO.ext.ToolbarMenu class by mscifo
- Replies
- 17
- Views
- 8,923
This class will create a toolbar menu. If the 'useArrow' config property is set, then an arrow (or whatever image you specify in the css) will be appended next to the button. The 'arrowClick'...
-
7 Dec 2006 1:18 PM
- Replies
- 2
- Views
- 2,038
I need help to determine a tab's position in the TabPanel. Accessing it's id usually returns the dom id of the element and what I really need is a position integer. Something like...
-
7 Dec 2006 11:03 AM
- Replies
- 4
- Views
- 3,772
No I'm not. I have no doctype declaration about my <html> tag.
-
7 Dec 2006 10:03 AM
- Replies
- 4
- Views
- 3,772
I changed hideOnLayout to false and didn't fix the issue. Tried specifying it in the BorderLayout constructor config and as a separate statement.
-
7 Dec 2006 9:21 AM
- Replies
- 5
- Views
- 2,405
Animal
Thanks for the info about the url. That makes total sense. I will just have to grab it from the dom.
About the closable property...the reason I didn't check the source was because of... -
7 Dec 2006 8:46 AM
- Replies
- 5
- Views
- 2,405
I need to know how to determine if a particular tab is closable and what it's url is.
The methods TabPanelItem.isClosable() and TabPanelItem.getUrl() would be great, but since they don't exist is... -
6 Dec 2006 7:10 PM
- Replies
- 8
- Views
- 7,888
Thanks, works now.
-
6 Dec 2006 4:54 PM
- Replies
- 8
- Views
- 7,888
whouseit
I tried using your code and I got a couple javascript errors in menu.js...
missing ; after for-loop condition
menu.js (line 204)
for (var i = 0; i <menu> viewWidth)
missing ;... -
6 Dec 2006 1:00 PM
Jump to post Thread: Vista theme for grid fix by mscifo
- Replies
- 3
- Views
- 4,870
Here is some classes for the toolbars also.
.ytheme-gray .ytoolbar{
border: 0px none;
background: url(../images/layout/gray/panel-title-light-bg.gif);
}
.ytheme-gray .ytoolbar... -
6 Dec 2006 12:47 PM
Jump to post Thread: Vista theme for grid fix by mscifo
- Replies
- 3
- Views
- 4,870
This fixes the header background, but some adjustments still need to be made to get it to work with mouseovers.
-
6 Dec 2006 12:39 PM
- Replies
- 0
- Views
- 1,741
Create a nested layout with a collapsible region...
westLayout = new YAHOO.ext.BorderLayout('main', {
south: {
split:true,
... -
6 Dec 2006 12:30 PM
- Replies
- 4
- Views
- 3,772
Your RSS Feed Viewer 2 example can be used to reproduce this. Click on a feed item and click "View in New Tab". Select the tab and scroll down. Select the View Feed tab and then reselect the newly...
-
6 Dec 2006 12:24 PM
Jump to post Thread: Vista theme for grid fix by mscifo
- Replies
- 3
- Views
- 4,870
A grid using the vista theme doesn't use the proper background image for the header rows.
Adding "background:none;" to the class ".ygrid-vista .ygrid-hd{" fixes this. -
20 Nov 2006 6:38 PM
- Replies
- 12
- Views
- 4,797
Jack,
This is very confusing. I was developing with an XMLDataModel and for some reason no rows are showing in the grid. I have another application using JSONDataModel and everything works fine.... -
17 Nov 2006 10:30 AM
- Replies
- 2
- Views
- 2,817
Jack
The new gray theme isn't being applied on grids, toolbars, and scrollbars.
Using 0.33-rc1
Thanks -
9 Nov 2006 10:18 AM
- Replies
- 8
- Views
- 3,673
Jack
I understand you cant use the same element in multiple spots. I was hoping that something could be written in BorderLayout to handle moving the elements around. Since my intention is to use... -
8 Nov 2006 11:25 PM
- Replies
- 8
- Views
- 3,673
bump
Jack? -
8 Nov 2006 11:14 AM
Jump to post Thread: Closing a tab shows a hidden panel by mscifo
- Replies
- 2
- Views
- 2,573
Jack
I've created three panels and hidden the second and third one, show only the first tab/panel shows. I am using your code to dynamically create a new tab. Once a new tab is created, 2 tabs... -
7 Nov 2006 9:45 AM
- Replies
- 1
- Views
- 1,489
Is there a bodyscroll or scroll event for the new YAHOO.ext.View() class? I can't seem to find it.
Matt -
6 Nov 2006 10:09 AM
- Replies
- 8
- Views
- 3,673
Jack
I've updated to beta 3 and that has fixed my problem with being able to remove/readd layouts (in fact now I am just using the hide/unhide panel functionality).
However, I still need help...
Results 1 to 25 of 29
