Search Type: Posts; User: kivras
Search: Search took 0.02 seconds.
-
30 Dec 2012 8:56 AM
- Replies
- 14
- Views
- 7,071
Let me add something missing to pk69's solution that worked for me.
Although the nested store is inside the parent store calling the Definition.fieldDefinitions(); function.
This data is not... -
29 Dec 2012 5:30 AM
- Replies
- 3
- Views
- 637
No this isn't a solution.
There will be many cases that i will need to send nested Json Objects on a call, for various reasons. -
28 Dec 2012 4:21 PM
- Replies
- 3
- Views
- 637
I have the exact same problem!
I wonder why there is so little support for nested models, when it is a frequent problem.
Also i can get the nested models store by calling ... -
20 Nov 2012 9:50 AM
- Replies
- 1
- Views
- 170
Although i have achieved the desired functionality i am in search of the recommended best practice.
I have this JSON
{
"sessionDetails":{
id:"1804",
... -
12 Nov 2012 4:21 AM
Jump to post Thread: Switching between views in ExtJS by kivras
- Replies
- 8
- Views
- 1,400
Ok issue solved.
I had to place my custom panel inside an items attribute.
{
itemId:'billingInfoCard',
items:[
... -
12 Nov 2012 4:01 AM
Jump to post Thread: Switching between views in ExtJS by kivras
- Replies
- 8
- Views
- 1,400
Important code is on Bold
The controller
Ext.define('chronobiller.controller.ClientTab',{
extend:'Ext.app.Controller',
init:function(){
this.control({
... -
11 Nov 2012 2:55 PM
Jump to post Thread: Switching between views in ExtJS by kivras
- Replies
- 8
- Views
- 1,400
I get the same error (Object has no method 'fireEvent') when trying to switch card's if i define a constructor on that card.
Also when i replace the constructor of that card with an initComponent... -
8 Nov 2012 5:21 PM
Jump to post Thread: [CLOSED]Big icons & big buttons by kivras
- Replies
- 14
- Views
- 4,301
With the answer marked as best i had an important issue.
The button text appeared in the wrong position (Left button at Picture) (Behind the icon . The position it was configured to be using the... -
8 Nov 2012 5:03 PM
Jump to post Thread: [CLOSED]Big icons & big buttons by kivras
- Replies
- 14
- Views
- 4,301
I tried many suggestions none worked the way i wanted, also i didn't want to mess with core code, and sass.
I figured out my way of adding a 80x80 icon and making a 120x100 button with correct... -
6 Nov 2012 5:45 AM
Jump to post Thread: Inheriting items in parent classes by kivras
- Replies
- 4
- Views
- 734
Great Article!! Exactly what i was searching for thank you!
-
1 Nov 2012 5:28 PM
Jump to post Thread: Inheriting items in parent classes by kivras
- Replies
- 4
- Views
- 734
I have the exact same question but , what happens if i need to inherit class A items PLUS class B items.
So when defining lets say:
A-> Items: [{xtype:textfield}] ,
B->Items:[{xtype:button}],...
Results 1 to 11 of 11
