Search Type: Posts; User: Stju

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    41
    Views
    28,562
    Yes, this is the correct way.
    Compare with the example from docs:

    http://docs.sencha.com/touch/2-0/#!/api/Ext.data.Model
  2. Ext.define('Ext.util.NumbersToWords',{
    singleton:true,

    ones:[
    '',
    'one',
    'two',
    'three',
    'four',
    'five',
  3. May you create a test case, please?
  4. Replies
    190
    Views
    38,055
    Ok, tried, it failed.
    So you need to comment out line 76 in app.json file stating: "resources/images",
    then it builds and runs correctly.
  5. Replies
    190
    Views
    38,055
    I created my own test app using proxy and, yes, no build issues at all.
  6. Replies
    190
    Views
    38,055
    Found a bug:
    Add new person, click to edit, rename to something else, tap save. data is updated in db, but List is not synced.
  7. No, it does not require jQuery.
  8. Problem: I want to use checkboxSelectionModel on dragDrop enabled grid, but can't uncheck checkbox after row is selected.

    Solution: use overrides provided.



    // Override for situation,...
  9. Fix :

    Ext.override(Ext.ux.grid.menu.ListMenu,{
    show : function () {
    var lastArgs = null;
    return function(){
    if(!arguments){
    ...
  10. Replies
    5
    Views
    654
    Hi!
    This can be solved by fixing show method:


    Ext.override(Ext.ux.grid.menu.ListMenu,{
    show : function () {
    var lastArgs = null;
    return function(){
    ...
  11. There is no version 4.7 yet. Probably You meant 4.0.7
    Please provide complete test case, as with provided code above and Extjs 4.0.7 overflow is shown in proper place.
  12. Resolved.
    Version 4.0.7 works as expected!
  13. Testing against latest 4.1 beta, for me it looks like fixed.
  14. Replies
    1
    Views
    833
    BUMP!
    Any update on this?
  15. alert: function(txt, cb, s) {
    var tr = this.editor.getLang(txt, 0);
    var msg = tr == '' ? txt : tr;
    ...
  16. Nice and very useful work!
    Still impressed every time You create new things :)
  17. Replies
    1
    Views
    431
    Anyone from dev team?
  18. Replies
    1
    Views
    833
    Extjs version: 3.x

    Form is configured:


    this.detailsTab = new Ext.FormPanel({
    ...
    waitMsgTarget:true,
    ...
    });
  19. Replies
    1
    Views
    431
    Is This feature planned to be a standard?
    Would be nice, as this is used very commonly!
  20. Replies
    34
    Views
    14,712
    Hi!
    Yes, already gave some hands over first beta :) BTW wanted to say the same \:D/ Let's keep fingers crossed! =;
  21. Replies
    34
    Views
    14,712
    What do You mean with won't work? It will work if You don't use <?php, so for plain php it's working correctly. If You want to use it combined mode for php and html, there is already mixed class...
  22. Replies
    21
    Views
    3,189
    Congratulations on New Design!
    Looks awesome!! =D>
  23. Replies
    22
    Views
    11,767
    Then it should be documented! Otherwise You must have extraterrestrial knowledge to guess it.. ;)
  24. Replies
    16
    Views
    9,323
    Looks like You are missing icons, that, could be the problem!
  25. Store active field name in some variable and then use it when needed ;)
Results 1 to 25 of 101
Page 1 of 5 1 2 3 4