Search Type: Posts; User: twinkle
Search: Search took 0.01 seconds.
-
5 Oct 2008 10:34 PM
Jump to post Thread: Help me for XMLTreeLoader by twinkle
- Replies
- 9
- Views
- 3,163
Ext.app.TaskLoader = Ext.extend(Ext.ux.XmlTreeLoader, {
processAttributes: function(attr){
if (attr.taskName) {
attr.text = attr.taskName;
... -
25 Sep 2008 11:52 PM
- Replies
- 12
- Views
- 3,283
Thanks I understand now...
-
25 Sep 2008 5:20 AM
- Replies
- 12
- Views
- 3,283
Karma can you post your solution here.Because my json file on tree loaded everytime and I could not handle with using id. I want you to see your code
-
18 Sep 2008 10:35 PM
Jump to post Thread: Tree view by twinkle
- Replies
- 4
- Views
- 957
Sorry I could not help you since I could not understand what you mean. If you make it more clear, I can check again
-
17 Sep 2008 11:36 PM
Jump to post Thread: Tree view by twinkle
- Replies
- 4
- Views
- 957
If you include the directory of the other js in your html file,you can use the JSONStore(that you create for tree) outside of that js.
Can you try and feedback me:)I may also need this structure:) -
12 Sep 2008 5:29 AM
Jump to post Thread: Paging by twinkle
- Replies
- 15
- Views
- 1,968
I am getting data.But could not find why could not access the parameters? Has anyone have jsp example that is working?
-
12 Sep 2008 5:20 AM
Jump to post Thread: Paging by twinkle
- Replies
- 15
- Views
- 1,968
Now,I created a backend which uses jsp,tomcat and json. But I still have a problem.
I send start and limit parameters to jsp but my jsp file does not get these parameters.
I can see from firebug... -
10 Sep 2008 6:47 AM
Jump to post Thread: Paging by twinkle
- Replies
- 15
- Views
- 1,968
yes ,I have never work with these kind of data. How is it possible?
Can you explain me? -
10 Sep 2008 6:41 AM
Jump to post Thread: Paging by twinkle
- Replies
- 15
- Views
- 1,968
I am also using listDeletePersonStore.load({params:{start:0, limit:10}});
know I understand with your sentences:
I write only 10 data to my json.
Then I call again for the other ten but... -
10 Sep 2008 6:35 AM
Jump to post Thread: Paging by twinkle
- Replies
- 15
- Views
- 1,968
I know I am a big trouble but I do not understand.
How can I make this correct?I mean show only 10 data per page -
10 Sep 2008 6:30 AM
Jump to post Thread: Paging by twinkle
- Replies
- 15
- Views
- 1,968
Paging size means showed data per page is not it??
And, total is my total number of data in json.
Am I wrong?? -
10 Sep 2008 6:27 AM
Jump to post Thread: Paging by twinkle
- Replies
- 15
- Views
- 1,968
Sorry... Paging toolbar shows page number true;however limit 10 is not working. Why I do not understand
-
10 Sep 2008 6:24 AM
Jump to post Thread: Paging by twinkle
- Replies
- 15
- Views
- 1,968
Hi again,
I have problem with paging with grid. I searched all the forum but the solutions are not sufficent for my code. I do not understand why I could not handle this.Here is my code,can you... -
5 Sep 2008 4:07 AM
Jump to post Thread: JSON and TreePanel by twinkle
- Replies
- 12
- Views
- 2,405
Nothing changed again.Puuf:-/
-
5 Sep 2008 12:20 AM
Jump to post Thread: Can you help me by twinkle
- Replies
- 2
- Views
- 753
OK then. This is main .js file:
tree.getSelectionModel().on("selectionchange", function(selModel, node){
if (node.leaf) {
var newTab;
switch... -
5 Sep 2008 12:10 AM
Jump to post Thread: Can you help me by twinkle
- Replies
- 2
- Views
- 753
Hi everybody,
I have a problem and want you to help me.
I have a js file which contains:tabpanel(center),west(tree),tbar(north),bbar(south).
I try to change only the tabpanel's tab when I click... -
4 Sep 2008 11:55 PM
- Replies
- 7
- Views
- 1,262
Yes, I am new ext and trying to learn all stuff for about one month.Yesterday,my subject is creating new class and binding it to link. I achieve this but something goes wrong my content is not...
-
4 Sep 2008 11:17 PM
- Replies
- 7
- Views
- 1,262
I think you can create class and use it.But I do not know how will effect the properties of your .jsp (time,performance...)
-
4 Sep 2008 11:13 PM
Jump to post Thread: JSON and TreePanel by twinkle
- Replies
- 12
- Views
- 2,405
Thanks I will try.
-
4 Sep 2008 3:59 AM
Jump to post Thread: Problem with treepanel by twinkle
- Replies
- 1
- Views
- 647
If you can write with [CODE] tag we understand your code other way no one will interest. Just a suggestion.
-
4 Sep 2008 3:16 AM
Jump to post Thread: Multilingual support by twinkle
- Replies
- 2
- Views
- 1,709
You can create a .js file which includes variable definition for example.
var name='Name';
Then you should include .js file in the other file's html page like:
<script... -
4 Sep 2008 1:12 AM
Jump to post Thread: Extend a class by twinkle
- Replies
- 5
- Views
- 1,107
Ok thanks. I delete the cookies and my special files from FF. then no problem occured I should be aware of these I think thanks Condor.
-
4 Sep 2008 1:03 AM
Jump to post Thread: Extend a class by twinkle
- Replies
- 5
- Views
- 1,107
uups how is it possible? I think I am making something wrong. how did you call the class? Funny but important:)
-
4 Sep 2008 12:41 AM
Jump to post Thread: Extend a class by twinkle
- Replies
- 5
- Views
- 1,107
Hi, again
I want to create a class but I have an error.
Ext.namespace('Ext.ux');
Ext.ux.AddUpdateGroup = Ext.extend(Ext.Panel, {
id: 'addcenter-panel',
frame: true,
... -
3 Sep 2008 12:51 AM
- Replies
- 12
- Views
- 1,781
I have also this thread but I did not search for now.In my opinion, it is related with id of elements.If elements have same id. But I do not know your situation
Results 1 to 25 of 50
