How to import ExtJS designer to EXT.NET?

  1. #1

    How to import ExtJS designer to EXT.NET?

    Question:
    How do you import a design you made in EXTJS Designer into EXT.NET?
  2. #2
    Hi,

    Currently an Sencha Designer export, then import into Ext.NET is not supported. Maybe at some point this functionality would be supported, but not in the foreseeable future.
    Geoffrey McGill
    Founder
  3. #3
    What would you suggest to convert from ExtJS Designer to ASP.NET?
    ...


    Do you have any guidelines or pointers?
  4. #4
    I refer to this designer:
    http://www.sencha.com/products/designer
  5. #5
    Quote Originally Posted by rstpo View Post
    What would you suggest to convert from ExtJS Designer to ASP.NET?
    Do you mean converting pure ExtJS to Ext.NET markup?

    I've never met any things to get it, only manually.

    Please note that you can use pure ExtJS within an Ext.NET application.
  6. #6
    Quote Originally Posted by Daniil View Post
    Please note that you can use pure ExtJS within an Ext.NET application.
    Are there any known issues when doing this? I was thinking of using the EXT Designer to create some dialog boxes and use them within my EXT.NET application.
  7. #7
    Hi,

    Well, we (i.e. Ext.NET) overrode/extended some of ExtJS classes. So, really, there might be issues if ExtJS scripts from its designer are used on a page with Ext.NET resources. Though it would be too hard to give you an exact list of issues that might occur.

    Certainly, there won't be any issues if you will use these scripts on a separate page (maybe, an iframe) without Ext.NET resources.

    If you'd like to use it with Ext.NET on the same page then, probably, some tune up might be required.
  8. #8
    Quote Originally Posted by breal View Post
    Are there any known issues when doing this? I was thinking of using the EXT Designer to create some dialog boxes and use them within my EXT.NET application.
    As a general rule, there should not be any problems. Ext.NET integrates the full Ext JS library.

    As @daniil mentioned above, we have extended the library is many places, although those extensions are generally to add extra functionality, fix defects or ensure smooth operation within the ASP.NET Webforms/MVC runtime.

    Hope this helps.
    Geoffrey McGill
    Founder

Similar Threads

  1. Import excel to Datagrid
    By xborderland in forum 1.x Help
    Replies: 3
    Last Post: Nov 03, 2016, 6:31 AM
  2. [CLOSED] Import Excel into Grid
    By mcfromero in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Mar 13, 2012, 2:22 PM
  3. [CLOSED] Import functionality.
    By sadaf in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 21, 2012, 10:36 AM
  4. [CLOSED] How to import CSV into Store
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 21, 2011, 3:36 PM

Posting Permissions