Helper Scripts

Tizen Advanced UI (TAU) framework provides helper script to support some creating usable components for the Web applications.

Table: TAU helper script
Namespace of Helper Description
SnapListMarqueeStyle Provides creating marquee-able and expandable list style with SnapListview.

You can use TAU helper as follows:

<script>
 var helperInstance = tau.helper.NameSpace
</script>

Where to Go Next