Duration: 19:01 min
Summary: In this video, we will continue our discussion of tabstrip be exploring the other properties and functions we have available. First, we will create the unordered list to represent the actual tabs, but we will not create the divs for the contents. Those divs will be created using the dataSource property. The content will be retrieved from HTML files using the contentUrl property. We will also append a tab dynamically using the append function. Since the text will not be encoded, we will add some HTML to spice the text up a bit. In addition to other set up properties, we will also look at the animation option and see how to animation the open and close functionalities.
One more discussion of the tabstrip will take us into the contentUrls property. Here, we will not add the divs either, but we will provide an array of contents (array of html files) that will correspond to the tabs provided in the unordered list. We will also keep the animation options, and handle the contentLoad event. We will log some formatted content as this event is triggered.