[OPEN] [#138] Using JSFiddler

  1. #1

    [OPEN] [#138] Using JSFiddler

    Can you provide an example of how I can create adhoc stuff using JSFiddler and Ext.NET scripts? What url should I use to pull down ExtJS resources plus EXT.NET resources? If you can share a JSFiddler session with just a simple Ext alert, that would be great.
    Last edited by Daniil; Jan 30, 2013 at 6:36 AM. Reason: [OPEN] [#138]
  2. #2
    Hi,

    I just tried with ExtJS 4.1.1 chose it in the "Choose Framework" option and without Ext.NET.
    http://jsfiddle.net/fMU9m/1/

    I don't know why, but it doesn't show an alert box well.

    But the following appear to be working well
    Ext.onReady(function () {
        Ext.create(Ext.form.TextField, {
            renderTo : Ext.getBody(),
            value : "Hello!"
        });
    });
    The main Ext.NET resources are here:
    http://cdn.ext.net/ext.net/2.0.0/extjs/ext-all.js
    http://cdn.ext.net/ext.net/2.0.0/ext...ss/ext-all.css
    http://cdn.ext.net/ext.net/2.0.0/extnet/extnet-all.js
    http://cdn.ext.net/ext.net/2.0.0/ext...extnet-all.css

    You can add these resource using the "Add Resources" option.

    Generally, you can choose ExtJS 4.1.0 framework and add the Ext.NET resources only (the last two ones).

    The v2.1 resources are not shared in CDN yet.
  3. #3
    Thanks! Can you provide a similar example for 1.x? I tried loading the ExtJS 3.4 framework but it didn't work. What are the paths to 1.x resources?
  4. #4
    Seems we have no CDN resources for Ext.NET v1. I will ask @Geoffrey.

    Anyways, you can share these resources anywhere to refer them in jsfiddle.
  5. #5
    Quote Originally Posted by Daniil View Post
    Seems we have no CDN resources for Ext.NET v1. I will ask @Geoffrey.
    We are considering a possibility to share 1.5 resources. We will notify you.

    By the way, you can use speed.ext.net instead of cdn.ext.net. The first one should be much faster delivery.
  6. #6
    Quote Originally Posted by Daniil View Post
    We are considering a possibility to share 1.5 resources. We will notify you.

    By the way, you can use speed.ext.net instead of cdn.ext.net. The first one should be much faster delivery.
    Created an Issue for this.
    https://github.com/extnet/Ext.NET/issues/138

Tags for this Thread

Posting Permissions