Search Type: Posts; User: webarnie
Search: Search took 0.09 seconds.
-
8 Jul 2011 11:27 AM
Jump to post Thread: [3.x] Ext.ux.MonthMenu by webarnie
- Replies
- 79
- Views
- 31,851
I think you are using the wrong xtype. I am attaching a working version using a panel. You must change 3 lines in the html to point to your extjs3 installation. I added a console.log for debugging...
-
8 Jul 2011 7:34 AM
Jump to post Thread: [3.x] Ext.ux.MonthMenu by webarnie
- Replies
- 79
- Views
- 31,851
could you please post, attach you code so i can see what you have done.
-
28 Jun 2011 9:52 AM
- Replies
- 2
- Views
- 1,400
If I defined my store as a grouping store as follows:
paymentStore = Ext.extend(Ext.data.GroupingStore, {
constructor: function(cfg) {
cfg = cfg || {};
... -
24 Jun 2011 4:31 AM
Jump to post Thread: [3.x] Ext.ux.MonthMenu by webarnie
- Replies
- 79
- Views
- 31,851
On the html page, there are 2 date pickers. Use the second one, regular picker. I changed the format to d M Y. You can change There is also a way to limit what dates you can pick. I have an...
-
22 Jun 2011 11:23 AM
Jump to post Thread: rowselect problem by webarnie
- Replies
- 1
- Views
- 811
Oaky so this was my bad. After reset the row I was clicking on was already selected, therefore rowselect function was never called. To fix the problem, in the re-set function I called...
-
22 Jun 2011 5:48 AM
Jump to post Thread: rowselect problem by webarnie
- Replies
- 1
- Views
- 811
I have an editorgrid (prPolicyPaymentsGrid) on a page with a row selection model, single select. I have a listener for on rowselect. When a row is selected, I prefill the payment amount with amount...
-
22 Jun 2011 4:45 AM
Jump to post Thread: [3.x] Ext.ux.MonthMenu by webarnie
- Replies
- 79
- Views
- 31,851
you should not have to modify the plugin. I am attaching a sample and if you put the sample on your C drive in a folder monthPicker all you should have to do is extaqct the code and run it. The...
-
20 May 2011 6:26 AM
- Replies
- 6
- Views
- 1,106
I finally solve the problem. First it helps to know what event you are trying to stop.
Problem: My group row has the usual group icons ( + -) plus 2 additional icon I added in the group renderer. ... -
18 May 2011 12:54 PM
- Replies
- 0
- Views
- 1,161
I defined a JSONStore and mapped my JSON data. Once I go beyond 3 layers deep, the store fails to load and no message is written to the console. The store was originally coed with designer and by...
-
28 Apr 2011 11:45 AM
Jump to post Thread: date not formating correctly by webarnie
- Replies
- 0
- Views
- 823
I am using a listview and displaying a date which is in the array store as 2010-03-12-05:00, the store definition for this field is:
{
name : 'processDate',
allowBlank : false,... -
22 Apr 2011 4:28 AM
- Replies
- 1
- Views
- 1,600
I am using a JSON store to parse complex JSON data and simplify it placing the simplified data in either an array or grouping store. I am doing this because Extjs widgets do not appear to be able to...
-
11 Apr 2011 8:21 AM
- Replies
- 0
- Views
- 1,047
JSON structures can be complex, objects containing other objects. An example would be a customer that has many accounts, the structure could have one customer object and multiple account structures....
-
11 Apr 2011 7:39 AM
Jump to post Thread: extjs version 4 supported? by webarnie
- Replies
- 1
- Views
- 1,024
Does Extjs designer support Extjs version 4? If not when will it be supported?
-
8 Apr 2011 8:33 AM
- Replies
- 0
- Views
- 809
The examples that come with extjs use simple json structures. JSON structures can be complex. I have been told by the architect to expect complex JSON structures. I changed the data and store to...
-
6 Apr 2011 12:07 PM
- Replies
- 1
- Views
- 1,618
In extjs designer when coding a store how do you code complex json structures? I am going to attach a sample json file with a complex structure. I need to hook it up to a combo box first and just...
-
1 Apr 2011 12:35 PM
Jump to post Thread: XTemplate for a combo box by webarnie
- Replies
- 20
- Views
- 3,146
if i have multiple components on a page that requires different filtering, i have to define separate store.
I have 3 components on a page that use the same data, the components display different... -
1 Apr 2011 8:49 AM
Jump to post Thread: Cell editing? by webarnie
- Replies
- 1
- Views
- 684
I need to be able to turn on and off editing for particular cells. Reviewing the documentation, this functionality appears to be available for column and cannot be done on a cell level. Is there a...
-
28 Mar 2011 11:52 AM
Jump to post Thread: rowEditor uncaught TypeError by webarnie
- Replies
- 1
- Views
- 1,197
I am using a roweditor on a page. One of the columns is a combo box and first time in everything works fine. If I close the page and come back in, the initiliztion logic is not run and as a result...
-
25 Mar 2011 11:56 AM
- Replies
- 0
- Views
- 1,801
I am using a combo box and obtaining the options from html the same way the example edit-grid that comes with extjs does it. Opening the page the first time everything works fine. Opening the page...
-
25 Mar 2011 6:17 AM
- Replies
- 0
- Views
- 806
I have 2 datefield on a page and based on a condition I need to set the date to the current data and disable the control (setReadOnly). When the option is unselected, one of the datefield is not...
-
24 Mar 2011 10:19 AM
Jump to post Thread: XTemplate for a combo box by webarnie
- Replies
- 20
- Views
- 3,146
The xtemplate takes the nickname and concatenates it with ** and the last 4 digits of the account number. If the nickname is myBank and the card number is 4111111111111111, the value is...
-
24 Mar 2011 7:43 AM
Jump to post Thread: XTemplate for a combo box by webarnie
- Replies
- 20
- Views
- 3,146
The xTemplate is working great but there are some problems. When the combo box is expanded, the values display as expected, however, when a value is chosen, I do not get the value created by the...
-
23 Mar 2011 8:14 AM
- Replies
- 1
- Views
- 577
I needed to add a RowSeletionModel to an editorgrid and do not see how you can add this in designer. Am I missing something or is this not supported? If this is not supported, the only way I can...
-
22 Mar 2011 6:14 AM
- Replies
- 0
- Views
- 683
I am using a calendar, datefield on a page. I need to limit the days of the month 01-28. I think I need to use a masker but I am not good with regular expressions. In designer I tried setting...
-
21 Mar 2011 12:11 PM
Jump to post Thread: RowEditor problem CSS IE 8 by webarnie
- Replies
- 1
- Views
- 870
my error. I was missing style sheets. Once added everything works fine.
Results 1 to 25 of 97
