Search Type: Posts; User: pep
Search: Search took 0.01 seconds.
-
19 Feb 2009 7:59 AM
Jump to post Thread: integrating Struts/Ext by pep
- Replies
- 90
- Views
- 87,886
Bruno.SantAnna,
Thank you for posting your sample code - I was able to get a working struts 2 app with the test panel. I had a few problems with jsonlib, but only because I needed to download the... -
5 Feb 2009 9:44 AM
- Replies
- 36
- Views
- 74,516
If anyone has a war file they could upload that would be great, thanks.
-
18 Apr 2008 11:59 AM
Jump to post Thread: GridPanel:Line between columns by pep
- Replies
- 4
- Views
- 1,047
http://extjs.com/forum/showthread.php?t=30654
-
18 Apr 2008 11:27 AM
- Replies
- 6
- Views
- 1,361
add an id to your field... id: 'dt'
var dt = Ext.getCmp(dt);
Add params to the form submit: -
18 Apr 2008 11:01 AM
- Replies
- 6
- Views
- 1,361
Please post the code you have and exactly what you are trying to do if you would like a more specific answer.
-
18 Apr 2008 10:53 AM
- Replies
- 6
- Views
- 1,361
Send a param you manually build like - month: dateVal.getValue().substring(0,2)
-
18 Apr 2008 10:45 AM
Jump to post Thread: Window resize when Fieldset expanded. by pep
- Replies
- 4
- Views
- 1,247
I'm not sure this is the best way, but it should work for you... I am just changing the window size based on the expand / collapse event.
Ext.onReady(function(){
var win = new Ext.Window({
... -
18 Apr 2008 10:11 AM
- Replies
- 6
- Views
- 1,281
try adding monitorResize: true to the panel you are working with - that should resize it for you.
-
18 Apr 2008 10:05 AM
- Replies
- 6
- Views
- 1,281
var viewport = new Ext.Viewport({
layout:'border',
items:[{
region:'center',
title:'Center - fits any size'
}
,{
... -
18 Apr 2008 8:51 AM
- Replies
- 11
- Views
- 3,073
Make one call assigning two different readers its unique root. Then create a store for each of the readers. You don't need to make 2 calls. If you have code to post we can get into more detail.
-
18 Apr 2008 5:37 AM
- Replies
- 6
- Views
- 1,281
Make the west your center and the center your east.
-
18 Apr 2008 4:23 AM
- Replies
- 2
- Views
- 1,115
You do not need to create a new vtype. Take a look at API docs:
http://extjs.com/deploy/dev/docs/?class=Ext.form.TextField&member=maxLength... -
17 Apr 2008 8:05 AM
- Replies
- 3
- Views
- 1,046
Remove the deferredRenderer and put a width of 20 on the checkbox fields.
xtype: 'checkbox',
width: 20,
fieldLabel: 'Force Initial... -
17 Apr 2008 7:44 AM
- Replies
- 5
- Views
- 1,108
What does your code look like so far?
-
15 Apr 2008 9:53 AM
Jump to post Thread: trying to add a panel via a Listener by pep
- Replies
- 8
- Views
- 1,443
Set up a container and render your panel to it - note that this was just quickly typed and obviously not tested. Once you render your panel to 'east-div' you can either collapse or hide the panel /...
-
15 Apr 2008 8:11 AM
Jump to post Thread: Forms+JSON by pep
- Replies
- 9
- Views
- 1,423
exit();
-
15 Apr 2008 7:32 AM
Jump to post Thread: Quicktips see thru a div? by pep
- Replies
- 2
- Views
- 741
Just add the same qtip to the inner div.
-
10 Apr 2008 5:45 AM
Jump to post Thread: Onmouseover tooltip by pep
- Replies
- 4
- Views
- 1,529
I am not sure how you are rendering your data, but:
Ext.QuickTips.init();
<a href="..." ext:qtip="This is my tooltip ...">Link</a>
will give a link a tooltip. I have used XTemplate to... -
8 Apr 2008 6:52 AM
Jump to post Thread: Combo Box not populating in the tbar? by pep
- Replies
- 1
- Views
- 1,341
tbar: [
new Ext.form.ComboBox({
store: new Ext.data.SimpleStore({
fields: ['id', 'name'],
data: [
['0',... -
18 Mar 2008 12:16 PM
Jump to post Thread: JSON for C# .NET and webservices by pep
- Replies
- 4
- Views
- 3,912
I have used Json.Net. You can find an example of how to use it at http://james.newtonking.com/archive/2006/06/26/Json.NET-_2D00_-Simplifying-.NET-_3C002D003E00_-JavaScript-communication.aspx
-
13 Mar 2008 11:18 AM
Jump to post Thread: Toolbar Help by pep
- Replies
- 2
- Views
- 758
Menu 4 has an extra comma and IE cannot handle that like FF can.
-
7 Mar 2008 9:52 AM
- Replies
- 3
- Views
- 845
Can you just commit the data set afteredit?
-
5 Mar 2008 4:31 AM
- Replies
- 272
- Views
- 56,599
The forum is the place to find examples - I would hate to see an overload of samples in the API docs as well. With that said, it would be nice to have a working sample of an accordian menu that...
Results 1 to 23 of 23
