Search Type: Posts; User: demon222

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Ext = Ext || {}; // << Uncaught ReferenceError: Ext is not defined ::: must be var Ext = Ext || {};



    <!DOCTYPE html>

    <!-- Auto Generated with Sencha Architect -->
    <!-- Modifications to...
  2. Replies
    1
    Views
    395
    simple color invert function

    use: Ext.util.Color.invertHex('ffffff') - > 000000



    Ext.util.Color = function() {
    return {
    decToHex: function( n ) {
    ...
  3. Replies
    55
    Views
    11,162
    new locales for grid column (extjs4);-)



    Ext.define('Ux.locale.override.extjs.HeaderContainer', {
    override : 'Ext.grid.header.Container',

    requires : [
    ...
  4. 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',
  5. Replies
    55
    Views
    11,162
    mitchellsimoens , can you describe how to easily integrate it with Sencha Architect 2???

    Thank you for the quick response ...
  6. complete source :



    (function() {
    /**
    * @class Ext.ux.form.field.ClearButton
    *
    * Plugin for text components that shows a "clear" button over the text field.
    * When...
  7. Replies
    55
    Views
    11,162
    ...?????
  8. Replies
    55
    Views
    11,162
    Please, give a complete example - where, what, and how ...
  9. Replies
    55
    Views
    11,162
    Yes. Is it possible to integrate sencha extjs Architect 2 for 4.1.1?
  10. 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.*',
  11. Replies
    55
    Views
    11,162
    yeeeee

    some support for SA2 (extjs 4.1.1) ?????????????????????????????????
  12. my solution ( this.repositionClearButton(); )



    updateClearButtonVisibility: function() {
    var oldVisible = this.isButtonCurrentlyVisible();
    var newVisible =...
  13. when next relase SA ?
  14. when next relase SA ?
  15. fix if readOlny...




    if (oldVisible != newVisible && this.textField.readOnly !== true) {


    but if i dynamic change to readOnly: false
  16. an answer????? /!!!!!!!!!!!!!!!!!!
  17. I made ​​the request but did not receive any response ... ;-(
  18. Can I also test your ION private beta?
  19. thx
  20. ?????? who responds ???????
  21. when you start the demo version of Sencha ION - an alternative to Adobe Air??

    Regards
  22. Can you write a complete example? (JSONP)
    Please
  23. 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: [{
  24. Pretty please - do the update in one place and overall

    R
  25. he,

    please add to config (for translation):


    ...
    loadingMmessage: 'Loading ...'
    ,
    ...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4