[CLOSED] Set a message on a disabled panel mask

  1. #1

    [CLOSED] Set a message on a disabled panel mask

    Hi,
    I am wondering if it is possible to set a message on a disabled panels mask. Quite like the loading message on a direct event mask.

    I have a disabled panel and want to tell the user something like "Please select a user" on the disabled panel to enable it.

    I have had a look and cannot find any way to do it.

    Thanks

    Fergus
    Last edited by Daniil; Sep 02, 2013 at 3:42 PM. Reason: [CLOSED]
  2. #2
    Hi Fergus,

    Yes, you could reuse masking.
    App.Panel1.body.mask("Please select a user", "no-image");
    <style>
        .no-image .x-mask-msg-text {
            background-image: none;
        }
    </style>
    You can stylize other things if needed.
  3. #3
    Thanks Daniil,
    Thats what i was looking for.

    You can mark as closed.

    Fergus

Similar Threads

  1. [CLOSED] DirectEvent Mask Message
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 15
    Last Post: Dec 06, 2012, 7:03 PM
  2. Replies: 9
    Last Post: Nov 27, 2012, 11:16 PM
  3. [CLOSED] Why Collapsible panel not disabled while loading?
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 02, 2012, 3:13 PM
  4. Replies: 6
    Last Post: Jun 15, 2011, 12:07 PM
  5. [CLOSED] [1.0] Disabled panel
    By FVNoel in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 14, 2011, 6:35 PM

Tags for this Thread

Posting Permissions