Search Type: Posts; User: JC
Search: Search took 0.02 seconds.
-
19 Feb 2007 6:11 PM
Jump to post Thread: Prototype Help by JC
- Replies
- 2
- Views
- 1,569
Hi Guys,
I am trying to build some extra functionality into the basic dialog to integrated it with my app.
I have the following code:
YAHOO.namespace('jc');
YAHOO.jc.Dialog =... -
23 Jan 2007 6:37 PM
- Replies
- 5
- Views
- 1,822
Thanks Tim,
That fixed it alright. Also you where right about panel = Content not working but
regionEl.remove(panel);
regionEl.add(Content)
Did work. -
23 Jan 2007 5:15 PM
- Replies
- 5
- Views
- 1,822
Hi Folks,
To demonstrate the problem I am having I have created two pages:
http://www.freewebs.com/jcyui/gridpanel1.htm
Is the site where I try and replace the existing ContentPanel with a... -
23 Jan 2007 2:47 PM
- Replies
- 5
- Views
- 1,822
I have checked the code and Example.grid.render() does work. You can verify this by commenting out the GridPanel section of the test function. Then the grid does appear:
var test=... -
23 Jan 2007 5:45 AM
- Replies
- 5
- Views
- 1,822
Hi Folks,
I am trying to achieve a situation wherein I have a layout defined, sometimes the center layout will contain text, other times it will contain a grid panel. So I am trying to change a... -
22 Jan 2007 5:21 PM
Jump to post Thread: Minimum number of rows in a grid by JC
- Replies
- 10
- Views
- 3,635
I have a similar problem to this. I have a paged grid with ten rows, if the last page has only 2 rows then the gird only display two rows, causing the navigate bar to 'jump' up to under the last...
-
21 Jan 2007 9:45 PM
Jump to post Thread: Dynamic Toolbar Button Images by JC
- Replies
- 0
- Views
- 1,218
Hi Folks,
I have a toolbar which I want to allow the user add buttons to. I also want the user to be able to assign an image to this button. My backend is PHP and I am using it to generate the... -
21 Dec 2006 4:46 AM
Jump to post Thread: Tabpanel clearing values by JC
- Replies
- 3
- Views
- 1,385
Thanks for the replies guys,
I am setting the loadOnce parameter to true. The code to create the tab panel is as follows:
var YUIExtTab = new YAHOO.ext.TabPanel('tabs1');
Tab0 =... -
20 Dec 2006 6:30 AM
Jump to post Thread: Tabpanel clearing values by JC
- Replies
- 3
- Views
- 1,385
Hi Folks,
I have a standard dialog which contains a tabpanel with two tabs. Tab 1 has two input fields. If I type some text into the input fields, select tab 2 and then select tab 1 again the... -
10 Dec 2006 3:58 PM
- Replies
- 2
- Views
- 1,746
Hi Folks,
I have sorted out this issue. I read the posts about auto complete being hidden and from those posts I tried increasing the z-order of .ygrid-drag-proxy and it works now.
Regards,
... -
10 Dec 2006 3:18 PM
- Replies
- 2
- Views
- 1,746
Hi Folks,
I have used a variant of Jack's Drag and Drop example to implement a drag and drop inside a basic dialog. The dialog is loaded model. My problem is that when I drag an element from one... -
7 Dec 2006 7:29 PM
Jump to post Thread: Tabpanel and Load Scripts by JC
- Replies
- 16
- Views
- 5,467
Thanks for the reply,
I don't think that will work because the javascript is not executing so 'my_special_fn' will never be set. I put a debug message in the script:
<div> blah, blah,... -
7 Dec 2006 5:02 PM
Jump to post Thread: Tabpanel and Load Scripts by JC
- Replies
- 16
- Views
- 5,467
Hi Folks,
I am creating a tab panel and using setUrl to load the Tab Contents. I want one of my tabs to create a grid. I am sending the HTML which is along the lines of
<div> blah, blah,... -
29 Nov 2006 3:01 PM
Jump to post Thread: Grid Refresh by JC
- Replies
- 5
- Views
- 2,671
Thanks Jack,
That did the trick.
Regards,
JC -
28 Nov 2006 6:12 PM
Jump to post Thread: Grid Refresh by JC
- Replies
- 5
- Views
- 2,671
Still no joy. I have tried what you said and put debug messages in the code. The before load has the value but the message on the load says that this._selectionIds is blank (not undefined). If I...
-
28 Nov 2006 4:47 AM
Jump to post Thread: Grid Refresh by JC
- Replies
- 5
- Views
- 2,671
Hi Folks,
I am trying to implement a grid refresh. I want to be able to update a database using a basic dialog and then refresh the underlying grid. My JS code follows, what i had hoped to do is... -
20 Nov 2006 10:43 PM
Jump to post Thread: Basic Dialog and form submit by JC
- Replies
- 5
- Views
- 3,144
Thanks for your help Tim,
As you suggested I used the Yahoo connection class to get this working
(http://www.yui-ext.com/forum/viewtopic.php?t=521&highlight=dialog+submit)
JC -
20 Nov 2006 5:48 PM
Jump to post Thread: Basic Dialog and form submit by JC
- Replies
- 5
- Views
- 3,144
Thanks for the reply,
but I already tried that and I get an "object does not support this property or method" error. -
20 Nov 2006 4:40 PM
Jump to post Thread: Basic Dialog and form submit by JC
- Replies
- 5
- Views
- 3,144
Hi Folks,
I am trying to wrap a form around a basic dialog so that when the user clicks the submit button the form is submitted as per it's defined action. The following is my code, I am pretty... -
9 Nov 2006 8:57 PM
- Replies
- 4
- Views
- 2,222
The problem has turned out to be how my div is defined. If I change my div definition to include a height everything works:
<div id="MaintGrid" style="height:60%"></div>
Thanks for your... -
8 Nov 2006 8:19 PM
- Replies
- 4
- Views
- 2,222
Thanks for the reply,
I have changed the code to the following and it's still doesn't work. Is this what you meant ?
<html>
<head>
<title>Grid Test</title>
<script... -
8 Nov 2006 4:06 PM
- Replies
- 4
- Views
- 2,222
Hi Folks,
I am trying to use the data grid with paging and php code. basically my column titles and bottom toolbar display and that's it, I don't get any grid contents. The HTML is pretty basic,... -
5 Nov 2006 4:35 PM
- Replies
- 3
- Views
- 1,788
Hi Folks,
Does anybody know where I can download the php code for the remote dataset example ?
(http://www.jackslocum.com/yui/2006/09/26/using-the-remote-dataset-feature-of-the-grid/)
TIA,
...
Results 1 to 23 of 23
