Search Results

Type: Posts; User: moth1

Search took 0.02 seconds.
  1. Thanks very much Daniil this has fixed it, you can close the thread.
  2. I mean the 4th portlet in a portal column and below lose there blue title bar and are not drag able anymore etc
  3. Hi All,
    I'm trying to see if the portlets have a bug, below is the code used.

    In IE8 the portlet 4 down lose their title and just have white space, is there a way to stop this and how many...
  4. Hi All,
    When hosting my site under SSL https ext.net works fine but when I try to load a nonsecure site to the below ext window a get a browser warning about the site being non secure and I can stop...
  5. Hi All,
    I have this layout and in IE8 when adding a Tab to the "centre" TabPanel it in intermittently throws exception

    Message: Invalid argument.
    Line: 7
    Char: 150119
    Code: 0
    URI: ...
  6. Hi All,
    I would like to know if it is possible to have a maximise tool in a Tab on a TabPanel?

    Pretty much the same way a close tool looks

    Something like below


    tab.tools = [{
    id:...
  7. Hi All,
    This Thread demonstrates how to export only the data from the Visible columns of a Gridpanel.

    This uses Javascript(EXT) code to get access to the Store for the data and the Gridpanel to...
  8. Hi Guys,I love this plugin great feature that the portal was missing!!


    One problem when I maximise the portlet the panel in side the new window is draggable and when you drag out and drop the...
  9. Hi Guys,
    This is now working, this is the settings I used if anyone is interested,



    <ext:ViewPort ID="ViewPort1" runat="server">
    <Body>
    <ext:FitLayout ID="FitLayout1"...
  10. Hi All,
    I have this layout running and it works fine in IE 6+ but in Firefox 3+ it only renders about a third of the Panel so you have to scroll to move around the iframe.



    <ext:ViewPort...
  11. Is it possible to set the RowHeight of a row in a RowLayout using an event or javascript?
    I have tried this using c# code behind of a button click but this does not work



    rlmain.Rows[...
  12. I just worked this out suprisingly by reading this forum.
    This code is added to the child page


    parent.TabPanelName.autoLoad.url='PDF.aspx'; parent.TabPanelName.reload();
  13. Hi All,
    Just a quick question,
    Is it possible to talk to the parent Tab from an autoloaded aspx page?
    What I am trying to do is have a button on the iFrame page that will load a PDF into the...
  14. Hi Guys,
    When using this code the radio group will only render one column in IE6 but in Firefox 3 it renders right



    <ext:RadioGroup ID="cbxIt" runat="server" HideLabel="true" ...
  15. Ok,
    Problem Solvered!
    I changed the AjaxEvent.IsUpload to true and it let's it through!!!!!
    Thanks for all your help.
    Tim
  16. Ok just a quick update
    I have changed the ajaxevent to this


    tab2.AutoLoad.Url = "http://localhost:5041/Test/PDF.aspx";
    tab2.LoadContent();


    I changed the ajax event to reload with the PDF...
  17. Ok this is the exact code that I'm using, you will need iTextSharp


    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Web;
    using System.Web.UI;
    using...
  18. Hi,
    I am trying to open a PDF from an asp.net page inside a TabPanel and then show save/open dialog of either IE or FF the code is


    Response.ContentType = "application/pdf";
    ...
  19. When I fire an AjaxEvent on a GridPanel the event keeps on firing, this also happens when using <Listeners>.
    This is the markup


    <SelectionModel>
    <ext:RowSelectionModel ID="RowSelectionModel1"...
  20. Hi Geoffrey,
    Thanks for your prompt reply.

    Is there any way using 0.8 to add a .Net button or any kind of an event to a GridPanel?
    All I want to do is create and add a new Desktopwindow.

    I...
  21. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 10"><meta name="Originator"...
Results 1 to 21 of 21