Etable/formType/末端指示元素:修訂版本之間的差異
出自六年制學程
第 3 行: | 第 3 行: | ||
end($this->formType["$lc_name"]) | end($this->formType["$lc_name"]) | ||
有 | 有 | ||
− | |||
end($this->formType["$lc_name"])['showColValueGuide'] 須為字串,代表 $字串(array('colOrder'=>$j,'value'=>$value,'row'=>$row)) | end($this->formType["$lc_name"])['showColValueGuide'] 須為字串,代表 $字串(array('colOrder'=>$j,'value'=>$value,'row'=>$row)) | ||
− | |||
− | |||
均優 | 均優 | ||
\quality\2023\agenda\person.php(36): '交通車'=>array('bitCheckbox',array(各交通車次),array('showColValueGuide'=>'f6')) | \quality\2023\agenda\person.php(36): '交通車'=>array('bitCheckbox',array(各交通車次),array('showColValueGuide'=>'f6')) | ||
\2023\agenda\personAM.php(38): '交通車'=>array('bitCheckbox',array(各交通車次),array('showColValueGuide'=>'f6')) | \2023\agenda\personAM.php(38): '交通車'=>array('bitCheckbox',array(各交通車次),array('showColValueGuide'=>'f6')) | ||
− | |||
− | |||
− | |||
DS218+ | DS218+ | ||
\ggp\course\trigger.php(18): '內文'=>array('auto',array('wiki'),array('showColValueGuide'=>'f1')), | \ggp\course\trigger.php(18): '內文'=>array('auto',array('wiki'),array('showColValueGuide'=>'f1')), | ||
第 19 行: | 第 13 行: | ||
\ggp\DEC\trigger.php(18): '內文'=>array('auto',array('wiki'),array('showColValueGuide'=>'f1')), | \ggp\DEC\trigger.php(18): '內文'=>array('auto',array('wiki'),array('showColValueGuide'=>'f1')), | ||
\ggp\DEC\trigger0.php(18): '內文'=>array('auto',array('wiki'),array('showColValueGuide'=>'f1')), | \ggp\DEC\trigger0.php(18): '內文'=>array('auto',array('wiki'),array('showColValueGuide'=>'f1')), | ||
− | |||
</pre> | </pre> | ||
'''補充說明欄位含意(數據模型):''' | '''補充說明欄位含意(數據模型):''' | ||
第 36 行: | 第 29 行: | ||
#*#* auto 或 text 欄中,增加欄位的注入說明 | #*#* auto 或 text 欄中,增加欄位的注入說明 | ||
#*#*隱藏欄的末端指示元素,同時設'formType'為 'auto' ,'showColExplain' 為欄位注入補充說明 | #*#*隱藏欄的末端指示元素,同時設'formType'為 'auto' ,'showColExplain' 為欄位注入補充說明 | ||
+ | #*範例程式: | ||
+ | #*# [http://quality-learning.net/2023/agenda/person.php 看議程人員有沒有要申請社群聚會時段] | ||
+ | #*# http://quality-learning.net/2023/agenda/editAgenda.php 不可用,缺表 2023AgendaMaker | ||
#end($this->formType["$lc_name"])['formType'] | #end($this->formType["$lc_name"])['formType'] | ||
#*用於隱藏欄非以預設函式賦值時(由使用者賦值),指定的表單元件型態。目前只定義了 auto 一種。 | #*用於隱藏欄非以預設函式賦值時(由使用者賦值),指定的表單元件型態。目前只定義了 auto 一種。 | ||
#*相關諸方法 | #*相關諸方法 | ||
#*:函式 addElements($i,$value):製造「插、編」表單,隱藏欄的末端指示元素,同時設'formType'為 'auto' ,'showColExplain' 為欄位注入補充說明 | #*:函式 addElements($i,$value):製造「插、編」表單,隱藏欄的末端指示元素,同時設'formType'為 'auto' ,'showColExplain' 為欄位注入補充說明 |
2024年5月2日 (四) 09:28的修訂版本
元素: end($this->formType["$lc_name"]) 有 end($this->formType["$lc_name"])['showColValueGuide'] 須為字串,代表 $字串(array('colOrder'=>$j,'value'=>$value,'row'=>$row)) 均優 \quality\2023\agenda\person.php(36): '交通車'=>array('bitCheckbox',array(各交通車次),array('showColValueGuide'=>'f6')) \2023\agenda\personAM.php(38): '交通車'=>array('bitCheckbox',array(各交通車次),array('showColValueGuide'=>'f6')) DS218+ \ggp\course\trigger.php(18): '內文'=>array('auto',array('wiki'),array('showColValueGuide'=>'f1')), \ggp\course\trigger0.php(18): '內文'=>array('auto',array('wiki'),array('showColValueGuide'=>'f1')), \ggp\DEC\trigger.php(18): '內文'=>array('auto',array('wiki'),array('showColValueGuide'=>'f1')), \ggp\DEC\trigger0.php(18): '內文'=>array('auto',array('wiki'),array('showColValueGuide'=>'f1')),
補充說明欄位含意(數據模型):
- end($this->formType["$lc_name"])['elementSeparator']
- 用於複選核取方塊
- 相關諸方法
- 函式 fieldValue2sqlStr 中:決定欄值中諸選項的分隔符號
- 函式 colValue($j,$value,$row):將複選核取方塊諸項,由值轉成提示
- 函式 addElements($i,$value):製造「插、編」表單諸複選欄中,哪些欄值被預選
- 範例程式:待找
補充說明如何輸入欄值(使用者控制):
- end($this->formType["$lc_name"])['showColExplain']
- 用於 formType 為 auto 或 text 之欄;或
- 相關諸方法
- 函式 addElements($i,$value):製造「插、編」表單,
- auto 或 text 欄中,增加欄位的注入說明
- 隱藏欄的末端指示元素,同時設'formType'為 'auto' ,'showColExplain' 為欄位注入補充說明
- 函式 addElements($i,$value):製造「插、編」表單,
- 範例程式:
- 看議程人員有沒有要申請社群聚會時段
- http://quality-learning.net/2023/agenda/editAgenda.php 不可用,缺表 2023AgendaMaker
- end($this->formType["$lc_name"])['formType']
- 用於隱藏欄非以預設函式賦值時(由使用者賦值),指定的表單元件型態。目前只定義了 auto 一種。
- 相關諸方法
- 函式 addElements($i,$value):製造「插、編」表單,隱藏欄的末端指示元素,同時設'formType'為 'auto' ,'showColExplain' 為欄位注入補充說明