Search Type: Posts; User: demon222
Search: Search took 0.02 seconds.
-
17 Apr 2013 6:14 AM
- Replies
- 3
- Views
- 244
Ext = Ext || {}; // << Uncaught ReferenceError: Ext is not defined ::: must be var Ext = Ext || {};
<!DOCTYPE html>
<!-- Auto Generated with Sencha Architect -->
<!-- Modifications to... -
16 Jan 2013 7:01 AM
Jump to post Thread: Ext.util.Color by demon222
- Replies
- 1
- Views
- 395
simple color invert function
use: Ext.util.Color.invertHex('ffffff') - > 000000
Ext.util.Color = function() {
return {
decToHex: function( n ) {
... -
26 Oct 2012 3:08 AM
Jump to post Thread: Ux.locale.Manager by demon222
- Replies
- 55
- Views
- 11,162
new locales for grid column (extjs4);-)
Ext.define('Ux.locale.override.extjs.HeaderContainer', {
override : 'Ext.grid.header.Container',
requires : [
... -
19 Oct 2012 1:40 PM
Jump to post Thread: Ux.locale.Manager by demon222
- Replies
- 55
- Views
- 11,162
thx
problem in ext.window.Window (SA2) ::: title
Ext.ComponentQuery.query('component[enableLocale]') >> []
Ext.define('MBD.view.bodys.Window', {
extend: 'Ext.window.Window', -
19 Oct 2012 10:30 AM
Jump to post Thread: Ux.locale.Manager by demon222
- Replies
- 55
- Views
- 11,162
mitchellsimoens , can you describe how to easily integrate it with Sencha Architect 2???
Thank you for the quick response ... -
18 Sep 2012 2:47 AM
- Replies
- 49
- Views
- 18,120
complete source :
(function() {
/**
* @class Ext.ux.form.field.ClearButton
*
* Plugin for text components that shows a "clear" button over the text field.
* When... -
15 Sep 2012 5:53 AM
Jump to post Thread: Ux.locale.Manager by demon222
- Replies
- 55
- Views
- 11,162
...?????
-
12 Sep 2012 2:10 AM
Jump to post Thread: Ux.locale.Manager by demon222
- Replies
- 55
- Views
- 11,162
Please, give a complete example - where, what, and how ...
-
11 Sep 2012 4:04 AM
Jump to post Thread: Ux.locale.Manager by demon222
- Replies
- 55
- Views
- 11,162
Yes. Is it possible to integrate sencha extjs Architect 2 for 4.1.1?
-
11 Sep 2012 4:00 AM
- Replies
- 1
- Views
- 589
Ext.ux.form.MultiSelectGrid' or Extjs 4.1.1 (modyfi -> http://www.sencha.com/forum/showthread.php?101140-Ext.ux.form.MultiSelectGrid )
How to use:
Ext.require([
'Ext.form.*', -
10 Sep 2012 12:32 PM
Jump to post Thread: Ux.locale.Manager by demon222
- Replies
- 55
- Views
- 11,162
yeeeee
some support for SA2 (extjs 4.1.1) ????????????????????????????????? -
4 Sep 2012 6:57 AM
- Replies
- 49
- Views
- 18,120
my solution ( this.repositionClearButton(); )
updateClearButtonVisibility: function() {
var oldVisible = this.isButtonCurrentlyVisible();
var newVisible =... -
14 Aug 2012 2:52 AM
- Replies
- 14
- Views
- 2,545
when next relase SA ?
-
8 Aug 2012 4:52 AM
- Replies
- 14
- Views
- 2,545
when next relase SA ?
-
8 Aug 2012 3:51 AM
- Replies
- 49
- Views
- 18,120
fix if readOlny...
if (oldVisible != newVisible && this.textField.readOnly !== true) {
but if i dynamic change to readOnly: false -
7 Aug 2012 12:58 PM
- Replies
- 5
- Views
- 517
an answer????? /!!!!!!!!!!!!!!!!!!
-
14 Jun 2012 6:26 AM
- Replies
- 7
- Views
- 1,118
I made the request but did not receive any response ... ;-(
-
13 Jun 2012 5:18 AM
- Replies
- 7
- Views
- 1,118
Can I also test your ION private beta?
-
7 Jun 2012 10:55 PM
- Replies
- 7
- Views
- 1,118
thx
-
7 Jun 2012 12:19 AM
- Replies
- 7
- Views
- 1,118
?????? who responds ???????
-
6 Jun 2012 11:08 AM
- Replies
- 7
- Views
- 1,118
when you start the demo version of Sencha ION - an alternative to Adobe Air??
Regards -
31 May 2012 11:02 PM
- Replies
- 5
- Views
- 802
Can you write a complete example? (JSONP)
Please -
19 May 2012 7:49 AM
Jump to post Thread: Howto use Ext.ux.RowExpander ? by demon222
- Replies
- 10
- Views
- 1,606
example: overide class:
Ext.define('ONLINE.view.override.MGrid', {
requires: 'ONLINE.view.MGrid'
}, function() {
Ext.override(ONLINE.view.MGrid, {
plugins: [{ -
11 May 2012 2:36 PM
- Replies
- 60
- Views
- 17,730
Pretty please - do the update in one place and overall
R -
25 Apr 2012 10:58 PM
- Replies
- 60
- Views
- 17,730
he,
please add to config (for translation):
...
loadingMmessage: 'Loading ...'
,
...
Results 1 to 25 of 120
