Search Type: Posts; User: Michelangelo
Search: Search took 0.02 seconds.
-
1 Sep 2008 6:22 AM
Jump to post Thread: Simple Permission form by Michelangelo
- Replies
- 17
- Views
- 2,800
Not yet, but your solution produce this error:
[Exception... "'No center region defined in BorderLayout _sys_permissions' when calling method: [nsIDOMEventListener::handleEvent]" nsresult:... -
30 Aug 2008 12:03 AM
Jump to post Thread: Simple Permission form by Michelangelo
- Replies
- 17
- Views
- 2,800
Thanks guys for your support.
The problem is the data not shown and the height of the grid.
If I create in this way the container, the grid is visible and fit inside the window
... -
29 Aug 2008 12:28 PM
Jump to post Thread: Simple Permission form by Michelangelo
- Replies
- 17
- Views
- 2,800
I have already set the layout but it doesn't solve the problem
Ext.namespace("Application");
Application.Sys_Permissions = Ext.extend(Ext.Panel, {
border:false
,initComponent:function()... -
29 Aug 2008 11:49 AM
Jump to post Thread: Simple Permission form by Michelangelo
- Replies
- 17
- Views
- 2,800
Hi,
I am trying to create a gridpanel inside a panel or not?
var win = new Ext.Window({
id: 'mywin',
title: 'mytitle',
bbar: new Ext.StatusBar({ -
29 Aug 2008 11:09 AM
Jump to post Thread: Simple Permission form by Michelangelo
- Replies
- 17
- Views
- 2,800
Done, but the problem persists.
I don't understand what do u mean with this sentence.
thanks -
29 Aug 2008 9:36 AM
Jump to post Thread: Simple Permission form by Michelangelo
- Replies
- 17
- Views
- 2,800
I forget it.
Here is the code:
Permission_Grid Object
Ext.namespace("Application");
Ext.extend(
Application.Permission_Grid = function(config){ -
29 Aug 2008 9:16 AM
Jump to post Thread: Simple Permission form by Michelangelo
- Replies
- 17
- Views
- 2,800
Thanks guys, I have created this window but I don't understand why the grid is collapsed.
This is the screenshot: http://imagebin.org/25223 -
29 Aug 2008 7:04 AM
Jump to post Thread: Simple Permission form by Michelangelo
- Replies
- 17
- Views
- 2,800
Hi Folks,
I need some help to create a little window form to manage the group permissions. Does anybody have already created a plugin or a sample here in the forum?
The idea is create a window... -
24 Jul 2008 6:04 AM
- Replies
- 836
- Views
- 308,166
Maybe I have understand what's the problem!
The tab that contains the filetreepanel is the second one and the first tab is the first tab that appears opened.
If now I set activeTab: 1 the... -
24 Jul 2008 3:08 AM
- Replies
- 836
- Views
- 308,166
Thanks for the link.
Strange problem at the opening of the window:
When I try to open my window seems that the filetreepanel doesn't load the filetree.php but if I open the firebug window the... -
24 Jul 2008 2:21 AM
- Replies
- 836
- Views
- 308,166
Nothing, I don't find what you said. Can you provide me the link, please?
thanks -
24 Jul 2008 2:04 AM
- Replies
- 836
- Views
- 308,166
1. Can I use only the upload form without the treeview?
2. When I click on upload button doesn't send any post variable to the php backend file. Why?!
thanks -
24 Jul 2008 1:58 AM
- Replies
- 836
- Views
- 308,166
Thanks for the prompt reply.
-
24 Jul 2008 1:20 AM
- Replies
- 836
- Views
- 308,166
I don't understand how it works.
When I click on the upload button inside the little window, what happens?
thanks -
24 Jul 2008 12:00 AM
- Replies
- 0
- Views
- 619
Hi guys,
how can I create a textfield with a near button in the same row like the object file.
thanks -
23 Jul 2008 10:57 PM
- Replies
- 245
- Views
- 166,913
Hi jsakalos
I would like insert insidemy window your fantastic component!
.
.
.
.
{ -
23 Jul 2008 3:46 AM
Jump to post Thread: Show/Hide a Viewport region by Michelangelo
- Replies
- 12
- Views
- 2,567
yes but I have supposed that the inverse of the collapsed was uncollapsed :P
thanks again -
23 Jul 2008 3:23 AM
Jump to post Thread: Show/Hide a Viewport region by Michelangelo
- Replies
- 12
- Views
- 2,567
Perfect
This close the panel
Ext.getCmp('east').collapse();
How can open it?
I have seen also the toggleCollapse but I need a separate management.
thanks -
23 Jul 2008 3:12 AM
Jump to post Thread: Show/Hide a Viewport region by Michelangelo
- Replies
- 12
- Views
- 2,567
Thanks for your prompt explanation.
I would like Show/Hide the panel and I mean collapse it or not.
The user xtype is a simple dataview inside an Application module that extend the Ext.Panel.
... -
23 Jul 2008 2:35 AM
Jump to post Thread: Show/Hide a Viewport region by Michelangelo
- Replies
- 12
- Views
- 2,567
How can I get the panel if the panel doesn't exist?
Viewport
...
{
region:'east',
id: 'east',
title:'Information', -
23 Jul 2008 1:57 AM
Jump to post Thread: Show/Hide a Viewport region by Michelangelo
- Replies
- 12
- Views
- 2,567
Hi mystix,
how can I get the child panels inside the region?
thanks -
22 Jul 2008 10:55 PM
Jump to post Thread: Show/Hide a Viewport region by Michelangelo
- Replies
- 12
- Views
- 2,567
Hi Guys,
I'm trying to hide and show a region of my viewport but I found some problem with the documentation. I was looked for about the viewport hide and show but it refers also to the whole... -
22 Jul 2008 9:18 AM
Jump to post Thread: Set External Event by Michelangelo
- Replies
- 5
- Views
- 851
Perfect! Thanks!
-
22 Jul 2008 8:49 AM
Jump to post Thread: Set External Event by Michelangelo
- Replies
- 5
- Views
- 851
Hi mjlecomte,
No, it is not. I would like create a new one but from the external calling.
thanks -
22 Jul 2008 8:45 AM
Jump to post Thread: Set External Event by Michelangelo
- Replies
- 5
- Views
- 851
Hi folks,
is it possible attach an event to a application module? Here a sample to better understanding what I have in mind:
I have a component like this:
Ext.namespace("Application");
Results 1 to 25 of 64
