Search Type: Posts; User: jimmyphp
Search: Search took 0.03 seconds.
-
12 May 2009 4:32 AM
Jump to post Thread: tbar questions by jimmyphp
- Replies
- 26
- Views
- 4,538
try add cls: 'x-btn-text-icon':
...
tooltip:'New Client',
iconCls:'add'
cls: 'x-btn-text-icon',
... -
12 May 2009 1:30 AM
Jump to post Thread: Toolbar north region bordelayout by jimmyphp
- Replies
- 12
- Views
- 2,022
OK.
Many Thank's -
11 May 2009 7:43 AM
Jump to post Thread: Toolbar north region bordelayout by jimmyphp
- Replies
- 12
- Views
- 2,022
Thank's Condor for quick reply.
In FF override + set height fix problem, but correct height for FF is not correct height for IE.
screenshot 1 & 2 with height: 121.
When I change height to 120... -
11 May 2009 7:05 AM
Jump to post Thread: Toolbar north region bordelayout by jimmyphp
- Replies
- 12
- Views
- 2,022
I try to set height & apply Condor override, but height is different from FF & IE.
-
9 May 2009 5:38 AM
Jump to post Thread: Toolbar north region bordelayout by jimmyphp
- Replies
- 12
- Views
- 2,022
I try to set height.
Work fine (1° screenshot) but when I collapse west o east panel (2° screenshot) -
9 May 2009 4:37 AM
Jump to post Thread: Toolbar north region bordelayout by jimmyphp
- Replies
- 12
- Views
- 2,022
solved!
Many Thank's -
9 May 2009 12:25 AM
Jump to post Thread: Toolbar north region bordelayout by jimmyphp
- Replies
- 12
- Views
- 2,022
I try to add toolbar to complex BorderLayout example with same result: Toolbar is under west & center panel.
When I collapse west or east panel toolbar show correctly.
Thank's -
8 May 2009 9:18 AM
- Replies
- 12
- Views
- 2,022
You are right :">
not valid argument on line 3700
the same tbar on the center panel work fine -
8 May 2009 7:46 AM
Jump to post Thread: Toolbar north region bordelayout by jimmyphp
- Replies
- 12
- Views
- 2,022
I have a simple borderlayout:
var view = new Ext.Viewport({
layout: 'border',
items: [{
region: 'north',
id: 'north',
title:... -
6 May 2009 6:44 AM
Jump to post Thread: [3.x] Login Dialog Extension by jimmyphp
- Replies
- 58
- Views
- 35,617
focus not working on Firefox.
change code to this for fix:
...
// when window is visible set focus to the username field
// and fire "show" event
this._window.on ('show',... -
21 Oct 2008 9:54 AM
Jump to post Thread: File Upload Field by jimmyphp
- Replies
- 2
- Views
- 1,280
I'm stupid!
Thank's -
19 Oct 2008 2:23 PM
Jump to post Thread: File Upload Field by jimmyphp
- Replies
- 2
- Views
- 1,280
I have a simple form, with a File Upload Field
{
xtype: 'fileuploadfield',
id: 'form-file',
emptyText: 'Select an image',
fieldLabel:... -
9 Sep 2008 2:27 AM
- Replies
- 3
- Views
- 1,873
I tried your code, alert dysplay correct value (yes, no, cancel)
-
8 Sep 2008 12:01 AM
Jump to post Thread: help please in PHP $_SESSION by jimmyphp
- Replies
- 3
- Views
- 1,005
Ext.Ajax.request({
url: 'getsession.php',
success: function (resp){
//resp is response, you can use for set your extjs variable
}
}); -
7 Sep 2008 11:50 PM
Jump to post Thread: help please in PHP $_SESSION by jimmyphp
- Replies
- 3
- Views
- 1,005
<?php
echo '<script type="text/javascript">';
foreach ($_SESSION as $key => $value)
{
echo 'var '.$key.'="'.$value.'";';
}
echo '</script>'; ... -
7 Sep 2008 12:15 PM
Jump to post Thread: Error Publishing Adobe Air File by jimmyphp
- Replies
- 2
- Views
- 2,214
Use Aptana with Air Plugin, work fine.
-
23 Aug 2008 7:23 AM
- Replies
- 2
- Views
- 770
Solved.
Many thank -
23 Aug 2008 5:32 AM
- Replies
- 2
- Views
- 770
Hi,
I want to use south region of border layout only as a statusbar, without panel.
With Firefox OK, but on IE7 I see 13px white panel.
{
region: 'south',
bbar: new... -
30 Jun 2008 6:26 AM
- Replies
- 3
- Views
- 2,117
thank's for fast replay.
-
30 Jun 2008 5:59 AM
- Replies
- 3
- Views
- 2,117
I tried to load ext-all.js with Jquery GetScript:
$.getScript("ext/adapter/jquery/ext-jquery-adapter.js", function(){
....
})
With Firefox works but not with IE. -
25 May 2008 3:06 AM
- Replies
- 2
- Views
- 1,313
replace:
var tab2 = new Ext.FormPanel({ ...
with
var formPanel = new Ext.FormPanel({ -
8 May 2008 2:35 AM
Jump to post Thread: logout link by jimmyphp
- Replies
- 1
- Views
- 801
I use PHP session:
....
{
tooltip: 'Logout',
iconCls: 'logout',
handler: function(){
location.href = 'index.php?action=logout'; -
3 May 2008 12:01 AM
- Replies
- 2
- Views
- 2,136
After install Adobe Air, just install STasks2.air.
-
5 Mar 2008 12:52 AM
Jump to post Thread: Error on first column by jimmyphp
- Replies
- 12
- Views
- 6,046
many thank's.
first column with id & no error. -
4 Mar 2008 1:49 AM
Jump to post Thread: Error on first column by jimmyphp
- Replies
- 12
- Views
- 6,046
thnx for reply
ext-air.js is load & grid work fine.
I have a error only on fist header column mouseover.
I tried with no error basic array grid.
Results 1 to 25 of 77
