Ext: Discussion

Page 13 of 422 FirstFirst ... 3 11 12 13 14 15 23 63 113 ... LastLast

+ Post New Thread

  1. Customizing ext.grid.panel header template

    I want to set xtemplate for header of Ext.grid.panel. I tried: Ext.define('FrontEnd.view.viewer.controls.ContractPrintFormList', { extend:...

    Started by gallyamov, 11 Apr 2013 4:36 AM
    extj 4
    • Replies: 6
    • Views: 380
    12 Apr 2013 7:16 PM Go to last post
  2. Building Enterprise Application

    I'm trying to come up with the best architecture for enterprise (very large) application. First of all, I would like to say that I really like the...

    Started by hitman01, 10 Apr 2013 4:30 PM
    • Replies: 3
    • Views: 293
    12 Apr 2013 11:52 AM Go to last post
  3. Question Concepts on how to use Treepanel with Complex nested data?

    I'm looking for a cleaner way to use complex data in a Treepanel. I'm using a treepanel for hierarchical data manipulation the problem is...

    Started by wmcnamara, 10 Apr 2013 5:24 AM
    • Replies: 1
    • Views: 170
    12 Apr 2013 11:38 AM Go to last post
  4. Where is EXTJSIV-4307?

    http://www.sencha.com/forum/showthread.php?152080-Issue-with-multiple-LoadMasks-losing-their-gray-mask. This bug says it's a duplicate of...

    Started by Jangla, 10 Apr 2013 2:16 PM
    • Replies: 1
    • Views: 193
    12 Apr 2013 9:31 AM Go to last post
  5. Apple TrackPad & mimicBlur

    We've created a custom tree panel within a trigger (a TreeCombo). Works great, except on Apple laptops, and Macs using the Magic Trackpad (mouse...

    Started by wiz61, 10 Apr 2013 11:54 AM
    • Replies: 1
    • Views: 105
    12 Apr 2013 9:08 AM Go to last post
  6. Migration from 2.1 to 4.2 problem

    I have some login form var loginPanel = new Ext.FormPanel({ id: 'loginPanel', labelWidth: 75, // label settings here cascade...

    Started by twister0k, 12 Apr 2013 3:38 AM
    • Replies: 1
    • Views: 186
    12 Apr 2013 7:44 AM Go to last post
  7. Nested loading / nested saving in new data package

    I like very much the feature called "nested loading" in the new data package and I was wondering, will there be a similar "nested saving" feature? ...

    Started by icflorescu, 17 Feb 2011 1:19 PM
    2 Pages
    1 2
    • Replies: 14
    • Views: 7,172
    12 Apr 2013 1:20 AM Go to last post
  8. Nested JSON data, model and forms

    I have json data similar to {data: },{ size: 'XL', sku: 'awe2346', ...

    Started by bigal488, 1 Aug 2011 3:58 AM
    • Replies: 3
    • Views: 1,536
    12 Apr 2013 12:27 AM Go to last post
  9. Saving Model with Nested Data

    Hello- I'm relatively new to ExtJS 4 and I'm trying to wrap my head around Models. Everything is pretty straightforward so far except...

    Started by pborissow, 23 Sep 2011 6:34 AM
    save model, save nested data, save nested model, set associated data, setassociateddata
    • Replies: 8
    • Views: 3,491
    12 Apr 2013 12:12 AM Go to last post
  10. extjs 4.1.0 data mapping issue

    Hi All, I am having some issues in mapping nested json .. following is my model, store and grid.. var userProjectsModel =...

    Started by sulmansarwar, 8 Aug 2012 6:26 AM
    extjs4.1, grid, mapping
    • Replies: 2
    • Views: 406
    11 Apr 2013 12:37 PM Go to last post
  11. Nested JSON; is there a straightforward example/guide anywhere?

    Is there a concise, clear example or tutorial anywhere in the universe that explains how to work with nested JSON data, traversing said data, and...

    Started by junksh3d@gmail.com, 1 Mar 2013 8:31 AM
    2 Pages
    1 2
    json
    • Replies: 10
    • Views: 787
    11 Apr 2013 4:14 AM Go to last post
  12. Want to select rows without selecting checkboxes in CheckboxSelectionModel

    Hi, I am using CheckboxSelectionModel to select a row. In that, the row gets selected when I click the checkbox, or when I click on the row, the...

    Started by anirbangupta, 30 Mar 2013 9:12 AM
    • Replies: 2
    • Views: 136
    10 Apr 2013 12:06 PM Go to last post
  13. XTemplateCompiler question

    I'm trying to understand what the problem is with the "new Function" technique on Firefox. I'm referring to the rather cryptic "Firefox chokes on...

    Started by LesJ, 13 Aug 2012 12:20 PM
    • Replies: 4
    • Views: 504
    10 Apr 2013 10:10 AM Go to last post
  14. Suggestion to post ImageExporer inside an iframe

    I'm using the Ext.draw.engine.ImageExporter, with my own custom url. If the server times out or produces an error, it means the user is now sitting...

    Started by pauld@sitescout.com, 8 Apr 2013 2:16 PM
    • Replies: 1
    • Views: 117
    10 Apr 2013 8:25 AM Go to last post
  15. Disabling cursor in non-editable combobox?

    Does anyone know of a good way to do this? Thanks.

    Started by noodles, 8 Apr 2013 1:31 PM
    • Replies: 1
    • Views: 101
    10 Apr 2013 7:46 AM Go to last post
  16. Horizontal Accordion Panel

    Is there a way to use the accordion panel in horizontal mode? Because examples and docs only talk about vertical mode.

    Started by ibnesayeed, 15 Mar 2011 11:48 PM
    accordion, horizontal
    • Replies: 3
    • Views: 1,898
    9 Apr 2013 9:12 PM Go to last post
  17. ExtJS Client with C# Models/Controllers/Views

    I have a requirement for an application that is to use pure ExtJS on the client side but have the MVC classes in C#. Can anyone provide an example of...

    Started by JNickVA, 9 Apr 2013 3:16 AM
    .net mvc, c sharp, extjs 4.x
    • Replies: 9
    • Views: 300
    9 Apr 2013 3:47 PM Go to last post
  18. XTemplate with nested models

    I have a following structure: Shipments (Shipment contains packages, packages contains items). My models, store an data are in the attachment. (I...

    Started by luik, 24 Jun 2011 6:00 AM
    • Replies: 2
    • Views: 864
    9 Apr 2013 11:03 AM Go to last post
  19. Tear off window

    Hi. We are developing an application with EXT JS and using it as a native app by packaging it through Desktop Packager. In main page of application...

    Started by preeti_gupta, 7 Apr 2013 10:09 PM
    tear off
    • Replies: 1
    • Views: 200
    9 Apr 2013 10:14 AM Go to last post
  20. remove node from treestore

    Hi, I am trying to remove a node from treestore, but it does not work inside loop. What am I doing wrong? Any idea? ...

    Started by brazhuca, 8 Apr 2013 5:46 AM
    • Replies: 1
    • Views: 110
    9 Apr 2013 9:46 AM Go to last post