new TabFx plugin

  1. #1

    new TabFx plugin

    I've added a new TabFx plugin which fires a visual effect when a Tab becomes Active or is selected. The default fx is "frame" and shows a ripple of exploding attenuating borders around the Tab.

    Example

    <ext:TabPanel ID="TabPanel1" runat="server" ActiveTabIndex="0" Height="185" Width="300">
        <Tabs>
            <ext:Tab ID="Tab1" runat="server" Title="Tab 1" />
            <ext:Tab ID="Tab2" runat="server" Title="Tab 2" />
            <ext:Tab ID="Tab3" runat="server" Title="Tab 3" />
        </Tabs>
        <Plugins>
            <ext:TabFx runat="server" />
        </Plugins>
    </ext:TabPanel>
    Hope this helps.

    Geoffrey McGill
    Founder
  2. #2

    RE: new TabFx plugin

    Forgot to mention, the <ext:TabFx> plugin will be publicly available in the upcoming v0.8 release. For those with support subscriptions, you can SVN update and get the latest code.

    Geoffrey McGill
    Founder
  3. #3

    RE: new TabFx plugin

    Hi Geoff,

    cool! Have you tried with (that problematic browser) IE 7? It gives me error.

    Thanx

    Matteo
  4. #4

    RE: new TabFx plugin

    Nice contribution.

    Cheers,
    Timothy

Similar Threads

  1. [CLOSED] Plugin
    By boris in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Nov 23, 2011, 1:10 PM
  2. 1.0 generic plugin
    By [WP]joju in forum 1.x Help
    Replies: 7
    Last Post: Dec 07, 2009, 12:37 PM
  3. [FIXED] [V0.8] TabFx Error
    By Timothy in forum Bugs
    Replies: 2
    Last Post: Apr 02, 2009, 10:02 AM

Posting Permissions