noalyss Version-9
|
concerns the tags linked to an accountancy writing More...
Public Member Functions | |
__construct ($p_cn, $p_id=-1) | |
get_jrn_id () | |
select ($p_prefix="") | |
let select a tag to add More... | |
select_search ($p_prefix) | |
let select a tag to add to the search More... | |
set_jrn_id ($jrn_id) | |
tag_add ($p_tag_id) | |
Links a tag to an operation. More... | |
tag_cell ($p_div) | |
show the cell content in Display for the tags More... | |
tag_get () | |
get the tags of the current objet More... | |
tag_remove ($p_tag_id) | |
Remove a tag. 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 | button_search ($p_jr, $p_div) |
Show a button to select tag for Search. More... | |
static | select_tag_search ($p_prefix) |
Show a button to select tag for Search. More... | |
Private Attributes | |
$jrn_id =-1 | |
Additional Inherited Members | |
Protected Attributes inherited from Tag | |
$cn | |
concerns the tags linked to an accountancy writing
Definition at line 34 of file tag_operation.class.php.
Tag_Operation::__construct | ( | $p_cn, | |
$p_id = -1 |
|||
) |
|
static |
clear the search cell
Definition at line 81 of file tag_operation.class.php.
References HtmlInput\button(), and Dossier\id().
|
static |
Show a button to select tag for Search.
$p_jr | jr_id of the operation |
$p_div | prefix of the dialog box |
Definition at line 70 of file tag_operation.class.php.
References $js, $r, HtmlInput\button(), and id.
Tag_Operation::get_jrn_id | ( | ) |
Tag_Operation::select | ( | $p_prefix = "" | ) |
let select a tag to add
Definition at line 58 of file tag_operation.class.php.
References $ret.
Tag_Operation::select_search | ( | $p_prefix | ) |
let select a tag to add to the search
Definition at line 183 of file tag_operation.class.php.
|
static |
Show a button to select tag for Search.
Definition at line 194 of file tag_operation.class.php.
Tag_Operation::set_jrn_id | ( | $jrn_id | ) |
Definition at line 49 of file tag_operation.class.php.
References $jrn_id.
Tag_Operation::tag_add | ( | $p_tag_id | ) |
Links a tag to an operation.
int | $p_tag_id | tag.t_id |
Definition at line 106 of file tag_operation.class.php.
Tag_Operation::tag_cell | ( | $p_div | ) |
show the cell content in Display for the tags
$div | prefix of the DOM id called also by ajax |
Definition at line 125 of file tag_operation.class.php.
Tag_Operation::tag_get | ( | ) |
get the tags of the current objet
Definition at line 152 of file tag_operation.class.php.
Tag_Operation::tag_remove | ( | $p_tag_id | ) |
Remove a tag.
int | $p_tag_id | tag id |
Definition at line 171 of file tag_operation.class.php.
Tag_Operation::update_search_cell | ( | $p_prefix | ) |
In the screen search add this data to the cell.
Definition at line 91 of file tag_operation.class.php.
|
private |
Definition at line 37 of file tag_operation.class.php.
Referenced by get_jrn_id(), and set_jrn_id().