[CLOSED] Equivalent of Panel.AutoLoad.NoCache?

  1. #1

    [CLOSED] Equivalent of Panel.AutoLoad.NoCache?

    Hi,

    What's the functional replacement of Panel.AutoLoad.NoCache property in v2.x? Also, what's the property for setting the Tooltip? It used to be TabTip but now this change is breaking.

    Edit in: Found the breaking change log at https://examples2.ext.net/#/Getting_...AKING_CHANGES/. It's helpful. TabTip property is missing from it, everything else I've asked above is there.

    Panel.Loader.??
    Panel.TabTip="Test";   // Breaks
    Last edited by Daniil; Apr 30, 2013 at 1:34 PM. Reason: [CLOSED]
  2. #2
    Hi Vadym,

    Thank you, I have added a new item.

    169. The BoxComponentBase's TabTip property has been removed. Please use the TabConfig's ToolTip of the AbstractPanel class.

    //Example

    //Old
    <ext:Panel runat="server" TabTip="tooltip" />
    //New
    <ext:Panel runat="server">
         <TabConfig runat="server" ToolTip="tooltip" />
    </ext:Panel>
  3. #3
    Thanks Daniil! BTW, is there a specific thread where folks can suggest breaking changes, e.g.:

    <%-- Old --%>
    SelectionMemory="Enabled"
    <%-- New --%>
    SelectionMemory="true"
  4. #4
    A nice idea. I've just started a new thread.
    http://forums.ext.net/showthread.php?24647

    Meanwhile, I added a new item.
    170. The GridPanelBase's SelectionMemory property is a bool type now instead of SelectionModeMemory enum.

Similar Threads

  1. Replies: 2
    Last Post: Apr 02, 2012, 8:03 PM
  2. Autoload Tab Panel
    By shijith in forum 1.x Help
    Replies: 5
    Last Post: Aug 26, 2010, 9:04 AM
  3. Replies: 1
    Last Post: Dec 30, 2008, 5:25 AM
  4. Auto Resize Panel in ViewPort on client-side Panel.AutoLoad
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 13
    Last Post: Dec 03, 2008, 3:27 PM
  5. [CLOSED] Auto Resize of North Panel in ViewPort on Panel.AutoLoad
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 19, 2008, 12:13 AM

Tags for this Thread

Posting Permissions