Search Type: Posts; User: medley
Search: Search took 0.02 seconds.
-
20 Mar 2013 12:58 AM
- Replies
- 12
- Views
- 1,083
Hello,
My problem is solved.
With Extjs 4.1.1a, I had this code :
var navigation = me.getController('Navigation');
navigation.init(); -
19 Mar 2013 7:00 AM
- Replies
- 12
- Views
- 1,083
Hello,
I am using ExtJS 4.2.0 and I have the similar problem. The event is fired twice.
Regards
Medley -
27 Oct 2011 4:59 AM
- Replies
- 3
- Views
- 364
Charts not well displayed with a filtered store REQUIRED INFORMATION
Ext version tested:
Ext 4.0.7
Browser versions tested against:
Firefox 7, IE 8 -
9 Sep 2011 12:45 AM
Jump to post Thread: Change listener in form by medley
- Replies
- 3
- Views
- 973
I found this property "suspendCheckChange" which can have the value 0 or 1. It works but I don't know if I can use it..
Medley -
9 Sep 2011 12:42 AM
Jump to post Thread: Store multi-level by medley
- Replies
- 1
- Views
- 450
Hello,
I have a rest proxy which retrieves the following json :
{"service":
{"description":"Export a list of... -
7 Sep 2011 5:22 AM
Jump to post Thread: Change listener in form by medley
- Replies
- 3
- Views
- 973
Hello,
I have a grid and form. When I click on one row of the grid, the form is loaded with the selected record.
1 - When I change the value of one field, I disable the grid (see change event of... -
24 Aug 2011 6:21 AM
- Replies
- 4
- Views
- 1,165
I changed the reader from xml type to json type.
reader: {
type: 'json',
root: 'services'
}
And now it works with Chrome and Internet Explorer. -
23 Aug 2011 6:23 AM
- Replies
- 4
- Views
- 1,165
Hello,
I have a store defined like that :
Ext.define('EPplatosRegistry.store.Services', {
extend : 'Ext.data.Store',
model: 'EPplatosRegistry.model.Service', -
6 Jul 2011 5:21 AM
- Replies
- 1
- Views
- 605
Hello,
Did you solve your problem cause I have the same.
When I update a row, a create request is sent to the server.
Regards
Medley -
14 Jun 2011 1:29 AM
Jump to post Thread: Datastore and actiion.response by medley
- Replies
- 0
- Views
- 294
Hello,
I defined a model
Ext.define('Files',{
extend:'Ext.data.model',
fields : [
{name:'pathName', type:'String'},
{name:'fileName', type:'String'} -
24 Sep 2009 10:22 PM
Jump to post Thread: Buffering Http State Provider by medley
- Replies
- 393
- Views
- 124,265
Yes I defined my own id and stateId
Medley -
24 Sep 2009 6:52 AM
Jump to post Thread: Buffering Http State Provider by medley
- Replies
- 393
- Views
- 124,265
Hello,
I added this code to define the provider :
Ext.state.Manager.setProvider(new Ext.ux.state.HttpProvider({
url:'torisManagementAction.do?action='+ ... -
14 Aug 2009 1:34 AM
Jump to post Thread: JsonStrore from a string by medley
- Replies
- 3
- Views
- 745
Thank you for the answers.
I saw my mistake. :) . It is working well now.
Medley -
13 Aug 2009 11:41 PM
Jump to post Thread: JsonStrore from a string by medley
- Replies
- 3
- Views
- 745
Hello,
I have a JSON string
json = '{results:1,list:[{"messageType":"confirmation","message":"Batch (2008)0031(002-002) created and available in tab New AM... -
9 Jun 2009 1:37 AM
Jump to post Thread: Hide a column in the header by medley
- Replies
- 3
- Views
- 936
Thanks. It works well now.
Medley -
9 Jun 2009 12:47 AM
Jump to post Thread: Tooltip data from ajax request by medley
- Replies
- 3
- Views
- 1,010
Hello,
I have a column in a grid with a render function (fnRenderSignataire) to add the tooltip capability. The data 'val' comes from the store.
function fnRenderSignataire(val, p,... -
9 Jun 2009 12:39 AM
Jump to post Thread: Hide a column in the header by medley
- Replies
- 3
- Views
- 936
Hello,
I would like to hide a column in the header. But it always appears. (see attachement)
columns: [{
dataIndex: 'grouping',
sortable: false,
... -
14 May 2009 11:25 PM
Jump to post Thread: problem with Json by medley
- Replies
- 4
- Views
- 794
Thanks for all. You helped me a lot.
Medley -
14 May 2009 6:43 AM
Jump to post Thread: problem with Json by medley
- Replies
- 4
- Views
- 794
Thanks. It's working. :)
{
name: 'aDocumentNbr',
mapping: 'torisDocument.ADocumentNbr'
}
I would like to concat the datas from this part of Json in one field. -
14 May 2009 6:03 AM
Jump to post Thread: problem with Json by medley
- Replies
- 4
- Views
- 794
Hello,
I created a record for the json (see below). I tried this :
var receivedAMRecord = Ext.data.Record.create(['amdId', {name: 'amdNbr',
type: 'float'
},... -
13 May 2009 7:07 AM
- Replies
- 28
- Views
- 22,363
Hello,
I did something similar but I added this 'ext:hide=false' to have a close button.
I have a tabpanel. If the tooltip is opened and I changed tab, it stays opened.
function... -
16 Apr 2009 6:25 AM
Jump to post Thread: accordion with fields by medley
- Replies
- 4
- Views
- 725
Here is the error :
this[a] is null
DomHelper()("body", div.x-panel-mc)ext-all.js (line 9)
DomHelper()(Object dom=div#ext-gen306.x-panel-body id=ext-gen306, null)ext-all.js (line 9)... -
16 Apr 2009 5:44 AM
Jump to post Thread: accordion with fields by medley
- Replies
- 4
- Views
- 725
still the same error
Here is the rest of the code
var commentForm = new Ext.FormPanel({
labelWidth : 60,
bodyStyle : 'padding:10 0 0 10 ',
title : title, -
16 Apr 2009 4:51 AM
Jump to post Thread: accordion with fields by medley
- Replies
- 4
- Views
- 725
Hello,
I tried to make a panel. In this panel, i wanted to include an accordion with 2 fields (textarea). But I have an error.
var accordionPanel = new Ext.FormPanel({
labelWidth:... -
9 Feb 2009 8:48 AM
Jump to post Thread: Grid Search Plugin by medley
- Replies
- 1,023
- Views
- 363,472
Yes, It works well.
As you wrote it, it was a problem of css.
Medley
Results 1 to 25 of 117
