Search Type: Posts; User: kimu
Search: Search took 0.02 seconds.
-
18 Nov 2010 3:24 AM
- Replies
- 2
- Views
- 708
I've just downloaded extjs 3.3 and api docs is not working because of this error:
this.el is null
file:///Users/kimu/workspace/ext-3.3.0/docs/resources/ext-all.js
Line 7
Clicking on the... -
3 Jun 2009 7:46 AM
Jump to post Thread: Extending the ComponentMgr by kimu
- Replies
- 13
- Views
- 2,551
I vote for this. I also need a way to know which xtypes have been already registered.
-
7 May 2008 5:43 AM
Jump to post Thread: [2.x] Ext.ux.SwfUploadPanel 0.3 Beta by kimu
- Replies
- 218
- Views
- 94,360
This is the complete debug stack.
SWF DEBUG: SWFUpload Init Complete
SWF DEBUG: SWF DEBUG: ----- SWF DEBUG OUTPUT ---- SWF DEBUG: Build Number: SWFUPLOAD 2.0.2 FP9 2008-01-07 0001 SWF DEBUG:... -
7 May 2008 4:01 AM
Jump to post Thread: [2.x] Ext.ux.SwfUploadPanel 0.3 Beta by kimu
- Replies
- 218
- Views
- 94,360
I'm trying to use fileUploadComplete event to receive an answer from the server but the response parameter is always undefined.
dlg.on('fileUploadComplete', function(panel, file, response) {
... -
8 Mar 2008 5:57 AM
- Replies
- 187
- Views
- 82,045
Certainly not. It's a pleasure to give a little help.
Bye -
7 Mar 2008 5:12 PM
- Replies
- 187
- Views
- 82,045
Ops, sorry.
The second time I've pasted the code I forgot the header.
Here the complete code:
Code removed by jsakalos as it has been merged to the main stream. Take updated code from the first... -
7 Mar 2008 4:44 PM
- Replies
- 187
- Views
- 82,045
this should work
Code removed by jsakalos as it has been merged to the main stream. Take updated code from the first post.
I think that is impossible to disable the a element (cbEl), so I've... -
7 Mar 2008 12:24 PM
- Replies
- 187
- Views
- 82,045
Is there a way to disable it? I've tried to pass in the config disabled: true, but it doesn't change anything. The component is still alive and responding.
The same with readOnly: true. -
22 Feb 2008 7:10 AM
- Replies
- 6
- Views
- 2,568
Also if I've seen that this thread has not received so much interest, I will "close" it writing a kind of summary.
The problem with columns fitting hasn't been resolved. With that panel, as I add... -
20 Feb 2008 5:23 PM
- Replies
- 6
- Views
- 2,568
It's quite long to explain, but I hope it will help to understand where is the problem.
First of all I've to describe the structure behind my application.
My main viewport is a border layout with... -
19 Feb 2008 1:57 PM
Jump to post Thread: [2.0.1] Safari on Leopard and XHTML by kimu
- Replies
- 13
- Views
- 4,318
Brian, I don't want to be polemic. I'm sure every component and example is tested with Safari, but excatly as combining components creating complex structures creates problems and oddities with FF e...
-
19 Feb 2008 10:28 AM
Jump to post Thread: [2.0.1] Safari on Leopard and XHTML by kimu
- Replies
- 13
- Views
- 4,318
I have a Mac with Leopard and let me say that all applications I developed with Ext have problems with Safari.
Sometimes odd behaviours like -with a card layout- render form fields of a card inside... -
19 Feb 2008 4:05 AM
- Replies
- 3
- Views
- 2,995
Thanks, I've solved it.
It was a typing error. model: 'local', instead of mode: 'local'.
Without specifing the mode comboboxes don't load data. -
19 Feb 2008 3:25 AM
- Replies
- 6
- Views
- 2,568
Ok, I'll continue using it then. Is there any place where xtype: 'paging' is usable?
Any tip to fix this bug (if is a bug...)? -
19 Feb 2008 12:25 AM
- Replies
- 6
- Views
- 2,568
It seems that Firefox doesn't consider columns witdh at all and set all columns to the same default width without fitting and considering personal settings.
Because I think is a problem related... -
19 Feb 2008 12:07 AM
- Replies
- 6
- Views
- 2,568
This grid was perfect both in IE and FF before to add all the pagination stuff.
Now columns fitting breaks under FF.
The code
var users_store = new Ext.data.JsonStore({
url: '<?php echo... -
18 Feb 2008 9:14 PM
- Replies
- 7
- Views
- 2,257
Thanks.
That was the reason because I wasn't able to use a SimpleStore, but the problem hasn't changed.
I've changed the code to this
{
id: 'profile',
name:... -
18 Feb 2008 9:08 AM
- Replies
- 7
- Views
- 2,257
Sorry, I don't understand what are you talking about?
Typo (model -> mode)? Could you pls tell me where do you see it?
Thanks -
18 Feb 2008 4:45 AM
- Replies
- 7
- Views
- 2,257
@mystix You're right. I've used that extention, but I thought it wasn't imporant for this issue. I'm using that extension 'cause I don't find and answer to this...
-
17 Feb 2008 1:25 PM
- Replies
- 7
- Views
- 2,257
This is the code of my combo. I've tested this issue with triggerAction:'all', triggerAction:'some-event' and also none triggerAction at all, but it doesn't change.
{
id: 'profile',... -
17 Feb 2008 10:28 AM
- Replies
- 3
- Views
- 2,995
Hi,
I have a form with a combobox usign a simplestore:
{
id: 'profile',
name: 'data[Usergroup][profile]',
xtype: 'combo',
store: new Ext.data.SimpleStore({
fields:... -
17 Feb 2008 9:12 AM
- Replies
- 3
- Views
- 1,915
Good tip! Thanks, I'll make a try.
EDIT: It works. Thanks again. -
17 Feb 2008 8:17 AM
- Replies
- 3
- Views
- 1,915
May I do advance some suggestions to fix this thing. These are changes to Ext code to provide a logic state to the field:
markInvalid : function(msg){
if(!this.rendered ||... -
17 Feb 2008 7:14 AM
- Replies
- 3
- Views
- 1,915
Hi,
I've a formPanel with 2 fields for password and password check.
{
id:'password',
name: 'data[User][password]',
fieldLabel: 'Password',
invalidText: 'Password non valida',... -
15 Feb 2008 8:24 AM
Jump to post Thread: BasicForm inside a Toolbar by kimu
- Replies
- 2
- Views
- 868
Hi,
I want to have a form (BasicForm) inside a Panel tbar. Just to have a textfiled+submit with all the forms' facilities to send and retrieve data.
Is it possibile? And how?
Thanks
Results 1 to 25 of 74
