Search Type: Posts; User: Periyasamy A

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. I need to find specific component on mouse over in my designer panel the mouse over is happen when drop the object(onNodeOver method)


    drop the drag object if find component is container or panel...
  2. my requirement is get clicked component (properties and config details )as JSON string and update the properties to respective component, when click the component


    function mouseClick(event,...
  3. how the code return component object without provide any id or itemid for the component ?
  4. I need to add application url as bookmark through ExtJS code
  5. dynamically add n number of component in container and same time generate generate unique id
  6. how to get component object through without component id or itemid
  7. how to get component properties and config details when mouseover/click/focus specific component
  8. How to add application link as bookmark/favorite in browser
  9. Ext.get returns an Ext.Element object which is an abstraction of an HTML element object containing utility methods to perform DOM manipulation. It does not retrieve Components (e.g. Panels, Grids,...
  10. var textField2 = Ext.create('Ext.form.field.Text', {
    fieldLabel : 'LastName',
    name : 'last'
    // id:'lastid'
    });
    ...
  11. var mypanel=Ext.create("Ext.panel.Panel",{
    items: [{
    xtype: 'textfield', //clicked component
    fieldLabel: 'myname'
    }, {
    xtype: 'textfield',
    fieldLabel:...
  12. I need drag(text field,number,combo etc) to panel

    formfield tree component (DragZone)
    ------
    |---textfield
    |----number field
    |----combo

    Panel(DropZone)
  13. Replies
    257
    Views
    200,813
    I need to develop own customized GUI designer and integrate in webapplication
  14. Replies
    257
    Views
    200,813
    How to get GUI builder source code?
  15. How to select a local folder to save newly created text file
  16. How to select a local folder to save newly created text file
  17. ActiveXObject("Shell.Application");
    ActiveXObject("WScript.Shell");
  18. How to use Ext.ux.ajax. xmlSimlet and what is the advantage over normal ajax
  19. Thanks for your reply.

    Which is best "Store proxy" or "Ajax.request" for server call
  20. Which situation use store proxy instead of Ext.Ajax.request

    how to handle common request and response handler

    The requirement is one common place to handle all request and response (All the...
  21. We have used following "ActiveX controls" in my application which is only support IE browser alone

    What is the best replacement in ExtJs 4x

    1.Open, Save, Save As dialog (FileSystemObject )...
  22. My question was tabIndex=0 for widget tree and grid panel etc
  23. How to set tabindex ( tab focus) for widget like panel,tree,grid
  24. How to set aria-label for button and icon
  25. Replies
    2
    Views
    1,226
    We have framework which was used and built in different projects for different clients
    Currently we have plan to implement ExtJS in our framework

    In above scenario

    1.which license suitable...
Results 1 to 25 of 37
Page 1 of 2 1 2