名称 |
参数类型 |
是否必填 |
默认值 |
描述 |
id |
String |
true |
|
规定元素的唯一 id |
onClick |
String |
false |
|
点击按钮后要调用的方法 |
collapsible |
boolean |
false |
true |
是否可折叠 |
collapsed |
boolean |
false |
|
折叠状态,是否已折叠 |
示例
页面示例:
<div id="DivInnerTemplate"> <z:panelheader collapsed="true" collapsible="true"> <strong><z:lang id="Contentcore.Block.InternalTemplate">内置模板</z:lang></strong> </z:panelheader> <table width="100%" cellpadding="3" cellspacing="0" id="TemplateTable"> <tr> <td><textarea id="TemplateContent" name="TemplateContent" style="width: 510px; height: 250px"></textarea></td> </tr> </table> </div> |
显示效果
当collapsed=”true”时:效果如“基本信息”,当collapsed=”false”时,效果如“内置模板”。
所有评论仅代表网友意见