Search Type: Posts; User: eladc
Search: Search took 0.02 seconds.
-
22 Nov 2012 4:52 AM
Jump to post Thread: build for production by eladc
- Replies
- 1
- Views
- 139
Is there a way to create a couple of views in app.js?
I have a site that build in html and i want to add Sencha into it. for examle I added three grids to a page,
every grid is rendered into a... -
21 Nov 2012 7:52 AM
- Replies
- 5
- Views
- 550
as far as i know you have to trigger the load event and only that updates the combobox
-
21 Nov 2012 7:43 AM
- Replies
- 3
- Views
- 351
I have the same problem. but i can't render it in one view because i render each view to another component in a page by the component id.
Does anybody from Sencha have a solution? or is it a bug? -
13 Sep 2012 6:50 AM
Jump to post Thread: CheckboxModel and grid by eladc
- Replies
- 6
- Views
- 408
I found the solution to my problem. i toke the x-grid-row-selected and define the background color as white. I defined a new class with a background-color different then white. I added a listener to...
-
13 Sep 2012 6:07 AM
Jump to post Thread: CheckboxModel and grid by eladc
- Replies
- 6
- Views
- 408
yes. i tried it but when i added the plugin. The check box column doesn't show. i don't know why.
i defined the grid like this:
Ext.define('Insightera.view.MicroSegmentsGrid',{
extend:... -
12 Sep 2012 11:23 PM
Jump to post Thread: CheckboxModel and grid by eladc
- Replies
- 6
- Views
- 408
thank you. but thats not what i'm looking for. i'm want to select a row only when i click that row and select the check box only when i click on the check box.
i don't want the row to be selected... -
12 Sep 2012 9:11 AM
Jump to post Thread: CheckboxModel and grid by eladc
- Replies
- 6
- Views
- 408
Hi,
Does anybody knows how i can separate between clicking on check box event to clicking on
the row. the problem is i want to select a row only when i click on the row. when i click the check... -
24 Jul 2012 10:36 PM
- Replies
- 3
- Views
- 549
var store = Ext.create('Ext.data.JsonStore', {
fields: ['name', 'data1', 'data2', 'data3', 'data4', 'data5','data6','data7','data8'],
data: [
{ 'name': 'metric one', 'data1': 10,... -
24 Jul 2012 7:49 AM
- Replies
- 3
- Views
- 549
REQUIRED INFORMATION
Ext version tested:
Ext 4.1 rev
Browser versions tested against:
IE7
IE8
FF14
Safari 5.1.7 -
11 Jul 2012 2:29 AM
Jump to post Thread: Time axes in line chart by eladc
- Replies
- 2
- Views
- 367
I managed to solve it. If there is only one record in the the store the chart don't redraw with the right data,
you have to add fromDate config in order for it to work.
Thank you for you... -
10 Jul 2012 8:10 AM
- Replies
- 0
- Views
- 251
is it possible to change the date format in a chart dynamically?
I tried all day to do that by changing the config in the time axis, by replacing the axis with another one, and more.
It's a... -
10 Jul 2012 6:04 AM
- Replies
- 8
- Views
- 1,012
No. There was jquery and Sencha code collision. now it's workung fine for me so i live it that way
-
9 Jul 2012 11:35 PM
Jump to post Thread: Time axes in line chart by eladc
- Replies
- 2
- Views
- 367
Do you have a workaround time axes bug?
I tried to create a time axes with date format 'Y-m-d' and the chart don't show the information correct.
I even tried to edit the example you have in Sencha... -
9 Jul 2012 11:16 PM
- Replies
- 8
- Views
- 1,012
I put the Sencha code after the div and it works fine. When i put it in the header it doesn't work.
I will leave it like this for now.
Thanks -
28 Jun 2012 12:19 AM
- Replies
- 8
- Views
- 1,012
Hello,
I have a pie chart that works fine when it's on development but when i build it for production the chart doesn't appear on screen.
The chart is part of a build html page so i have to... -
27 Jun 2012 11:54 PM
Jump to post Thread: chart xfield by eladc
- Replies
- 3
- Views
- 528
All the files attached to this thread inside a zip file. This is a working example.
The chart is part of a build html page so a render the chart to a div inside this page, for the test case i put... -
27 Jun 2012 9:41 AM
Jump to post Thread: chart xfield by eladc
- Replies
- 3
- Views
- 528
I have a chart with two numeric axes. xField is by hours or days but it defines as numeric because of the data i get in the json. The yField is numeric as well
when i show the chart, if i have a... -
13 Jun 2012 7:58 AM
Jump to post Thread: Button size too large by eladc
- Replies
- 1
- Views
- 658
Hello,
I have a simple navigation view. i added a title bar with 2 buttons and a search field.
The problem is the refresh button on my page get width of 700px by default. i tried to change it by... -
10 Jun 2012 1:05 AM
Jump to post Thread: auto scroll by eladc
- Replies
- 3
- Views
- 744
Thanks Scott but that not what i'm looking for.
I enabled the autoscroll on the parent container but it still didn't help.
Is there a way to give the browser to do the scrolling like it usually... -
7 Jun 2012 6:47 AM
Jump to post Thread: auto scroll by eladc
- Replies
- 3
- Views
- 744
My Sencha application is inside a jsp file. I have in this page a header written in html without Sencha.
In the page i have 4 grids, 3 of them in one column. so when the page needs to have a... -
13 May 2012 10:48 PM
Jump to post Thread: Display Json hierarchy in gridpanel by eladc
- Replies
- 1
- Views
- 334
I want to display a nested json data in my gridpanel. How to display the nested json? what do write in the dataIndex configuration in the column?
I tried 'parent.child' and it didn't work at all....
Results 1 to 21 of 21
