Search Type: Posts; User: proofmoore
Search: Search took 0.02 seconds.
-
20 Jun 2012 6:56 AM
Jump to post Thread: openlayers map in panel by proofmoore
- Replies
- 4
- Views
- 781
thanks a lot. I will study the code;)
-
20 Jun 2012 1:13 AM
Jump to post Thread: openlayers map in panel by proofmoore
- Replies
- 4
- Views
- 781
Hello. I am trying to show map in a tab panel. I hope to add the "mappanel" below as an item in the main tab panel. All I could figure out is below. I added the Openlayers.mobile js lib in the...
-
1 May 2012 12:24 PM
Jump to post Thread: space between label and combo by proofmoore
- Replies
- 1
- Views
- 352
in the form panel how can i change the space between a combobox and it's label. it's wider than i need.
-
24 Nov 2011 6:43 AM
- Replies
- 1
- Views
- 763
the comboboxes in the pictures are from the same gui in different browsers.
what do you think the possible problem is?(Ext JS Library 3.3.1)
29541 29542 29543 -
21 Oct 2011 1:31 AM
Jump to post Thread: please show me a way by proofmoore
- Replies
- 4
- Views
- 716
i concern about speed. i am not sure and asking which way would be faster, because in my project a user can use this menu over and over for different countries.
-
21 Oct 2011 1:13 AM
Jump to post Thread: please show me a way by proofmoore
- Replies
- 4
- Views
- 716
my need is to have comboboxes to do a thing like selecting countries and cities. when a country is selected in the first combo second combo should only show the cities which belong to that country. i...
-
20 Oct 2011 1:26 PM
Jump to post Thread: linked combobox by proofmoore
- Replies
- 5
- Views
- 560
i can't manually give it because i dont know what ll be selected. second combo should only show the orders which belongs to selected user. i think i am in the wrong way. I ll appreciate it if you can...
-
20 Oct 2011 1:15 PM
Jump to post Thread: linked combobox by proofmoore
- Replies
- 5
- Views
- 560
i want to know if i can use this json data for 3 linked comboboxes as first combobox show the user name, second combo show the selected user's order and third combo show the product name of the order
-
20 Oct 2011 1:00 PM
Jump to post Thread: linked combobox by proofmoore
- Replies
- 5
- Views
- 560
I need a linked combobox showing jsondata. Can you tell me (if there is) a way to
use this example (http://all-docs.info/extjs4/docs/api/Ext.data.Reader.html) for this manner? For example first... -
20 Sep 2011 11:45 PM
Jump to post Thread: tabpanel, button with tabs by proofmoore
- Replies
- 2
- Views
- 787
thanks a lot, i think now i can do what i want but i wish i could do this while designing with extdesigner
-
20 Sep 2011 11:21 PM
Jump to post Thread: In tab how to set link by proofmoore
- Replies
- 7
- Views
- 645
there are different ways shown here. http://www.marcusschiesser.de/?p=113
-
20 Sep 2011 11:06 PM
Jump to post Thread: In tab how to set link by proofmoore
- Replies
- 7
- Views
- 645
tab is already a link. if you want tab to show a page inside than you should render the page(html/jsp/php..)inside of the panel which already belongs to related tab.
-
20 Sep 2011 6:54 AM
Jump to post Thread: In tab how to set link by proofmoore
- Replies
- 7
- Views
- 645
i do this like this:
{
xtype: 'tabpanel',
....
listeners: {
beforecardswitch: function(cnt, newCard, oldCard, index,... -
20 Sep 2011 6:15 AM
Jump to post Thread: tabpanel, button with tabs by proofmoore
- Replies
- 2
- Views
- 787
28164
Is there a way to use this area for buttons and extra stuff? (i want my login button and a few more button to be in the other side of tabs. I thought about using tab as a button but it would... -
9 Sep 2011 12:38 AM
Jump to post Thread: need advice for combobox by proofmoore
- Replies
- 2
- Views
- 674
in my extjs project i am going to use combo boxes in different panels for the same purpose. shall i declare a different combo box with their stores for each panel again and again, or write as a...
-
11 Aug 2011 3:39 AM
Jump to post Thread: desktop in tabpanel by proofmoore
- Replies
- 0
- Views
- 415
i want one tab in the tabpanel to show extjs desktop.
i already have a desktop.jsp page which shows ext destop correctly but when i put this jsp in tabpanel as in the code,it doesn't work.
... -
16 Jun 2011 10:51 PM
- Replies
- 2
- Views
- 673
if you add
defaults: {
xtype: "container",
},
to your card container, you can reach any input from any card. -
16 Jun 2011 10:46 PM
Jump to post Thread: app.getDesktop problem by proofmoore
- Replies
- 2
- Views
- 1,443
any idea?
-
16 Jun 2011 5:09 AM
Jump to post Thread: app.getDesktop problem by proofmoore
- Replies
- 2
- Views
- 1,443
MyDesktop = new Ext.app.App({
init :function(){
Ext.QuickTips.init();
},
getModules : function(){
return [
new MyDesktop.QueryModule(),
new... -
18 Apr 2011 2:59 AM
Jump to post Thread: card layout problem by proofmoore
- Replies
- 1
- Views
- 503
activeItem: 0, but all items(panels) are being showed one under the other. i use the same code for a different panel and it works perfectly. what can the reason be?
-
5 Apr 2011 3:56 AM
Jump to post Thread: extending combobox by proofmoore
- Replies
- 3
- Views
- 677
very simple thank you
-
5 Apr 2011 3:34 AM
Jump to post Thread: extending combobox by proofmoore
- Replies
- 3
- Views
- 677
i have a combobox and i want to use it in different panels in the same card layout. i dont want to define all properties again. can i extend one from another? because i also use the combo in other...
-
30 Mar 2011 3:07 AM
- Replies
- 2
- Views
- 787
thank you.
-
30 Mar 2011 1:00 AM
- Replies
- 2
- Views
- 787
i dont want the user to manually expand/collapse the panel with the button on the top right. it'd better not to show the button at all. i will do it when user takes the action.
-
17 Mar 2011 5:04 AM
Jump to post Thread: messagebox by proofmoore
- Replies
- 1
- Views
- 538
var msg = function(title, msg){
Ext.Msg.show({
title: title,
msg: msg,
minWidth: 200,
modal: true,
icon: Ext.Msg.INFO,
...
Results 1 to 25 of 46
