Search Type: Posts; User: Bleak
Search: Search took 0.03 seconds.
-
19 Apr 2013 9:50 AM
Jump to post Thread: GroupingView - rowIndex by Bleak
- Replies
- 3
- Views
- 228
I have implemented a solution to my problem. I have overridden the initTemplates function in the Ext.grid.GroupingView so that the starting group template now outputs an attribute indicating the...
-
16 Apr 2013 10:21 AM
Jump to post Thread: GroupingView - rowIndex by Bleak
- Replies
- 3
- Views
- 228
I've looked at doing that, but the problem is there doesn't seem to be a group index that I can reference. At least, not that I can see.
I appreciate the suggestion, I'll investigate it further... -
12 Apr 2013 11:06 AM
Jump to post Thread: GroupingView - rowIndex by Bleak
- Replies
- 3
- Views
- 228
I have two grids rendering off of the same Store, and both support the GroupingView.
What I am looking to know, is if the user clicks on a group header in the first grid it will toggle the group... -
18 Sep 2012 6:05 AM
- Replies
- 55
- Views
- 19,643
Great, thanks! This helps me tremendously.
-
20 Aug 2012 6:30 AM
- Replies
- 55
- Views
- 19,643
What is the status of this? As there been a fix released, I'm now on Chrome 21 and the fix suggested in this thread does not seem to work.
-
16 Jul 2012 10:08 AM
- Replies
- 5
- Views
- 768
Has there been any progress?
-
6 Jul 2012 6:23 AM
- Replies
- 5
- Views
- 768
I am running Chrome 20.0.1132.47
Is there a log somewhere I can review for the reported issues? -
5 Jul 2012 12:15 PM
- Replies
- 5
- Views
- 768
Recently I've noticed that Chrome no longer renders basic grids properly. All the rows seem to be a bit short. Check out these screen shots.
1. Internet Explorer (as well as Safari, Firefox)... -
14 Jun 2012 3:16 AM
Jump to post Thread: Getting a field from a form by Bleak
- Replies
- 4
- Views
- 648
Hi Pooja,
My concern with the daterange vtype is its dependency on the fields having an id set. I do not assign id's to any field, as all of my UI's can be instantiated multiple times.
If there... -
13 Jun 2012 10:56 AM
Jump to post Thread: Getting a field from a form by Bleak
- Replies
- 4
- Views
- 648
Never mind.. works as expected. Should be using setMinValue, not setMinDate...
One of those days. -
13 Jun 2012 10:52 AM
Jump to post Thread: Getting a field from a form by Bleak
- Replies
- 4
- Views
- 648
I'm not sure why I can not figure this out, but I have a form with a datepicker field on it. I simply want to get access to this field and have access to its methods. In this case, it is a...
-
13 Jun 2012 10:03 AM
- Replies
- 5
- Views
- 5,654
minValue: new Date() works ok for initial entry, but if it is part of a previously entered record and you load that form, the field becomes invalid since that date has passed.
If I wanted to... -
11 May 2012 12:15 PM
Jump to post Thread: GroupSummary Extension by Bleak
- Replies
- 0
- Views
- 277
Is it possible to use this summary to output the summary of a group but also a percentage of the total for the column across groups? Basically, If someone could show me how I could get the total for...
-
15 Mar 2012 10:10 AM
- Replies
- 2
- Views
- 760
That was it, i used overflow-x: scroll !important; in my css for that specific grid.
.portfolio-dashboard-left .x-grid3-scroller {
overflow-y: hidden !important;
overflow-x: scroll !important;... -
15 Mar 2012 10:03 AM
- Replies
- 2
- Views
- 760
Is it possible to have a grid reserve the space for a horizontal scrollbar?
Failing that, is it possible to always have the horizontal scrollbar enabled? Whether required or not? -
10 Feb 2012 6:57 AM
Jump to post Thread: HTMLEditor - Rendering Diasbled by Bleak
- Replies
- 3
- Views
- 555
I haven't been able to replicate it so far. It seems to only occur with Chrome as well, other browsers render it fine.
I've created htmleditors outside the fieldset on the same form and they all... -
10 Feb 2012 6:31 AM
Jump to post Thread: HTMLEditor - Rendering Diasbled by Bleak
- Replies
- 3
- Views
- 555
Hi All,
I use quite a few HTMLEditors in my application, but this one is behaving strangely. I have a tabpanel that contains quite a few tabs, and a few of them have htmleditors on them. The odd... -
7 Feb 2012 12:03 PM
Jump to post Thread: Adding to a Viewport by Bleak
- Replies
- 2
- Views
- 399
You are awesome, thank you.
-
7 Feb 2012 11:52 AM
Jump to post Thread: Passing control to a new Controller by Bleak
- Replies
- 3
- Views
- 1,046
Thanks, think I'll take this back to the drawing board.
-
7 Feb 2012 11:48 AM
Jump to post Thread: Adding to a Viewport by Bleak
- Replies
- 2
- Views
- 399
I have a standard viewport, which is basically empty. If I run this code, it properly adds the ui component and renders;
var Dashboard = Ext.create('Ext.Panel', {
xtype :... -
6 Feb 2012 10:00 AM
Jump to post Thread: Passing control to a new Controller by Bleak
- Replies
- 3
- Views
- 1,046
I figure I'll update this thread as I resolve some of my challenges. I would greatly appreciate any feedback or suggestions especially if anything that is being done is not best practice.
I... -
6 Feb 2012 9:20 AM
Jump to post Thread: Passing control to a new Controller by Bleak
- Replies
- 3
- Views
- 1,046
Hi All,
I have a simple User Login Controller, defined as;
Ext.define('MyApp.controller.Login',
{
extend : 'Ext.app.Controller', -
3 Feb 2012 11:48 AM
Jump to post Thread: Touch 2.0 - MVC Example by Bleak
- Replies
- 1
- Views
- 413
I've been looking around for a good tutorial that is relevant to 2.x that delves into an MVC example. From beginning to end, building from the app.js concept to the Model, View and Controllers the...
-
2 Feb 2012 4:29 PM
Jump to post Thread: Sencha Touch API Documentation by Bleak
- Replies
- 2
- Views
- 1,023
For sure, I understand that.
I only noticed as I was reviewing the API docs, while in a waiting room. -
2 Feb 2012 2:28 PM
Jump to post Thread: Sencha Touch API Documentation by Bleak
- Replies
- 2
- Views
- 1,023
It strikes me as curious that the API documents for sencha touch do not work properly on a touch device, scrolling is problematic. Just ironic I suppose!
Love the product though.
Results 1 to 25 of 120
