[CLOSED] Ext.Msg - How to

  1. #1

    [CLOSED] Ext.Msg - How to

    I am using Ext.Msg.show to display my error messages to my application users, and that works fine, except I have some instances where the error needs to generate a lot of details for debugging/troubleshooting, etc. I noticed that the Ext.Msg, has a multiline property that can be set to true. How do I set the text of that multiline to be the "details" of my error, but still display a nice, short "summary" error as normal?
    Last edited by Daniil; Aug 29, 2012 at 1:09 PM. Reason: [CLOSED]
  2. #2
    Hi,

    The "multiline" config option is for prompt.
    http://docs.sencha.com/ext-js/4-1/#!...-method-prompt

    I think you just need to generate HTML with respective CSS for a MessageBox to get a view you need.
  3. #3
    That's what I wound up doing. Feel free to close the thread.

Tags for this Thread

Posting Permissions