[CLOSED] Generated Code (loading plugins)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Generated Code (loading plugins)

    I've been trying to understand some javascript that is generated from markup in order to recreate it myself:

    Ext.net.ResourceMgr.load([{
            url: "/ux/extensions/selectbox/selectbox-js/ext.axd?v=14483"
        },{
            mode: "css",
            url: "/ux/extensions/fileuploadfield/css/file-upload-css/ext.axd?v=14483"
        }]
    I don't understand what the 'v' parameter is doing? Is it loading a specific version of a file or something? The reason I'm trying to decipher it, is because I'm trying to load the Ext.ux.netbox.InputTextMask plugin via javascript, and so I'm trying to work out how other plugins are loaded. The view in question is completely dynamic and totally generated via javascript.

    I have the path: /ux/extensions/inputtextmask/inputtextmask.js that I got from the svn source.. I assume I should load it like:

    ux/extensions/inputtextmask/inputtextmask-js/ext.axd?v=?????

    .. but that doesnt seem to work, and I dont know what number to use anyways.

    Thanks.
    Last edited by Daniil; Mar 21, 2013 at 11:52 AM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] How to add a style to a code behind generated control
    By feanor91 in forum 2.x Legacy Premium Help
    Replies: 9
    Last Post: Jun 12, 2012, 5:01 PM
  2. Remove gridfilters generated from code behind
    By mkshields9w57 in forum 1.x Help
    Replies: 1
    Last Post: Jun 04, 2012, 3:27 AM
  3. Replies: 2
    Last Post: Nov 15, 2011, 11:13 PM
  4. Semicolon is missing in generated code
    By hesspet in forum 1.x Help
    Replies: 10
    Last Post: Aug 16, 2011, 3:18 PM
  5. How to remove dynamically generated grid in code behind
    By mkshields9w57 in forum 1.x Help
    Replies: 0
    Last Post: Jul 07, 2011, 12:53 PM

Tags for this Thread

Posting Permissions