dolibarr
x.y.z
|
This file is a library for Ticket module. More...
Go to the source code of this file.
Functions | |
ticketAdminPrepareHead () | |
Build tabs for admin page. More... | |
ticket_prepare_head ($object) | |
Build tabs for a Ticket object. More... | |
showDirectPublicLink ($object) | |
Return string with full Url. More... | |
generate_random_id ($car=16) | |
Generate a random id. More... | |
llxHeaderTicket ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='') | |
Show header for public pages. More... | |
This file is a library for Ticket module.
Definition in file ticket.lib.php.
generate_random_id | ( | $car = 16 | ) |
Generate a random id.
int | $car | Length of string to generate key |
Definition at line 194 of file ticket.lib.php.
llxHeaderTicket | ( | $title, | |
$head = "" , |
|||
$disablejs = 0 , |
|||
$disablehead = 0 , |
|||
$arrayofjs = '' , |
|||
$arrayofcss = '' |
|||
) |
Show header for public pages.
string | $title | Title |
string | $head | Head array |
int | $disablejs | More content into html header |
int | $disablehead | More content into html header |
array | $arrayofjs | Array of complementary js files |
array | $arrayofcss | Array of complementary css files |
Definition at line 216 of file ticket.lib.php.
showDirectPublicLink | ( | $object | ) |
Return string with full Url.
The file qualified is the one defined by relative path in $object->last_main_doc
Object | $object | Object |
Definition at line 157 of file ticket.lib.php.
ticket_prepare_head | ( | $object | ) |
Build tabs for a Ticket object.
Definition at line 83 of file ticket.lib.php.
ticketAdminPrepareHead | ( | ) |