Search Type: Posts; User: adrianbj
Search: Search took 0.01 seconds.
-
4 May 2012 3:18 PM
- Replies
- 1
- Views
- 530
Greetings to All, I have a window that displays a grid which contains a remote store, according to the examples I saw it set to be infinite, however when I move the scroll in the grid that does not...
-
28 Dec 2011 8:10 AM
- Replies
- 1
- Views
- 590
If we want to show the value of multiple columns in a combobox displayField only thing we have to do is put curly braces in the separation of the fields as shown here:
displayField: "code} - {... -
9 Nov 2011 2:14 PM
Jump to post Thread: Grid inside a Form by adrianbj
- Replies
- 3
- Views
- 491
If you would like to associate a model to itemselector, so that the right items on the list are those that are saved as would be the implementation. That would be my great doubt.
-
8 Nov 2011 7:20 PM
Jump to post Thread: Grid inside a Form by adrianbj
- Replies
- 3
- Views
- 491
Thanks so much. sorry i didn't look at the examples.
-
8 Nov 2011 12:41 PM
Jump to post Thread: Grid inside a Form by adrianbj
- Replies
- 3
- Views
- 491
Greetings Comrades,
I have a form where you want to display two lists between which items I want to spend.
The idea is that the user selects a set of words in a list and locate in another list. ... -
28 Oct 2011 2:25 PM
- Replies
- 5
- Views
- 658
Your Welcome. The code is simple and i resolve my problem that was only syntaxis in the json stream... jeje
-
27 Oct 2011 3:45 PM
- Replies
- 2
- Views
- 3,023
Thanks Evan,
Apparently it was a typical mistake layer 8 = P -
27 Oct 2011 8:13 AM
- Replies
- 2
- Views
- 3,023
Greetings to All.
Follow the example in http://docs.sencha.com/ext-js/4-0/#!/example/tree/treegrid.html
I want to make an ajax call to a Java method that returns a json object, that I can do... -
26 Oct 2011 4:09 PM
- Replies
- 5
- Views
- 658
If I send a string with json format the tree grid panel doesn't read it. And I try to send it a StreamResponse with a JSONObject but it fails...
-
26 Oct 2011 1:57 PM
- Replies
- 5
- Views
- 658
Ext.require([
'Ext.data.*',
'Ext.grid.*',
'Ext.tree.*'
]);
Ext.onReady(function(){
Ext.define('Arbol',{
extend: 'Ext.data.Model',
fields: [
... -
26 Oct 2011 1:55 PM
- Replies
- 5
- Views
- 658
var store = new Ext.data.TreeStore( {
model: 'Arbol',
proxy: {
type: 'ajax',
url:'index.gettreegriddata' // this is the url of the tapestry service thath... -
26 Oct 2011 1:51 PM
- Replies
- 5
- Views
- 658
I have a GridPanel and want it to be filled through an ajax call to a service of Tapestry. According to the example that is in http://docs.sencha.com/ext-js/4-0/ #! / Example / tree / treegrid.html...
-
24 Oct 2011 11:50 AM
- Replies
- 8
- Views
- 1,314
Probe with that code and still does not work. I guess it must be a framework problem or something .. Because I have seen many examples and it works, but for some reason the focus is not working ......
-
24 Oct 2011 10:33 AM
- Replies
- 8
- Views
- 1,314
Everything is done with a framework for ExtJS, called CCI that is already implemented,
That's why I focused only on the part of the "MixedCollection" you said before, and how to capture the whole... -
24 Oct 2011 10:31 AM
- Replies
- 8
- Views
- 1,314
Todo esta hecho con un framework para ExtJS, llamado CCI que ya esta implementado,
Es por eso que me enfoque solo en la parte del "MixedCollection" que dijiste antes, y en la forma de capturar el... -
24 Oct 2011 10:23 AM
- Replies
- 8
- Views
- 1,314
Thanks again for your help,
What happens is I use a framework that encapsulates many of the statements made in ExtJS and in the backend i have jpa, that is the reason for the model property and why... -
24 Oct 2011 9:57 AM
- Replies
- 8
- Views
- 1,314
Yes, the specialkey event is fired, because when i replace the .focus by .hightlight it works.
Then, the second question. If I want to do it that way, as it should? -
23 Oct 2011 12:39 PM
- Replies
- 8
- Views
- 1,314
Hello partners:
I'm trying to override de enter key instead Tab key as navigation key on a form. What I do is to catch the enter key and then set the focus into the next field in the form, but... -
21 Oct 2011 2:16 PM
Jump to post Thread: Ext.get(id).focus doesn't work. by adrianbj
- Replies
- 1
- Views
- 554
Saludos Cordiales,
Tratando de emular el enter en lugar del Tab para navegar en un form, estoy capturando el evento enter y luego seteando el focus en el siguiente elemento del formulario. El...
Results 1 to 19 of 19
