You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Dynamic tabs layout issue

edited Aug 6, 2019 6:15AM in Visual Builder 7 comments

Summary

Dynamic tabs layout issue

Content

Hi,

Trying to create dynamic tabs, when adding for each styling disappears and tabs look like regular links.

 

Code:

<oj-tab-bar edge="top" id="oj-tab-bar-1839322052-1" selection="{{$page.variables.ojTabBar18393220521SelectedItem6}}">
        <ul>

    <oj-bind-for-each data="{{ $flow.variables.usersArr }}">
        <template>
            <li>
                <a href="#" :id="[['oj-tab-bar-1839322052-1-tab-' + $current.index + '-tab']]" aria-controls="[['oj-tab-bar-1839322052-1-tab-' + $current.index + '-panel']]"><oj-bind-text value="{{'Tab '+$current.data.userName}}"></oj-bind-text></a>
            </li>
        </template>
    </oj-bind-for-each>
        </ul>
    </oj-tab-bar>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!