noalyss Version-9
|
concerns the tags linked to an action More...
Public Member Functions | |
__construct ($p_cn, $p_id=-1) | |
select ($p_prefix="") | |
let select a tag to add More... | |
select_search ($p_prefix, $title=true) | |
let select a tag to add to the search More... | |
update_search_cell ($p_prefix) | |
In the screen search add this data to the cell. More... | |
Public Member Functions inherited from Tag | |
__construct ($p_cn, $id=-1) | |
form_add () | |
Display a inner window with the detail of a tag. More... | |
get_data () | |
query_active_tag () | |
remove ($p_array) | |
save ($p_array) | |
set_data ($data) | |
show_form_add () | |
Show the tag you can add to a document. More... | |
show_list () | |
Show the list of available tag. More... | |
Static Public Member Functions | |
static | add_clear_button ($p_prefix) |
clear the search cell More... | |
static | select_tag_search ($p_prefix) |
Show a button to select tag for Search. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Tag | |
$cn | |
concerns the tags linked to an action
Definition at line 35 of file tag_action.class.php.
Tag_Action::__construct | ( | $p_cn, | |
$p_id = -1 |
|||
) |
|
static |
clear the search cell
Definition at line 66 of file tag_action.class.php.
References HtmlInput\button(), and Dossier\id().
Tag_Action::select | ( | $p_prefix = "" | ) |
let select a tag to add
Definition at line 45 of file tag_action.class.php.
References $ret.
Tag_Action::select_search | ( | $p_prefix, | |
$title = true |
|||
) |
let select a tag to add to the search
Definition at line 90 of file tag_action.class.php.
|
static |
Show a button to select tag for Search.
Definition at line 55 of file tag_action.class.php.
References $r, HtmlInput\button(), and Dossier\id().
Tag_Action::update_search_cell | ( | $p_prefix | ) |
In the screen search add this data to the cell.
Definition at line 76 of file tag_action.class.php.