Search Type: Posts; User: larini
Search: Search took 0.01 seconds.
-
14 Mar 2013 9:18 AM
Jump to post Thread: Extjs 4.2 bug? by larini
- Replies
- 3
- Views
- 344
In my case, the id property is an empty string: ""
-
14 Mar 2013 4:06 AM
Jump to post Thread: Bug in 4.2 by larini
- Replies
- 1
- Views
- 233
After installing new Extjs 4.2, I found that the "save" method of a model stops to work.
I found a minor difference between "buildUrl" in this version:
4.1:
if (me.appendId && id)
4.2:... -
14 Mar 2013 3:33 AM
Jump to post Thread: Extjs 4.2 bug? by larini
- Replies
- 3
- Views
- 344
After installing new Extjs 4.2, I found that the "save" method of a model stops to work.
I found a minor difference between "buildUrl" in this version:
4.1:
if (me.appendId && id)
4.2:... -
8 Feb 2013 4:16 AM
- Replies
- 1
- Views
- 89
Hi, my windows will almost have a form to edit fields, and a grid to list a filtered records from this table.What is the best practices to make this with a rest server ?Thanks.
-
30 Nov 2012 3:21 AM
- Replies
- 2
- Views
- 222
In your case, you are always returning "color" class for this column. In my case, I'm doing something like:
getClass: function () {
if (....)
return 'color';
else
... -
29 Nov 2012 11:21 PM
- Replies
- 2
- Views
- 222
Hi, I'm using the code below, to set the css class for an action column.
But even if the result is null, some elements are inserted by extjs.
getClass: function(v, meta, data) {
... -
21 Nov 2012 7:56 AM
Jump to post Thread: Binding combobox to a inner object by larini
- Replies
- 5
- Views
- 434
Ok, but I thought that was an automatic way to do that. Something that runs after a form load and fills the store automatically.
-
21 Nov 2012 4:29 AM
Jump to post Thread: Binding combobox to a inner object by larini
- Replies
- 5
- Views
- 434
I already tried this, but is not working. It looks like there must be a stored already defined in the combobox. How I must declare the combobox control ?
-
20 Nov 2012 10:14 AM
Jump to post Thread: Binding combobox to a inner object by larini
- Replies
- 5
- Views
- 434
Hi, this is my json from server:
[
{
"consulta_id": 23752,
"convenio_id": 1,
"data": "2012-07-11",
"id": 36569,
"paciente": {
"nome": "Alvasole", -
24 Jul 2012 11:42 AM
Jump to post Thread: Bug in z-index by larini
- Replies
- 5
- Views
- 979
Formating:
REQUIRED INFORMATIONExt version tested:
Ext 4.1.1
Browser versions tested against:
Any one. -
23 Jul 2012 12:20 PM
Jump to post Thread: Bug in z-index by larini
- Replies
- 5
- Views
- 979
Well, feels like a bug, any way..
-
23 Jul 2012 10:46 AM
Jump to post Thread: Bug in z-index by larini
- Replies
- 5
- Views
- 979
Not in this case.
I will have a Icon menu, that flys over the rest of screen:
http://www.sencha.com/forum/attachment.php?attachmentid=37379&d=1342806840 -
23 Jul 2012 9:56 AM
Jump to post Thread: Bug in z-index by larini
- Replies
- 5
- Views
- 979
Hi, there is a bug (I think) in the ext-all.css file.
the class:
.x-docked{
position:absolute!important;
z-index:1
}
Should be: -
23 Jul 2012 2:40 AM
- Replies
- 3
- Views
- 518
This is a bug or not?
-
23 Jul 2012 12:34 AM
- Replies
- 3
- Views
- 518
I found that the problem is in the ext-all.css file.the z-index property in the class:.x-docked{ position:absolute!important; z-index:1}seems to be the problem. If I change to zero, it works.
-
20 Jul 2012 9:55 AM
- Replies
- 3
- Views
- 518
Hi, I don't know if this is a bug or not, but it looks strange:
I'm using absolute layout.
37379
Results 1 to 16 of 16
