[CLOSED] Bundling UX javascript files

Hybrid View

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

    [CLOSED] Bundling UX javascript files

    On the following sample, some UX controls are added to the page. Unfortunately, no matter whether ScriptMode is set to Release, UX javascripts are not bundled, not even if RenderScripts is set to CDN. Both Ext.Js and Ext.NET scripts are bundled and in my opinion, UX scripts should be bundled as well, maybe within Ext.NET script file.

    Thanks in advance



    <!DOCTYPE html>
    <html>
    <head runat="server">
    </head>
    <body>
        <ext:ResourceManager Theme="Crisp" RenderScripts="CDN" ScriptMode="Release" runat="server" />
        <ext:TextField runat="server">
            <Plugins>
                <ext:InputMask Mask="00000" runat="server" />
            </Plugins>
        </ext:TextField>
        <ext:TabPanel Width="450" Height="100" Border="true" runat="server">
            <Plugins>
                <ext:TabFx runat="server" />
                <ext:BoxReorderer runat="server" />
                <ext:TabCloseMenu runat="server" />
                <ext:TabScrollerMenu runat="server" />
            </Plugins>
            <Items>
                <ext:Panel Title="Tab 1" Html="Content" runat="server" />
                <ext:Panel Title="Tab 2" Html="Content" runat="server" />
                <ext:Panel Title="Tab 3" Html="Content" runat="server" />
            </Items>
        </ext:TabPanel>
        <ext:TagLabel runat="server">
            <Tags>
                <ext:Tag Text="Tag 1" Icon="UserAdd" />
                <ext:Tag Text="Tag 2" Icon="UserAlert" />
                <ext:Tag Text="Tag 3" Icon="UserDelete" />
            </Tags>
        </ext:TagLabel>
        <ext:TextField runat="server" FieldLabel="Password" LabelWidth="150">
            <Plugins>
                <ext:PasswordMask runat="server" />
                <ext:CapsLockDetector runat="server" />
            </Plugins>
        </ext:TextField>
        <ext:MultiUpload AutoStartUpload="true" FileDropAnywhere="true" FileSizeLimit="15 MB" FileTypes="*.*" FileTypesDescription="All Files" FileUploadLimit="100" FileQueueLimit="0" runat="server" />
    </body>
    </html>
    Full list of UX Controls (Folders).
    • boxreorderer
    • calendar
    • capslockdetector
    • celldragdrop
    • clearbutton
    • datatip
    • desktop
    • fieldreplicator
    • filterheader
    • grouppaging
    • grouptabpanel
    • inputmask
    • LiveSearchGridPanel
    • mousedistancesensor
    • multiselect
    • multiupload
    • passwordmask
    • portal
    • preview
    • progressbarpager
    • ratingcolumn
    • resources
    • selectbox
    • slidingpager
    • spotlight
    • statusbar
    • tabclosemenu
    • tabfx
    • tabmenu
    • tabscrollermenu
    • tabstrip
    • taglabel
    • toolbardroppable
    • transformgrid
    • verticalmarker
    • view
    Attached Thumbnails Click image for larger version. 

Name:	ux002.png 
Views:	19 
Size:	40.0 KB 
ID:	22421  
    Last edited by Daniil; Mar 13, 2015 at 7:43 AM. Reason: [CLOSED]
  2. #2
    Hi Raphael,

    Thank you for the request!

    Yes, we have such an Issue already:
    https://github.com/extnet/Ext.NET/issues/279

    Unfortunately, we didn't quite have a chance to implement it.

    I am referring this thread in the Issue.
    Last edited by Daniil; Mar 12, 2015 at 8:18 PM.
  3. #3
    Unfortunately, we didn't quite have a change to implement it.
    Did you mean chance?

    I am referring this thread in the Issue.
    I could not understand. Can you expand on that?
  4. #4
    Did you mean chance?
    Thanks, corrected.

    I could not understand. Can you expand on that?
    I meant that I added the link to this thread in the Issue. If anything regarding that will be changed, we'll update the thread with a follow-up.
  5. #5
    Thank you Daniil.
    Last edited by RCN; Mar 12, 2015 at 8:25 PM.
  6. #6
    I am closing this thread as the Issue is already linked to another thread.

Similar Threads

  1. Bundling support
    By PetrSnobelt in forum 2.x Help
    Replies: 3
    Last Post: Sep 05, 2013, 11:01 AM
  2. How to reference External Javascript Files????
    By healingnations in forum 1.x Help
    Replies: 1
    Last Post: Dec 07, 2011, 2:45 AM
  3. [CLOSED] XScript with referenced javascript files
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 07, 2011, 1:32 PM
  4. Using javascript.js files in ext:XScript
    By kutlu in forum 1.x Help
    Replies: 6
    Last Post: Dec 17, 2010, 10:17 PM
  5. Replies: 2
    Last Post: Aug 07, 2008, 3:35 PM

Posting Permissions