Search Type: Posts; User: skha
Search: Search took 0.01 seconds.
-
16 Feb 2012 5:25 AM
- Replies
- 2
- Views
- 860
Thank you for your replay.
could you please give me an axample?
i added a button this way:
this.cmp.getToolbar().addButton([{
iconCls: 'bo',
handler: function(){
... -
16 Feb 2012 2:29 AM
- Replies
- 2
- Views
- 860
Hello every one,
As explained in the title, i want to add the possibility to upload images in a directory and add the html code of my image in the text.
I trie this example but the button is not... -
21 Jul 2011 10:33 AM
Jump to post Thread: Show my fieldsets collapsed by skha
- Replies
- 0
- Views
- 632
Hello,
i'm facing a problem with my fieldsets.
i have fieldsets that are collapsed in the config params. i want to put grids interior these fieldsets. and to show my fieldset collapsed in my... -
19 Jul 2011 1:37 PM
Jump to post Thread: a grid in tabPanel error by skha
- Replies
- 3
- Views
- 1,079
Hello,
Thank you for your response.
<inherits name="com.extjs.gxt.ui.GXT"/> was the first thing i did. i don't use the packages you mentioned. could you please have a look on my code? i tried... -
17 Jul 2011 4:37 AM
Jump to post Thread: a grid in tabPanel error by skha
- Replies
- 3
- Views
- 1,079
Hello,
I'm using a grid example to show it in my tabPanel.
The problem is that i dont get my data store in my grid and it is empty.
The code i'm using is
package com.google.mdlight.shared;
... -
13 Jul 2011 12:08 AM
- Replies
- 6
- Views
- 1,967
thank's Condor.
that's exactlly what i needed -
10 Jul 2011 11:45 PM
- Replies
- 6
- Views
- 1,706
Hello,
thank's for your reply.
but when i refresh my page (F5), i return to the authentification form.
i think it disturbs the user.
is there is solution to stay at the current page when i... -
10 Jul 2011 11:58 AM
Jump to post Thread: form validation problem by skha
- Replies
- 0
- Views
- 555
hello,
I try to submit a form using this
userForm.addButton(new Button("Submit", new SelectionListener<ButtonEvent>()
{
public void... -
9 Jul 2011 7:04 AM
- Replies
- 6
- Views
- 1,706
I found a solution to my probleme but i don't know whether it is the best one
on my form submit action, i clear the root of my page
RootPanel.get().clear();
and i can like this call another... -
9 Jul 2011 5:38 AM
- Replies
- 6
- Views
- 1,706
hello,
Could you please give me an example how to do that?
i'm tring to show another form in my second page like bellow
protected void onSubmit() { //the submit action of my first form
... -
8 Jul 2011 2:37 PM
- Replies
- 6
- Views
- 1,706
Hello,
i've a login form for authentification and i want after authentification, to redirect my application to another page.
the problem that i'm facing is that i can't execute the code in the... -
4 Jul 2011 1:44 PM
Jump to post Thread: EXT GWT Compilation ERROR by skha
- Replies
- 2
- Views
- 1,387
That's exactlly what i forgot.
Thank's a lot.
Regards. -
3 Jul 2011 12:38 PM
Jump to post Thread: EXT GWT Compilation ERROR by skha
- Replies
- 2
- Views
- 1,387
Hello;
I'm trying to use a login form using this code
package com.google.mysqlcon.client;
import com.extjs.gxt.ui.client.widget.form.FormPanel;
import...
Results 1 to 13 of 13
