Search Results

Type: Posts; User: NickBin

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Sorry to have replied too late. The application was moved to a subdomain from the root.

    Here's the details again:

    Demo Sites:
    http://demo.aspdoc.net/administrator/...
  2. To start off, I have pasted the example shown in the following url,

    https://examples2.ext.net/#/Form/FormPanel/Validation/

    And added code to initialize the values on form load event.

    ...
  3. OK, got it.


    #{DeleteButton}.fireEvent("click");
  4. I have a button, like this



    <ext:Button ID="DeleteButton" runat="server" Text="Delete" Icon="PageDelete">
    <DirectEvents>
    <Click OnEvent="DeleteButton_Click">
    ...
  5. Solved. I was able to solve this problem by using IDMode="Static" or "Client".

    Thank you.
  6. In, main.js file,


    var node = App.exampleTree.getStore().getNodeById(id),
    expandAndSelect = function (node) {
    App.exampleTree.animate = false;
    node.bubble(function (node) {...
  7. I am using the main.js file

    https://examples2.ext.net/resources/js/main.js

    I don't have a store, instead created nodes like shown in this example
    ...
  8. Wooowow, thanks. :)
  9. Sorry for being too lazy to look at sencha documentation. What is the equivalent code of:


    <ext:TreePanel>
    <Listeners>
    ...
  10. I advise you to concatenate fields on the database. This would depend upon the DBMS you are using

    Server Side Solution (On Database Server)

    SQL Server


    Oracle/PostgreSQL
  11. Content Pages....
    Hi,

    I am using Master Page --> Content Pages. Could you please suggest what could be done instead of this?

    Similarly, we do not want to use tabpanel for loading pages. :)

    Regards.
  12. Thank you ismailkocacan.
  13. TinyMCE and TabPanel
    TinyMCE control becomes noneditable or readyonly when it is placed on the background tab, or the tab which is not initially active on page load. After a couple of days of...
  14. Point noted. However, we need viewstate on some cases where we have asp.net controls.



    Indeed.



    Something wrong happened with upload, checking.
  15. We had this application written for our organization in ASP.net 2.0 previously. I am amazed by the performance of Ext.NET controls. The hosted solution lies on a shared server along with other...
  16. Hi,

    We are developing a web application based on Ext.net. The development stage is in Alpha stage.

    Demo:

    http://aspdoc.net/administrator

    UserName: demo [at] aspdoc [dot] net
    Password:...
  17. Hi capturetheflag,

    Welcome to Ext.net forums. :)

    A couple of questions

    Usage
    As going through your attachment, I guess you are using ExtJS and want the client-side-only functionality. No...
  18. Hi ramzey,

    I could not fully understand what you said.

    The scripts work fine with or without the plugin "Ext.DataView.DragSelector". Could you please post the markup if you have any problem.
    ...
  19. With reference to the following post

    http://forums.ext.net/showthread.php?16204-Ext-NET-DataView-with-KeyNav-Support

    here is an improved version of KeyNav Support for DataView

    JavaScript...
  20. JavaScript Function


    var rotatePanel = function (panel, increment) {
    var activeItem = panel.items.indexOf(panel.layout.activeItem);
    var totalItems = panel.items.length;
    var index =...
  21. The above code has been tested with a DataView with a paging control and seems to work well.

    If you find any problems regarding the usage of the code, please feel free to contact me.

    Regards
  22. Hi Admins:

    The above post is an example of how we can use KeyNav along with DataView.

    This post has been moved from "examples and extras" to "help" section of this forum by mistake.

    Regards.
  23. I have been a big fan of DataView control since it a powerful, flexible, and optimizable control. The biggest concern was that it lacked keyboard navigation. After visiting Sencha DataView...
  24. Thanks CarWise for pointing out the mistake.
  25. Further to

    EXT.Net Examples Website: https://examples1.ext.net/#/GridPanel/Miscellaneous/Export_Data_PostBack/
    methode's Concept: http://forums.ext.net/showthread.php?1395-PDF-Export

    This is...
Results 1 to 25 of 26
Page 1 of 2 1 2