1 from unfold.composite import Composite
3 class Tabs (Composite):
5 def requirements (self):
6 return { 'js_files' : ['js/tabs.js', 'js/bootstrap.js'],
7 'css_files' : ['css/bootstrap.css', 'css/tabs.css', ]
10 def template_file (self):
13 # see Composite.py for the details of template_env, that exposes global
14 # 'sons' as a list of sons with each a set of a few attributes
15 def json_settings_list (self):