Search Type: Posts; User: Tchinkatchuk
Search: Search took 0.02 seconds.
-
14 Feb 2013 3:23 AM
- Replies
- 91
- Views
- 40,169
Hi all,
I don't know if it is the best place for this question but I can't find a way.
How could I launch an event (notification I have in my app) when extdirect symfony plugin receive an... -
20 Dec 2012 8:50 AM
- Replies
- 19
- Views
- 9,240
Well done mate !!
-
23 Nov 2012 6:14 AM
Jump to post Thread: [ TREE ] Big volume by Tchinkatchuk
- Replies
- 1
- Views
- 173
Hi all,
Is there an issue with tree and big volume json.
I have an issue while reloading my treestore.
While creating the node, it stops with : Uncaught TypeError: Cannot read property... -
23 Oct 2012 2:22 AM
- Replies
- 4
- Views
- 319
This works and not ^^
The first time i click on a field, the correct field (combo, textarea, ...) is shown.
But after thaht, all the filed will be the same for the oher cell on the same column... -
18 Oct 2012 11:11 AM
- Replies
- 4
- Views
- 319
You're the man !!
I'll try that as soon as possible. Great ! -
18 Oct 2012 5:49 AM
- Replies
- 4
- Views
- 319
Hi all,
I have a grid populating via a store.
Cell Editing Plugin works fine but edition i always done via a textfield.
But I would like to specifiy the field to be a checkbox for the row x, a... -
17 Oct 2012 11:45 PM
- Replies
- 12
- Views
- 3,529
NOTICE : I've changed all my code in order to delete the dataview and recreated it with the loaded store in it. This works cause the store is not reload after the dataview call.
Not the best but... -
17 Oct 2012 4:59 AM
- Replies
- 12
- Views
- 3,529
I do the store load in a controller event method.
I have a tree.
I control the itemclick on the nodes
When a node is clicked, the store is reloaded with the node id parameter.
I'll try to... -
16 Oct 2012 7:45 AM
- Replies
- 12
- Views
- 3,529
Hi.
You're right, it could be much easier.
I'll try to print my code properly and explain the results at the end.
Here's my panel and dataview file :
... -
16 Oct 2012 7:34 AM
- Replies
- 2
- Views
- 428
Thx.
I really thought I've tested it but ... noob style :) -
8 Oct 2012 8:38 AM
- Replies
- 12
- Views
- 3,529
hi @Daniil & thx for the help.
I have tried your tip but it does not work at all for me.
Without it, I do not see the drag selector but selection works.
With the proxy deletion, the selector... -
5 Oct 2012 6:46 AM
- Replies
- 12
- Views
- 3,529
I almost succeed by reassigning the store to the SelectionModel
/*** Filters are set ***/
mediasStore.load(
... -
4 Oct 2012 10:07 AM
- Replies
- 2
- Views
- 428
Hi all,
I succeed to do the same as the organizer but I need to be able to drag my images to more than one tree.
But in draggable config :
ddConfig :
{
... -
4 Oct 2012 2:40 AM
- Replies
- 12
- Views
- 3,529
Any news on this ?
On my controller method, I have a store load :
callback: function(records, operation, success)
{
this.getMediasDataview().refresh();... -
18 Sep 2012 1:24 AM
- Replies
- 2
- Views
- 398
The issue is that I need also 2 differents groups in order to allow drag and drop from grid A to grid B.
But I also need to drag & drop form B to B. -
13 Sep 2012 1:42 AM
- Replies
- 1
- Views
- 331
Hi all,
Does anyone has a clue on this.
I forgot to print my controller method
/*** A node has been moved ***/
onItemMove: function(aNode, aOldParent,... -
11 Sep 2012 2:25 AM
- Replies
- 7
- Views
- 7,613
Hi folks !
Did someone has an example with extjs4 ?
Anyway I will certainly try it and use it for my project. Extjs and Plupload are awesome stuff !!
Greetings to their teams ! -
6 Sep 2012 12:45 AM
- Replies
- 2
- Views
- 398
Hi folks,
I have two grids.
I succeed in setting drag & drop between the two grids' items. But I also need to enable drag & drop of items in the second grid so I could save the items position.
... -
3 Sep 2012 5:37 AM
- Replies
- 1
- Views
- 474
Edit : while collapsing the tab containing the htmleditor and load the formn it bugs too.
-
3 Sep 2012 5:35 AM
- Replies
- 1
- Views
- 474
Hi, there is s bug with ExtDirect - Html Editor and the collapsed status.
I explain.
I had a collapsed (initialization) tab panel. In one of this tab, there was a form with a load api.
While... -
2 Sep 2012 11:26 PM
- Replies
- 3
- Views
- 1,028
That's it.
You have to see the store as a collection of data resulting from a specific query, while the model will be the definition of your data fields types -
29 Aug 2012 2:03 AM
- Replies
- 0
- Views
- 263
Hi all,
I use the form api to retrieve data from a specific item id.
The extdirect call is well sent and return to/from the server, except my "data" parameter is always set to null.
I have tried... -
21 Aug 2012 6:55 AM
- Replies
- 6
- Views
- 1,764
Strangely, it orks if I declare the api like this :
constructor: function (config) {
Ext.applyIf(config, {
// defaults for configs that should be passed... -
21 Aug 2012 6:41 AM
- Replies
- 6
- Views
- 1,764
This is the code I have but no clue. still bugged
I have :
Ext.app.EXTDIRECT_API = {
"url":"\/extdirect.php\/dsExtDirect\/router",
"type":"remoting",
"actions":{
... -
20 Aug 2012 6:33 AM
- Replies
- 6
- Views
- 1,764
Hu !
Yes, my methods are presents and declared as
..."attribute":{"name":"update","len":1,"formHandler":true}...
Strange. I really do not understand what's wrong
Results 1 to 25 of 83
