mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
add a bit of phpdoc explanation.
This commit is contained in:
parent
03e2454671
commit
0ec0bc7654
@ -543,9 +543,15 @@
|
|||||||
/*!
|
/*!
|
||||||
@function create_tabs
|
@function create_tabs
|
||||||
@abstract create tabs
|
@abstract create tabs
|
||||||
@param $tabs ?
|
@param array $tabs an array repersenting the tabs you wish to display, each element
|
||||||
@param $selected ?
|
in the array is an array of 3 elements, 'label' which is the
|
||||||
|
text displaed on the tab (you should pass translated string,
|
||||||
|
create_tabs will not do <code>lang()</code> for you), 'link'
|
||||||
|
which is the uri, 'target', the frame name or '_blank' to show
|
||||||
|
page in a new browser window.
|
||||||
|
@param mixed $selected the tab whos key is $selected will be displayed as current tab
|
||||||
@param $fontsize optional
|
@param $fontsize optional
|
||||||
|
@return string return html that displays the tabs
|
||||||
*/
|
*/
|
||||||
function create_tabs($tabs, $selected, $fontsize = '')
|
function create_tabs($tabs, $selected, $fontsize = '')
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user