[OPEN] [#468] TabStrip improvements

  1. #1

    [OPEN] [#468] TabStrip improvements

    Hello,

    1) Missed Cls attribute in the <ext:Tab> item.
    2) Will be good if <TabConfig> tag in a panel will be used by <ext:Tab>

    Yury
    Last edited by Daniil; Apr 14, 2014 at 9:38 PM. Reason: [OPEN] [#468]
  2. #2
    Hi Yury,

    Thank you for the suggestion. I think we are not going to change/improve it in v2, but we are going to look into it for v3.
    https://github.com/extnet/Ext.NET/issues/468

    1) Missed Cls attribute in the <ext:Tab> item.
    In v2 please use
    <ext:Tab Text="Summary">
        <CustomConfig>
            <ext:ConfigItem Name="cls" Value="my-tab" Mode="Value" />
        </CustomConfig>
    </ext:Tab>
    2) Will be good if <TabConfig> tag in a panel will be used by <ext:Tab>
    No workaround for this one. It requires to set up the same settings for each tab.

    Also implementing a custom class inheriting from TabStrip is an option.

Posting Permissions