+ Reply to Thread
Results 1 to 4 of 4

Thread: Where is mlTabs function?

  1. #1

    Where is mlTabs function?

    You removed mlTabs function in system.lib.js file since 4.6
    It is using in rlAccount.class and banner plugin files.
    Does it a mistake by flynax ?

  2. #2
    Hello Bahram,

    Yes we removed mlTabs method for switching tabs. Now we are using method: tabsSwitcher in file ftp://templates>>your_template>>js>>lib.js
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    OK Viktor, then please explain, how we should replace mlTabs instance with tabsSwitcher in rlAccounts.class.php and two tpl files in banner plugin and perhaps other plugins

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    Try to use like that: flynaxTpl.tabsSwitcher( <your_selector> );

+ Reply to Thread