[CLOSED] Ext.Msg.show maxWidth config

  1. #1

    [CLOSED] Ext.Msg.show maxWidth config

    Hi,

    Ext.Msg.show maxWidth isn't applied in 2.x.

    Example
    <ext:Window runat="server" Height="500" Width="500">
                    <Items>
                        <ext:Label runat="server" Text="Some sample text" />
                    </Items>
                    <Listeners>
                        <BeforeClose Handler="Ext.Msg.show({
                            title: 'Application Title',
                            msg: 'There is some modifications in your the form -Window Title-. Do you wish to save changes?',
                            buttons: Ext.Msg.YESNOCANCEL,
                            icon: Ext.MessageBox.QUESTION,
                            maxWidth: 100
                        }); return false;" />
                    </Listeners>
                </ext:Window>
    Last edited by Daniil; Sep 21, 2012 at 10:57 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Thanks for the report. I have re-reported to Sencha.
    http://www.sencha.com/forum/showthread.php?232851

    Please use "width" for now.
  3. #3
    Ok thanks for report to Sencha
  4. #4
    They have already opened a bug.
  5. #5
    Fixed with Ext.JS 4.1.2 (tested in Ext.NET rev 4363)
  6. #6
    Thank you for confirming!

Similar Threads

  1. Replies: 1
    Last Post: Jan 27, 2012, 11:32 AM
  2. web.config for version 1.0
    By thchuong in forum 1.x Help
    Replies: 4
    Last Post: Apr 19, 2010, 6:05 AM
  3. [CLOSED] MaxWidth on a Field or FormPanel
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Feb 18, 2010, 4:14 PM
  4. [CLOSED] Anchor MaxWidth
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 08, 2010, 9:40 AM
  5. Web.config
    By swallace in forum 1.x Help
    Replies: 9
    Last Post: Dec 09, 2008, 10:28 AM

Tags for this Thread

Posting Permissions