MDL-38309 move HTML generation from print_tabs() to renderer
authorMarina Glancy <marina@moodle.com>
Thu, 11 Apr 2013 09:06:52 +0000 (19:06 +1000)
committerMarina Glancy <marina@moodle.com>
Mon, 15 Apr 2013 02:13:03 +0000 (12:13 +1000)
commitc269b9d16fc5dd042424942aa50028f63d7bcacd
treeb87fc775647b0e54806a9074ede713bf2c4c8ce0
parentb3661ab272284da54e29428371b9503f66bc1a73
MDL-38309 move HTML generation from print_tabs() to renderer

- created renderable object tabtree that represents the tree of tabs, extends tabobject
- created core_renderer::tabtree(), and supporting core_renderer::render_tabtree(), core_renderer::render_tabobject()
- change print_tabs() to use renderer function, deprecate supporting not needed functions
lib/deprecatedlib.php
lib/outputcomponents.php
lib/outputrenderers.php
lib/weblib.php