Search Type: Posts; User: gounis
Search: Search took 0.02 seconds.
-
25 Feb 2009 8:15 AM
Jump to post Thread: Build your own 2.0 available by gounis
- Replies
- 142
- Views
- 68,368
You were right! I used ext 2.2 with resources of 2.1. Now I have the whole 2.2 so radio and check boxes are shown fine but they are not tickable (???). Not even the 'check' listener is invoked!
-
25 Feb 2009 2:23 AM
Jump to post Thread: Build your own 2.0 available by gounis
- Replies
- 142
- Views
- 68,368
I also forgot to mention that the version of the Ext lib that I use (NOT the one that I build,but the one that I direct downloaded from Ext web page) is 2.1.
-
25 Feb 2009 1:00 AM
Jump to post Thread: Build your own 2.0 available by gounis
- Replies
- 142
- Views
- 68,368
Hello,
I see your point but I think that the Ext.BLANK_IMAGE_URL is set correctly because even if I set 1)my s.gif or 2)http://extjs.com/s.gif , the radio and checkbox inputs WILL be shown in the... -
24 Feb 2009 8:53 AM
Jump to post Thread: Build your own 2.0 available by gounis
- Replies
- 142
- Views
- 68,368
Hello,
I tried to build my own Ext lib but the radio buttons and check boxes don't appear even if I add all the Ext components (so it is not that I forget an important component).
I used the... -
23 Feb 2009 6:59 AM
Jump to post Thread: Distance between form items by gounis
- Replies
- 5
- Views
- 1,497
Actually I must have confused you because accidentally I told you about the name of the css class that I use instead of the one in your example.
Anyway, I have a form with some form items. I want... -
23 Feb 2009 6:44 AM
Jump to post Thread: Distance between form items by gounis
- Replies
- 5
- Views
- 1,497
Thanks for your fast response!
I added the
.x-form-item {margin-bottom: 8px;} in my css file and the
itemCls:'fieldset-items-test' in the Ext.form.FormPanel config options but it doesn't seem... -
23 Feb 2009 6:04 AM
Jump to post Thread: Distance between form items by gounis
- Replies
- 5
- Views
- 1,497
Hello,
I would like to ask how if possible to change the distance between the form items belonging to a form.
Thank you! -
13 Jan 2009 6:44 AM
Jump to post Thread: Ext.util.base64 (encode/decode) by gounis
- Replies
- 13
- Views
- 30,096
Hello,
I would like to ask which is the license for using the Ext.util.base64.
Thank you in advance. -
15 Aug 2008 1:15 AM
Jump to post Thread: [1.0] Grid RowActions Plugin by gounis
- Replies
- 956
- Views
- 307,923
Hello,
I would like to use RowActions plugin dynamically (every record must have different icons) with DWRProxy. Is that possible?
The back-end Java function, that dwr calls in order to populate... -
4 Feb 2008 8:19 AM
Jump to post Thread: javascript compression by gounis
- Replies
- 4
- Views
- 4,842
But what about the JSMIN documentation? I can't find it anywhere. I don't know how to run it.
-
8 Jan 2008 1:48 AM
Jump to post Thread: CheckBox items inside a ComboBox by gounis
- Replies
- 1
- Views
- 983
Hello,
I would like to ask if it is possible to create CheckBox items inside a ComboBox. I want to implement a select between items but the user shall be able to select more than one items. If it is... -
7 Jan 2008 7:31 AM
- Replies
- 1
- Views
- 1,463
Hello,
I am using a ComboBox and I would like to load data with DWRProxy.
Can I use the ListRangeReader to do it or I shall use the MapReader as in... -
17 Dec 2007 6:29 AM
Jump to post Thread: TreePanel Icons issue by gounis
- Replies
- 0
- Views
- 620
Hello,
I am using a TreePanel but it seems that it has different appearence regarding the browser that I use.
TreePanel js:
tree = new Tree.TreePanel({
el:'tree',
title:... -
11 Dec 2007 6:54 AM
Jump to post Thread: Dwr TreeLoader by gounis
- Replies
- 77
- Views
- 58,545
Hello,
It is a little bit hard to understand what the server shall send.
I create Tree:
var tree = new Tree.TreePanel({
el:'tree',
animate:true,
... -
6 Dec 2007 8:30 AM
Jump to post Thread: Use ColumnTree with DWRTreeLoader by gounis
- Replies
- 5
- Views
- 1,938
Thank you very much!!!!:D
I could try to understand in what format shall the java server return the data? Is the DocmntFacade.getContentChildren the function that you shall implement in the server... -
6 Dec 2007 5:57 AM
Jump to post Thread: Use ColumnTree with DWRTreeLoader by gounis
- Replies
- 5
- Views
- 1,938
If you still have the code,I would like to check it!
Thank you! -
30 Nov 2007 2:11 AM
Jump to post Thread: Ext2.0 focus problem in Firefox,IE by gounis
- Replies
- 4
- Views
- 1,213
Indeed, it worked!
But there is another problem. If I use Ext.form.FormPanel only and not a FormPanel in an Ext.Window then it doesn't work. Do you have any idea how will I make it to work? -
23 Oct 2007 6:31 AM
Jump to post Thread: Ext2.0 focus problem in Firefox,IE by gounis
- Replies
- 4
- Views
- 1,213
Hello,
I have created an Ext.Window using Ext2.0 which has a Ext.form.FormPanel item. The Form has two items, a password textfield and a usrname textfield. The code of usrname textfield is
... -
18 Oct 2007 7:22 AM
Jump to post Thread: Ext2.0 and Ext1.1 compatibility by gounis
- Replies
- 5
- Views
- 1,451
I also forgot to ask when the 2.0 migration guide will be available?
Thank you in advance, -
18 Oct 2007 7:01 AM
Jump to post Thread: Ext2.0 and Ext1.1 compatibility by gounis
- Replies
- 5
- Views
- 1,451
But are there tutorials and guides for the Ext2.0? Because,I can only find the API and some samples
-
18 Oct 2007 6:26 AM
Jump to post Thread: Ext2.0 and Ext1.1 compatibility by gounis
- Replies
- 5
- Views
- 1,451
Hello,
I start developing a project using Ext1.1. Is it a good idea to replace Ext2.0 with 1.1? Will I have to change my sourse code? Does Ext2.0 has backward compatibility with Ext1.1? For... -
17 Oct 2007 3:02 AM
Jump to post Thread: Redirect while Passing variables by gounis
- Replies
- 0
- Views
- 683
Hello,
I am using DWR as a tool for the communication between the javascript and the java server side.
I have login page through which the user sends his username/password by dwr call. The server... -
17 Oct 2007 2:21 AM
Jump to post Thread: DWRProxy and PagingToolbar by gounis
- Replies
- 4
- Views
- 1,451
Change the load function of dwrproxt into
load : function(params, reader, callback, scope, arg) {
if(this.fireEvent("beforeload", this, params) !== false) {
var sort;
... -
11 Oct 2007 2:06 AM
Jump to post Thread: Extract an array from a store by gounis
- Replies
- 2
- Views
- 1,466
Hello again,
I use:
var ar=ds.getRange(); where ds is datastore
In Firebug var ar seems to be empty.
If I add ds.getRange() as a new watch expression in Firebug , then I can see the array... -
10 Oct 2007 8:04 AM
Jump to post Thread: Extract an array from a store by gounis
- Replies
- 2
- Views
- 1,466
Hello,
Is there any straightforward way to extract an array from a store? The only thing I can think of is construct an array with a for loop using dataStore.getById(RecordId).get(field)
Thank...
Results 1 to 25 of 39
