Search Type: Posts; User: ssamuel68
Search: Search took 0.03 seconds.
-
Yesterday 12:04 PM
- Replies
- 3
- Views
- 95
The problem is that my servlet is on glassfish and my app is on apache so, when I call my servlet it says is cross domain.
Thats why is not working.
I need a workaround here -
17 May 2013 6:12 AM
- Replies
- 3
- Views
- 95
I change my output to this:
Java:
out.print("{\"success\": true, \"message\":\"Test\"}");
The respnose from my servlet
43852
console.log(action);
43853 -
16 May 2013 2:33 PM
- Replies
- 3
- Views
- 95
Hi, Im having a problem getting the response from my servlet with the success.
mainForm.submit({
url: 'http://sam:8080/test.access.http/Test',
params:... -
25 Apr 2013 5:33 AM
Jump to post Thread: Grid Header(title) style by ssamuel68
- Replies
- 3
- Views
- 226
Thx @slemmon
I use the cls atribute on my grid and then add my custom cls like this:
Grid:
cls: 'gridTitle'
CSS: -
24 Apr 2013 11:07 AM
Jump to post Thread: ProgressBar text font/color by ssamuel68
- Replies
- 2
- Views
- 152
Thx @slemmon
I use the UI atribute on my progressBar
CSS:
.x-progress-progress1 .x-progress-bar {
border-right-color: #FF3D0D;
border-top-color: #FF3D0D; -
23 Apr 2013 10:32 AM
Jump to post Thread: Grid Header(title) style by ssamuel68
- Replies
- 3
- Views
- 226
Hi,
Its possible to change the grid title style? Like font, size, color, height.
Thx -
22 Apr 2013 6:16 AM
Jump to post Thread: ProgressBar text font/color by ssamuel68
- Replies
- 2
- Views
- 152
Hi,
I got a simple progress bar, but I want to change the font-size of the text. I know how to change the inside color but not the font-size / color of the text.
Thx -
12 Apr 2013 8:09 AM
Jump to post Thread: Add buton to grouping header by ssamuel68
- Replies
- 1
- Views
- 94
Hi,
Is possible to add an extjs button to a grouping header?
For now, my grouping code is this one:
var groupingFeature = Ext.create('Ext.grid.feature.Grouping',{
... -
14 Mar 2013 11:22 AM
Jump to post Thread: TreePanel autoscroll by ssamuel68
- Replies
- 1
- Views
- 108
Sorry,
On the parent I only add layout: 'fit' and that do the job. ....
How I mark this as answered? -
14 Mar 2013 7:21 AM
- Replies
- 5
- Views
- 237
My problem was that on my direct I set the number of parameters to 0, so in my controller I didnt receive the id of the node.
I change it to 1 and now I get the id of the node. -
14 Mar 2013 7:14 AM
Jump to post Thread: TreePanel autoscroll by ssamuel68
- Replies
- 1
- Views
- 108
Hi,
I'm having a problem with my treepanel.
On my first load the treepanel set the height to 300px for example. When I open a folder on my tree the height is still 300, son when it expand the... -
11 Mar 2013 1:17 PM
- Replies
- 5
- Views
- 237
I was using this example: http://docs.sencha.com/ext-js/4-1/#!/example/direct/direct-tree.html
But I dont have the back end code. -
11 Mar 2013 1:02 PM
- Replies
- 5
- Views
- 237
The code of the tree panel:
var store = Ext.create('Ext.data.TreeStore', {
root: {
expanded: true
},
proxy: {
type:... -
11 Mar 2013 12:56 PM
- Replies
- 5
- Views
- 237
Hi,
First I was loading a tree panel with the "full" json structure, but I need to load the tree asynchronous.
The new json now is like this:
[ {"text": "Empty", "path":... -
7 Mar 2013 6:23 AM
- Replies
- 20
- Views
- 1,289
All good now, the problem is that I was using the name file as the id, so, when the json has the same id twice it freezes.
I solve it not using the name as the id too =).
If anyone want the... -
5 Mar 2013 8:32 AM
- Replies
- 20
- Views
- 1,289
The console is showing this errors:
Uncaught TypeError: Cannot read property 'internalId' of undefined ext-all-dev.js:89891
Uncaught TypeError: Cannot read property 'internalId' of undefined... -
5 Mar 2013 8:31 AM
- Replies
- 20
- Views
- 1,289
Chrome on linux(ubuntu)
-
5 Mar 2013 8:09 AM
- Replies
- 20
- Views
- 1,289
The problem was the root of my response.
Now, the tree is showing, but when I try to expand or collapse the tree freezes.
Store
Ext.define('Test.store.FtpTree', {
extend:... -
5 Mar 2013 6:33 AM
- Replies
- 20
- Views
- 1,289
You were totally right, my json was wrong. I solve my json structure and now my response is json like.
'{
"children": [{
"id":... -
4 Mar 2013 3:43 PM
- Replies
- 20
- Views
- 1,289
Thanks again wojteks27,
Ok, my store looks like this:
Ext.define('Test.store.FtpTree', {
extend: 'Ext.data.TreeStore',
autoLoad: false, -
4 Mar 2013 5:21 AM
- Replies
- 20
- Views
- 1,289
Thanks wojteks27, I'm having problems returning the json, I'm working with java for the response and I return a json like yours but the tree is not showing up.
-
27 Feb 2013 1:06 PM
- Replies
- 20
- Views
- 1,289
Really the main porpuse is to show me the directory that I consult through a SSH request on java and I return a json with the structure
-
27 Feb 2013 1:04 PM
- Replies
- 20
- Views
- 1,289
Ok, I have a method that I access through a controller that returns me the folder structure (json).
How I convert that response to a tree store like.
Thx -
27 Feb 2013 12:42 PM
- Replies
- 20
- Views
- 1,289
Hi,
Is possible to show a tree panel from a folder path, for example: c:/ show all folders, subfolders and files?
Thx -
13 Feb 2013 5:26 AM
- Replies
- 1
- Views
- 207
Hi,
I have a buttom -> menu -> menuitem inside my grid with an editor. I have a handler to perform the action of each menuitem, but how can I get the column index of the menuitem I'm using.
Thx.
Results 1 to 25 of 66
