Search Type: Posts; User: saravanan.sbm
Search: Search took 0.03 seconds.
-
22 May 2009 6:11 AM
- Replies
- 2
- Views
- 703
Thanks for quick reply Animal.
Actually i didnt use the modal property for display window.
My window creation code
var win = new Ext.Window({
title : 'Layout Window', -
22 May 2009 5:57 AM
- Replies
- 2
- Views
- 703
Hi
I have the problem in displaying the window inside the layout. I am having search tab in the layout. If i search a name, it displays all the name matched. Each name has two links view and edit.... -
21 May 2009 1:17 AM
- Replies
- 0
- Views
- 859
Hi
My example is about searching a particular name.I am using xtemplate to display my search results.
For example if i have searched a name say edwin means
I will give ed in search text box... -
17 May 2009 10:13 PM
- Replies
- 0
- Views
- 1,075
Hi
I am using xtemplate to display fields from xml. And also i include button to display the new window inside my complex layout.
But it is not displaying the window. I dont know where i went... -
17 May 2009 8:25 PM
Jump to post Thread: Problem With Creating Tab by saravanan.sbm
- Replies
- 5
- Views
- 1,050
Hi
I have tried this, but still be a problem to create tab. When i click the anchor tag displayed by combo store. It doesnt do anything . Actually my viewport and tab creation is in another html... -
16 May 2009 10:55 PM
Jump to post Thread: Problem in Showing Window by saravanan.sbm
- Replies
- 0
- Views
- 549
Hi
I am using this code to show window from xtemplate. But it is not displaying.
See the xtempalate button code marked as bold.
When i click the button it doesnt showing the window.
... -
16 May 2009 6:29 AM
Jump to post Thread: Problem With Creating Tab by saravanan.sbm
- Replies
- 5
- Views
- 1,050
Thanks for your reply
Let me try and check it out -
16 May 2009 4:49 AM
Jump to post Thread: Problem With Creating Tab by saravanan.sbm
- Replies
- 5
- Views
- 1,050
Thank for your reply
Creation of tab panel in main html
viewport = new Ext.Viewport({
layout:'border',
id: 'viewtab', -
15 May 2009 10:50 PM
Jump to post Thread: Problem With Creating Tab by saravanan.sbm
- Replies
- 5
- Views
- 1,050
Hi
I have created a viewport with 3 regions. North, west, center in one html file.
In west region i have 2 tree node Add, search
I i click add node, it will open a add tab in center region.... -
14 May 2009 8:59 PM
- Replies
- 0
- Views
- 515
Hi everybody
I have created a tabpanel. In that tab panel i have search tab. How can i create a new in my layout while clicking the link in search tab.
I have created a xtemplete to view the... -
12 May 2009 6:30 AM
- Replies
- 0
- Views
- 597
Hi
I am using XMLReader to read xml data. It reading all the string data. How can i read and load image into the combo store.
Sample XML File.
<student>
... -
8 May 2009 10:53 PM
- Replies
- 0
- Views
- 1,038
Hi
How can i load form fields into xml file.
For example,
In my form has two fields like First name and last name.
I want to store these field values into my static xml file -
8 May 2009 12:57 AM
- Replies
- 0
- Views
- 684
Hi
I am having two fields. For example Firstname and lastname.
It saving data to the database. But not loading back to form.
Can any give simple example for this? How can i do it?
... -
6 May 2009 11:33 PM
- Replies
- 1
- Views
- 1,410
Hi
I have a browse button. I want to display the image browsed using the browse button.
How can i do it?
Any help?
Thanx -
27 Apr 2009 10:57 PM
- Replies
- 0
- Views
- 1,061
Hi
Can any one help Me!!!!!!!
Am using JSON Reader to read the data. My myspl returns the data
like this
{"total":"2","Root" :[{"username":"Arun"},{"username":"Sara"}]} while running... -
27 Apr 2009 1:10 AM
Jump to post Thread: List Like elements in XML by saravanan.sbm
- Replies
- 0
- Views
- 478
Hi
I have created text box using that i listing the xml data. But i want to list the character matched elements in the xml file. I am using xml rader to read xml data.
For example if i type S... -
26 Apr 2009 10:31 PM
- Replies
- 5
- Views
- 6,168
Hi
I need some help from u. Since u r familiar with live search with xml.
I want to display the names while typing the alphabets. How can i do it for that?
Here my xml
<records total="2">... -
24 Apr 2009 2:47 AM
- Replies
- 1
- Views
- 2,107
Hi
I dont know how to filter out xml data.
I want to display the xml data while entering input in input box. I am using xml reader to read the xm data. Actually it display all the xml data.
... -
22 Apr 2009 9:35 PM
Jump to post Thread: List Out XML Data by saravanan.sbm
- Replies
- 0
- Views
- 442
Hi
I have created a xml file. Using that file i want to search the items. Actully it displayy all the item in the file. When i search a given text it displays all items not exact items. How can i... -
22 Apr 2009 7:27 PM
- Replies
- 2
- Views
- 606
Thanks for Reply
Now i modified the code but now it not listing the specified data from the xml file.
For example, if i want to display whose name starts which jack. It not displaying the... -
22 Apr 2009 5:31 AM
- Replies
- 0
- Views
- 584
Hi
I have created a combo box like forum search (combo box) using xml reader.
while i search a given text it displays all data from the file. Actually i want only specified character data in... -
22 Apr 2009 3:21 AM
- Replies
- 2
- Views
- 1,404
Yes but i want to display only the searched items lik forum-search.
Saravanan -
22 Apr 2009 2:40 AM
- Replies
- 2
- Views
- 606
hi
Actually i want to display the data as like
http://extjs.com/deploy/dev/examples/form/forum-search.html
I dont know where i went wrong.
my html file
<input type="text" size="40"... -
22 Apr 2009 2:02 AM
Jump to post Thread: XML Reader problem by saravanan.sbm
- Replies
- 3
- Views
- 999
Sorry
I couldnt make with that.
Can you help me with some sample code. Please!
Read xml file and diplay as like forum - search example
Saravanan -
21 Apr 2009 11:44 PM
Jump to post Thread: XML Reader problem by saravanan.sbm
- Replies
- 3
- Views
- 999
Hi
How do get the data from xml file.Actually i want to get the data from xml and display like forum-search example.
I am having xml file like this.
<note>
<to>Tove</to>
...
Results 1 to 25 of 57
