Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Don't understand data-toggle part
Message
 
 
To
All
General information
Forum:
Bootstrap
Category:
Buttons
Title:
Don't understand data-toggle part
Miscellaneous
Thread ID:
01654643
Message ID:
01654643
Views:
60
Hi everybody,

Can you please explain what data-toggle means in this markup
<button class="btn" ng-click="loadAceEditorFile(currentLayout)" ng-hide="currentLayout.layoutTypes.isFrx" 
                                data-toggle="tooltip"
                                title="@Messages.loadlocalfile">
                            <i class="fa fa-file fa-2x"></i>
                        </button>
                        <button class="btn" ng-click="saveAceEditorFile(currentLayout, editorLayout)" ng-hide="currentLayout.layoutTypes.isFrx" 
                                data-toggle="tooltip"
                                title="@Messages.saveToLocalFile">
                            <i class="fa fa-save fa-2x"></i>
                        </button>
There is no tooltip mentioned anywhere else in the page. What does this line for the button mean?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform