Search Type: Posts; User: amist
Search: Search took 0.02 seconds.
-
11 Feb 2013 12:04 AM
Jump to post Thread: Panel with Horizontal layout by amist
- Replies
- 3
- Views
- 260
Simply, How i can render my details store data (get data after user click on row) to this panel (showpanel)
Thanks -
10 Feb 2013 11:39 PM
Jump to post Thread: Panel with Horizontal layout by amist
- Replies
- 3
- Views
- 260
Thank you for replay
I don't htink that these URL's will solve ny problem.
what i want to do is when the end user click on specific row in gride panel another panel display the full details of this... -
10 Feb 2013 3:13 AM
Jump to post Thread: Panel with Horizontal layout by amist
- Replies
- 3
- Views
- 260
Dear All,
I want to display details of data as panel but with horizontal layout,
How i can set panel with horizontal columns ofrow details.
Thanks -
3 Feb 2013 5:33 AM
Jump to post Thread: Ext.BindMgr is undefined by amist
- Replies
- 3
- Views
- 211
Hi All,
i need to know if this applicable or not i try to bind store data to panel (contains XTemplate)
i wrote this code but the panel didn't appear
stock_store.load({
... -
3 Feb 2013 1:29 AM
Jump to post Thread: Ext.BindMgr is undefined by amist
- Replies
- 3
- Views
- 211
what i want to do is to bind store data to show panel in run time
Store data load in case of click on row in gride panel
stock_store = Ext.create(
'Ext.data.Store', {
type: -
31 Jan 2013 2:36 AM
Jump to post Thread: Ext.BindMgr is undefined by amist
- Replies
- 3
- Views
- 211
Hi All,
I need help in my app.
When i click on panel record i need some details on this record display in show panel
i face this problem
TypeError: Ext.BindMgr is undefined
Error area
... -
29 Jan 2013 3:58 AM
- Replies
- 5
- Views
- 611
Thank you mohaskuar very much, it works fine now
-
28 Jan 2013 1:57 AM
- Replies
- 5
- Views
- 611
Thank you very much for your replay put still the same error
listeners: {
'afterrender': function(panel) {
panel.body.on('click',... -
28 Jan 2013 1:03 AM
- Replies
- 5
- Views
- 611
Hi,
I am using gride panel, i need to select cell value in row selected . But it throws errors getSelectionModel() is not afunction .
i made the listener afterrender event
... -
28 Nov 2011 2:36 AM
Jump to post Thread: Remote comboBox data filtering by amist
- Replies
- 7
- Views
- 857
You are absolutely right, many thanks Mr. Skirtle.
Thanks again. -
28 Nov 2011 1:02 AM
Jump to post Thread: Remote comboBox data filtering by amist
- Replies
- 7
- Views
- 857
Thanks Mr. skirtle for your efforts,
But when i get rid listeners and type queryParam didn't happen anything, the request not sent via Firebug consol.
i wrote it in comboBox
..
.
.... -
21 Nov 2011 11:56 PM
Jump to post Thread: Remote comboBox data filtering by amist
- Replies
- 7
- Views
- 857
Thanks For you,
Ok i write extra code in my back office page which retrieve my data companies.
But, the filtering data has been returned right in my combo for one second then the combo do quering... -
21 Nov 2011 12:38 AM
Jump to post Thread: Remote comboBox data filtering by amist
- Replies
- 7
- Views
- 857
Hi all,
I displayed names of companies with its id in comboBox (remote mode), Does comboBox data filtering is a built in function ? or it needs extra code to retrieve this filtering data.
Thanks -
31 Oct 2011 12:32 AM
- Replies
- 2
- Views
- 718
anybody help please i need this urgently.
-
30 Oct 2011 4:51 AM
- Replies
- 2
- Views
- 718
I am interested in Feed viewer example, how can i got the javascript files for this example ?
If nobody have an answer in this issue, can any one tell me how can i contact with official someone in... -
26 Oct 2011 12:09 AM
Jump to post Thread: auto expand comboBox by amist
- Replies
- 3
- Views
- 922
Hi All,
I don't know why doesn't anyone from sencha community want to help me in my problem :( i spent three days to investigate this problem, i sent my question more than once.
what all i need... -
25 Oct 2011 5:37 AM
Jump to post Thread: auto expand comboBox by amist
- Replies
- 3
- Views
- 922
I has been sloved question number 1 by using below code after load my store
this.focus();
this.expand();
so my comboBox code now as following: -
25 Oct 2011 3:58 AM
Jump to post Thread: auto expand comboBox by amist
- Replies
- 3
- Views
- 922
if my two questions are not clear what i want to achieve is thing like this example
http://dev.sencha.com/deploy/ext-4.0.0/examples/form/forum-search.html
i achieved half of the target, in sencha... -
25 Oct 2011 1:47 AM
Jump to post Thread: auto expand comboBox by amist
- Replies
- 3
- Views
- 922
Hi all,
I have a combobox live search about my companies, i success to filter the displayed companies based on the user input.Also when user select any company from the list it shows all company... -
24 Oct 2011 12:58 AM
- Replies
- 0
- Views
- 356
I want to ask small question in my Live Search example using comboBox.
this is true to pass query string variable to store
onKeyUp:function()
{
var combo... -
24 Oct 2011 12:05 AM
- Replies
- 5
- Views
- 8,251
I know that is very late but i have a problem in my comboBox live search value which return undefind
this.getEl().dom.value
can you help me in this issue, my js code as
... -
23 Oct 2011 6:23 AM
- Replies
- 2
- Views
- 607
Any help in this issue please
-
23 Oct 2011 1:34 AM
- Replies
- 2
- Views
- 607
i have an error when get value from comboBox this.getEl().dom.value is undefind
if i used EXt.get('selectedCompanyName1').getEl().dom.value also undefind
so what is the suitable solution to get... -
18 Oct 2011 6:11 AM
- Replies
- 11
- Views
- 1,478
This mean that there is an error in my proxy.
I want to add that the grid doesn't sort ASC or DESC the data have been displayed as the same order as server data.
Thanks -
18 Oct 2011 5:03 AM
- Replies
- 11
- Views
- 1,478
now the gride display my streamer data but there is no any paging which mean all the 218 records are displayed in one time not 50 record at a time so what the missing?
Thanks,
Results 1 to 25 of 34
