What happen with the 'Autowidth' property of a simple window ????

  1. #1

    What happen with the 'Autowidth' property of a simple window ????

    Version 0.8 - VS 2005

    Validation (ASP.Net): Attribute 'AutoWidth' is not a valid attribute of element 'Window'.

    the window:

    <ext:Window ID="winFoto" Border="false" runat="server" Modal="true" Show&#111;nload="false" AutoHeight="true" AutoWidth="true" Title="Foto" Center&#111;nload="true">
        <Body>
            <img src="" id="clickedImage" alt="" />
        </Body>
    </ext:Window>
  2. #2

    RE: What happen with the 'Autowidth' property of a simple window ????

    I think the .AutoWidth property was removed because it was accidentally added in an earlier release. The <ext:Window> does not support the .AutoWidth property.

    Geoffrey McGill
    Founder

Similar Threads

  1. How to show a simple window ?
    By Greg44 in forum 2.x Help
    Replies: 2
    Last Post: Aug 07, 2012, 10:36 PM
  2. Simple Window.show() not working
    By Tbaseflug in forum 2.x Help
    Replies: 3
    Last Post: May 23, 2012, 2:37 PM
  3. [CLOSED] Window with autowidth
    By SouthDeveloper in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 13, 2011, 11:47 PM
  4. Replies: 3
    Last Post: Feb 24, 2009, 2:37 PM
  5. [CLOSED] Window AutoWidth behavior
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jan 02, 2009, 9:41 AM

Posting Permissions