Window without border, header, title

  1. #1

    Window without border, header, title

    I like make one window without border, header, top buttons (close etc..) and title
    is only one containner, I go to use this in one "wizard" in desktopWindow, and i have the titles and buttons of the desktop, I like use FitLayout in Window for one grid, but I have onde desktopWindow loading page with iframe mode. and in this model the code display 2 boxes with 2 headers....

    I can make this display one header????


    thanks, sorry my english
  2. #2

    RE: Window without border, header, title

    Hi reinaldo.designerdigital,

    I'm not 100% sure if I understand your request, but does setting Header="false" on the Windows or Panels help solve the problem?


    Are you able to post a code sample demonstrating how you have have the Window control configured? Or, a screencapture with notes pointing to what is wrong.*


    Hope this helps.


    Geoffrey McGill
    Founder
  3. #3

    RE: Window without border, header, title



    <ext:Panel Header="false"  runat="server" Visible="true" ID="cPnlSelCliente" Title="Seleção de clientes">
            <Body>
                <ext:TriggerField 
                    ID="cTrfFiltroCliente"  
                    FieldLabel="&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; procurar por" 
                    Width="350" 
                    runat="server">
                    <Triggers>
                        <ext:FieldTrigger Qtip="Filtrar" Icon="Search" />
                    </Triggers>
                    <Listeners>
                    </Listeners>
                </ext:TriggerField>
                <ext:FitLayout runat="server">
                    <ext:GridPanel StoreID="StoreProduto" runat="server">
                            ......
    and the result in the attach,

    note, in red, the TriggerField
    in yellow the panel header....

    is wrong, the fit in code to be in the pannel not out this...

    the header=false work fine with panel but not with window



Similar Threads

  1. Replies: 3
    Last Post: Jul 01, 2013, 6:24 AM
  2. Replies: 1
    Last Post: May 21, 2011, 1:20 PM
  3. [CLOSED] Panel header and border visibility
    By kenanhancer in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 20, 2011, 11:54 AM
  4. [CLOSED] How to remove the TabPanel header bottom border?
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 12, 2010, 3:09 PM
  5. Replies: 4
    Last Post: Mar 04, 2010, 12:06 PM

Posting Permissions