Search Results

Type: Posts; User: LeeTheGreek

Page 1 of 5 1 2 3 4
Search took 0.01 seconds.
  1. Hi Daniil,

    I am using the treepanel to navigate to different sections of my application. When i click on a node, it will redirect to a specific page. I know which node has been clicked by the...
  2. Hi,

    I have added a treepanel to my web application. I would like the ability to expand the tree from the selected node (i have the id of the node) upwards (bubble), leaving all other nodes on the...
  3. Hi Vladimir,

    your modified solution works, but it will only show the menu if its the active tab. I want to show the menu items when i hover over the tab, without it having to be the active tab.
    ...
  4. Thanks Guys,

    Solution works, but if i have more than one panel then the panel has to be selected first before you can hover over the menu items. Is there a to solve this little pickle?

    Cheers
    ...
  5. Hi,

    I have created a tab menu for one of my pages. My client has requested that rather than clicking the expand button on the tab to open the sub menu (menu1), he would like to hover over it. Is...
  6. Hi,

    I was wondering if there was a way to add a strikethrough to a gridpanel row

    Kind Regards

    Lee
  7. Hi,

    I have created a page that includes a viewport. However when i view the page, the viewport encapsulates the entire page. Is there a way i can display the viewport within a div or ext panel?
    ...
  8. Hi,

    I am developing on a virtual machine running windows 7 64 bit and visual studio 2010.

    Lee
  9. Hi,

    I have created a project that uses .net framework 4 using visual studio 2010. I have added the Ext.Net solution to my project. When i run it i get the following error:

    I changed the target...
  10. Thanks Vlad,

    Works a treat!! :o
  11. Hi Geoffrey,

    The .reload() method just refreshes the iframe. I want to call a direct event to reload a different iframe within the tab that is currently active.

    The Activate DirectEvent is...
  12. Hi,

    I have created a bunch of tabs, each with their own iframe. The iframes are loaded when the "activate" direct event is fired. eg




    <a href="#"...
  13. Hi,

    Below is a link to the sample project. Apologies for it not being an attachment. The upload tool kept hanging.



    Regards

    Lee
  14. Thanks Daniil :)
  15. Thanks Guys,

    Worked a treat! I have decided to play with some code from an old thread that dynamically creates iframe windows. The only problem is once i create the window and close it. Any...
  16. Hi,

    I have been playing with iframes and i have successfully been able to assign a url to an iframe using javascript. However once i upgraded to the latest version of coolite ext.net, whenever the...
  17. ResourceManager is null. It is located within the asp.net form. This used to work fine until i upgraded to the latest version of Coolite. Below is the sample masterpage i am playing with.



    ...
  18. Hi,

    I will attach a sample project later today, in the meantime i have another question that might be related. If i download the latest version of Ext.Net and include it within my project (vs.net...
  19. Hi,

    I have a coolite tabpanel enclosed within a coolite panel control. When i click on a tab, the following javascript error occurs: Microsoft JScript runtime error: 'disabled' is null or not an...
  20. Hi,

    Is it possible to assign multiple custom targets?

    Thanks

    Lee
  21. Hi,

    I want to assign a json collection object to my store and then reload the gridpanel. Can i do this on the client side? I am using the 1.0 preview build.

    Cheers

    Lee
  22. Here you go. By default if nothing has been selected, all rows are submitted.




    <ext:Store ID="_store1" runat="server" AutoLoad="true" RefreshAfterSaving="None"...
  23. i figured out the problem. The tab was effected by the following css:



    ul,ol,dl{margin:0;padding:0 0 1em 0;}
    ul{list-style-type:disc;}
    ol{list-style-type:none;}


    I commented out the above...
  24. Hi,

    I am loading an external page within a panel. To achieve this i am using the following code:



    _panel1.LoadContent(new LoadConfig("mypage.aspx", LoadMode.IFrame, false));


    How can i...
  25. Hi,

    I was viewing the example with IE8.

    Lee
Results 1 to 25 of 108
Page 1 of 5 1 2 3 4