{ "data" : { "tooltipVisible" : "A boolean value that will show or hide the tooltip.", "tooltipText": "The text inside the tooltip.", "tooltipArrow" : "A boolean value that indicates whether or not to show the tooltip arrow.", "tooltipPosition" : "The position to display the tooltip. This value can be 'top', 'right', 'bottom', or 'left'." }, "alert_notification" : { "title" : "Create a Tooltip Plugin", "description" : "This specific element would be easier to re-use in your applications if it were converted into its own plugin. Here's a guide that will show you how to convert this element into it's own plugin." }, "additional" : { "description" : "

Each tab button needs to contain the following attributes :id=\"$id(tabId)\" @click=\"tabButtonClicked($el)\". Each button will sequentially show or hide any content element with the following attributes :id=\"$id(tabId + '-content')\" x-show=\"tabContentActive($el)\". See example one below for a simple demo of this functionality.

" } }