Subversion Repositories php-qbpwcf

Rev

Rev 2 | Rev 226 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 207
Line 185... Line 185...
185
#$conf["string"],字串陣列,要放置的內容.
185
#$conf["string"],字串陣列,要放置的內容.
186
$conf["string"]=$getFileContent["fileContent"];
186
$conf["string"]=$getFileContent["fileContent"];
187
#可省略參數:
187
#可省略參數:
188
#$conf["class"],字串,要使用的css樣式名稱,預設為"__defaultTextStyle"
188
#$conf["class"],字串,要使用的css樣式名稱,預設為"__defaultTextStyle"
189
#$conf["class"]="";
189
#$conf["class"]="";
190
#$conf["type"],字串,要用"div"或"span"或"br"或"p"或"EOL"來段行,預設為"EOL".
190
#$conf["type"],字串,要用"div"或"divNoWrap"或"span"或"br"或"p"或"EOL"或"textarea"來段行,預設為"EOL".
191
$conf["type"]="textarea";
191
$conf["type"]="textarea";
192
#參考資料:
192
#參考資料:
193
#無.
193
#無.
194
#備註:
194
#備註:
195
#無.
195
#無.