noalyss Version-9
Public Member Functions | Static Public Member Functions | Data Fields
IText Class Reference

Html Input. More...

+ Inheritance diagram for IText:
+ Collaboration diagram for IText:

Public Member Functions

 __construct ($name='', $value='', $p_id="")
 
 display ()
 print in html the readonly value of the widget More...
 
 input ($p_name=null, $p_value=null)
 show the html input of the widget More...
 
 set_require ($p_boolean)
 
- Public Member Functions inherited from HtmlInput
 __construct ($p_name="", $p_value="", $p_id="")
 
 __toString ()
 
 get_js_attr ()
 you can add attribute to this in javascript this function is a wrapper and create a script (in js) to modify "this" (in javascript) with the value of obj->attribute from PHP. More...
 
 get_node_attribute ()
 Insert attribute inside a INPUT TYPE, these attribute can be retrieved in javascript with element.getAttribute or changed with element.setAttribute example insert my_attribute into a checkbox <input type="checkbox" "my_attribute"="XX"> More...
 
 get_value ()
 Return the value of input (IText, INum,...) More...
 
 make_object_deprecated ($p_name=null)
 Make a JSON object, this method create a javascript object with the attribute set, it returns a javascript string with the object. More...
 
 set_attribute ($p_name, $p_value)
 set the extra javascript property for the INPUT field More...
 
 set_value ($p_string)
 Set the value of input (IText, INum,...) More...
 
 setReadOnly ($p_read)
 

Static Public Member Functions

static test_me ()
 
- Static Public Member Functions inherited from HtmlInput
static anchor ($p_text, $p_url="", $p_js="", $p_style=' class="line" ', $p_title="click", array $p_attribute=[])
 Return a simple anchor with a url or a javascript if $p_js is not null then p_url will be javascript:void(0) we don't add the event onclick. More...
 
static anchor_action ($action, $javascript, $id=NULL, $p_class="button", $p_symbole="")
 Anchor Html with javascript. More...
 
static anchor_close ($div, $p_js="")
 Return a html string with an anchor which close the inside popup. More...
 
static anchor_empty ($p_text, $p_id, $p_title="")
 let you create only a link and set an id on it. More...
 
static anchor_hide ($action, $javascript)
 Return a html string with an anchor to hide a div, put it in the right corner. More...
 
static array_to_hidden ($array, $global_array)
 transform request data to hidden More...
 
static array_to_string ($array, $global_array, $start="?")
 transform request data to string More...
 
static button ($p_name, $p_value, $p_javascript="", $p_class="smallbutton")
 
static button_action ($action, $javascript, $id=NULL, $p_class="button", $p_symbole="")
 button Html with javascript More...
 
static button_action_add ()
 
static button_action_remove_operation ($p_operation)
 
static button_anchor ($p_label, $p_value, $p_name="", $p_javascript="", $p_class="smallbutton")
 create a button with a ref More...
 
static button_choice_ledger ($p_array)
 
static button_close ($div_name, $class='smallbutton')
 close button for the HTML popup More...
 
static button_hide ($div_name)
 Hide the HTML popup. More...
 
static button_image ($javascript, $id="xx", $p_class='class="button"', $p_image="")
 button Html image More...
 
static calendar_zoom ($obj)
 Zoom the calendar. More...
 
static card_detail ($p_qcode, $pname='', $p_style="", $p_nohistory=false, $nofollowup=false)
 show the detail of a card More...
 
static default_value ($ind, $default, $array)
 return default if the value if the value doesn't exist in the array More...
 
static default_value_get ($ind, $default)
 return default if the value if the value doesn't exist in $_GET use HttpInput instead More...
 
static default_value_post ($ind, $default)
 return default if the value if the value doesn't exist in $_POST use HttpInput instead More...
 
static default_value_request ($ind, $default)
 return default if the value if the value doesn't exist in $_REQUEST use HttpInput instead More...
 
static detail_action ($ag_id, $p_mesg, $p_modify=1)
 return an anchor to view the detail of an action More...
 
static detail_modele_document ($p_id, $p_mesg)
 return a string containing the html code for calling the modifyModeleDocument More...
 
static detail_op ($p_jr_id, $p_mesg)
 return a string containing the html code for calling the modifyOperation More...
 
static display_periode ($p_id)
 
static errorbulle ($p_comment)
 
static extension ()
 
static filter_list ($p_list_id)
 Display a field for searching an element in a list, the searchable text must be in an element with the className search-content. More...
 
static filter_table ($p_table_id, $p_col, $start_row)
 filter the rows in a table and keep the colored row in alternance More...
 
static filter_table_form ($p_table_id, $p_col, $start_row, $p_name, $p_old_value)
 
static followup_card_button ($f_id, $p_mesg)
 display a div with the history of the card More...
 
static generate_id ($p_prefix)
 generate an unique id for a widget, More...
 
static get_to_hidden ($array)
 transform $_GET data to hidden More...
 
static get_to_string ($array, $start="?")
 transform $_GET data to string More...
 
static hidden ($p_name, $p_value, $p_id="")
 
static history_account ($p_account, $p_mesg, $p_style="", $p_exercice="")
 display a div with the history of the account More...
 
static history_anc_account ($p_account, $p_mesg, $p_style="", $p_exercice="")
 display a div with the history of the analytic account More...
 
static history_card ($f_id, $p_mesg, $p_style="", $p_exercice="")
 display a div with the history of the card More...
 
static history_card_button ($f_id, $p_mesg, $p_exercice="")
 display a div with the history of the card More...
 
static image_click ($p_image, $p_js, $p_message, $p_class="")
 Image to click ,. More...
 
static json_to_hidden ($p_json)
 transform a json to hidden More...
 
static post_to_hidden ($array)
 transform $_POST data to hidden More...
 
static post_to_string ($array)
 transform $_POST data to string More...
 
static print_window ()
 Javascript to print the current window. More...
 
static remove_stock ($p_id, $p_mesg)
 return a string containing the html code for calling the removeStock More...
 
static request_to_hidden (array $array)
 transform $_REQUEST data to hidden More...
 
static request_to_string ($array, $start="?")
 transform $_REQUEST data to string More...
 
static reset ($p_value)
 
static select_cat ($array_cat)
 create a hidden plus button to select the cat of ledger More...
 
static select_stock ($p_cn, $p_name, $p_mode)
 Create an ISelect object containing the available repository for reading or writing. More...
 
static show_receipt_document ($p_jr_id, $p_name="")
 Returns HTML code for displaying a icon with a link to a receipt document from the ledger. More...
 
static show_reconcile ($p_div, $let, $span="")
 
static simple_array_to_hidden ($array)
 Transform a double array as a HTML string with hidden html value array has the formarray ["name"]="x",array['value']="y") the key name will be the hidden input name;. More...
 
static submit ($p_name, $p_value, $p_javascript="", $p_class="smallbutton")
 
static title_box ($p_name, $p_div, $p_mod="close", $p_js="", $p_draggable="n", $p_enlarge='n')
 Title for boxes, you can customize the symbol thanks symbol with the mode "custom". More...
 
static warnbulle ($p_comment)
 

Data Fields

 $autofocus
 
 $css_size
 
 $placeholder
 
 $title
 
- Data Fields inherited from HtmlInput
 $attribute
 
 $css_size
 
 $ctrl
 
 $disabled
 
 $extra
 
 $extra2
 
 $heigh
 
 $id
 
 $javascript
 
 $label
 
 $name
 
 $readOnly
 
 $require
 
 $selected
 
 $size
 
 $style
 
 $tabindex
 
 $table
 
 $type
 
 $value
 
 $width
 

Detailed Description

Html Input.

Examples
inplace_edit.test.php.

Definition at line 29 of file itext.class.php.

Constructor & Destructor Documentation

◆ __construct()

IText::__construct (   $name = '',
  $value = '',
  $p_id = "" 
)

Reimplemented from HtmlInput.

Reimplemented in INum.

Definition at line 36 of file itext.class.php.

37 {
38 parent::__construct($name,$value,$p_id);
39 $this->title="";
40 $this->placeholder="";
41 $this->extra="";
42 $this->style=' class="input_text" ';
43 $this->autofocus=false;
44 $this->require=false;
45 $this->css_size="";
46 }
$opd_description style
$description css_size
$anc_filter placeholder
$anc_filter title
$poste extra

References HtmlInput\$name, $p_id, HtmlInput\$value, css_size, extra, placeholder, style, and title.

Member Function Documentation

◆ display()

IText::display ( )

print in html the readonly value of the widget

Reimplemented in INum.

Definition at line 106 of file itext.class.php.

107 {
108 $t= ((isset($this->title)))?'title="'.$this->title.'" ':' ';
109
110 $extra=(isset($this->extra))?$this->extra:"";
111
112 $readonly=" readonly ";
113 $this->value=htmlentities($this->value??"", ENT_COMPAT|ENT_QUOTES, "UTF-8");
114 $this->style=' class="input_text_ro" ';
115 if ( ! isset ($this->css_size))
116 {
117 $r='<INPUT '.$this->style.' TYPE="TEXT" id="'.
118 $this->id.'"'.$t.
119 'NAME="'.$this->name.'" VALUE="'.$this->value.'" '.
120 'SIZE="'.$this->size.'" '.$this->javascript." $readonly $this->extra >";
121 } else {
122 $r='<INPUT '.$this->style.' TYPE="TEXT" id="'.
123 $this->id.'"'.$t.
124 'NAME="'.$this->name.'" VALUE="'.$this->value.'" '.
125 ' style="width:'.$this->css_size.'" '.$this->javascript." $readonly $this->extra >";
126 }
127
128 /* add tag for column if inside a table */
129 if ( $this->table == 1 ) $r='<td>'.$r.'</td>';
130
131 return $r;
132
133 }
catch(Exception $exc) if(! $g_user->can_write_action($ag_id)) $r
$ret javascript
$all table

References HtmlInput\$extra, $r, $readonly, css_size, ENT_QUOTES, extra, javascript, style, table, title, and value.

Referenced by input().

◆ input()

IText::input (   $p_name = null,
  $p_value = null 
)

show the html input of the widget

Reimplemented in INum.

Definition at line 48 of file itext.class.php.

49 {
50 $this->name=($p_name==null)?$this->name:$p_name;
51 $this->value=($p_value==null)?$this->value:$p_value;
52 if ( $this->readOnly==true) return $this->display();
53 $this->id=($this->id=="")?$this->name:$this->id;
54
55 // Double quote makes troubles
56 $this->value=noalyss_str_replace('"','',$this->value);
57
58 // compute attribute used by javascript
59 $strAttribute=$this->get_node_attribute();
60 $t= 'title="'.$this->title.'" ';
61 $autofocus=($this->autofocus)?" autofocus ":"";
62 $require=($this->require)?"required":"";
63 if ( ! isset ($this->css_size) || empty ($this->css_size))
64 {
65
66 $r= sprintf('<INPUT TYPE="TEXT" %s id="%s" name="%s" value="%s" placeholder="%s" title="%s"
67 Size="%s" %s %s %s %s %s>
68 ',$this->style,
69 $this->id,
70 $this->name,
71 htmlentities($this->value, ENT_COMPAT|ENT_QUOTES, "UTF-8"),
72 $this->placeholder,
73 $this->title,
74 $this->size,
75 $this->javascript,
76 $this->extra,
79 $strAttribute
80 );
81 } else {
82 $r= sprintf('<INPUT TYPE="TEXT" %s id="%s" name="%s" value="%s" placeholder="%s" title="%s"
83 style="width:%s;" %s %s %s %s %s>
84 ',$this->style,
85 $this->id,
86 $this->name,
87 htmlentities($this->value, ENT_COMPAT|ENT_QUOTES, "UTF-8"),
88 $this->placeholder,
89 $this->title,
90 $this->css_size,
91 $this->javascript,
92 $this->extra,
95 $strAttribute
96 );
97 }
98
99 /* add tag for column if inside a table */
100 if ( $this->table == 1 ) $r='<td>'.$r.'</td>';
101
102 return $r;
103
104 }
noalyss_str_replace($search, $replace, $string)
Definition: ac_common.php:1553
$name size
$from_poste name
get_node_attribute()
Insert attribute inside a INPUT TYPE, these attribute can be retrieved in javascript with element....
display()
print in html the readonly value of the widget
$icard readOnly

References $autofocus, $r, HtmlInput\$require, css_size, display(), ENT_QUOTES, extra, HtmlInput\get_node_attribute(), javascript, name, noalyss_str_replace(), placeholder, readOnly, size, style, table, title, and value.

+ Here is the call graph for this function:

◆ set_require()

IText::set_require (   $p_boolean)

Definition at line 134 of file itext.class.php.

135 {
136 $this->require=$p_boolean;
137 }

◆ test_me()

static IText::test_me ( )
static

Definition at line 138 of file itext.class.php.

139 {
140 }

Field Documentation

◆ $autofocus

IText::$autofocus

Definition at line 33 of file itext.class.php.

Referenced by input().

◆ $css_size

IText::$css_size

Definition at line 34 of file itext.class.php.

◆ $placeholder

IText::$placeholder

Definition at line 31 of file itext.class.php.

◆ $title

IText::$title

Definition at line 32 of file itext.class.php.


The documentation for this class was generated from the following file: