|
@@ -27,7 +27,7 @@
|
|
|
<input class="form-control input-sm" id="eleFontSize" type="number" value="12" step="1" min="6" max="56" onchange="rpt_tpl_cfg_helper.fontSizeChange(this)" disabled>
|
|
|
</div>
|
|
|
<div class="form-group col-md-4">
|
|
|
- <label></label>
|
|
|
+ <label>字体其他特性</label>
|
|
|
<div class="form-check">
|
|
|
<label class="form-check-label">
|
|
|
<input type="checkbox" class="form-check-input" id="eleFontBold" onchange="rpt_tpl_cfg_helper.fontBoldChange(this)" disabled>
|
|
@@ -80,7 +80,7 @@
|
|
|
<select class="form-control" id="elementAlignmentVertical" onchange="rpt_tpl_cfg_helper.changeAlignment(this, 'vertical')" disabled></select>
|
|
|
</div>
|
|
|
<div class="form-group col-md-5">
|
|
|
- <label></label>
|
|
|
+ <label>控制其他特性</label>
|
|
|
<div class="form-check">
|
|
|
<label class="form-check-label">
|
|
|
<input type="checkbox" class="form-check-input" id="eleShrink" onchange="" disabled>
|
|
@@ -98,47 +98,46 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row" id="element_area_1">
|
|
|
- <div class="form-group col-md-3">
|
|
|
- <label>输出区域-左</label>
|
|
|
- <input class="form-control input-sm" id="elementArea_Left" type="number" value="0" step="1" min="0" max="100" onchange="rpt_tpl_cfg_helper.changeArea(this, 'Left')" onkeyup="rpt_tpl_cfg_helper.changeArea(this, 'Left')">
|
|
|
- </div>
|
|
|
- <div class="form-group col-md-3">
|
|
|
- <label>输出区域-右</label>
|
|
|
- <input class="form-control input-sm" id="elementArea_Right" type="number" value="0" step="1" min="0" max="100" onchange="rpt_tpl_cfg_helper.changeArea(this, 'Right')" onkeyup="rpt_tpl_cfg_helper.changeArea(this, 'Right')">
|
|
|
- </div>
|
|
|
- <div class="form-group col-md-3">
|
|
|
- <label>输出区域-上</label>
|
|
|
- <input class="form-control input-sm" id="elementArea_Top" type="number" value="0" step="1" min="0" max="100" onchange="rpt_tpl_cfg_helper.changeArea(this, 'Top')" onkeyup="rpt_tpl_cfg_helper.changeArea(this, 'Top')">
|
|
|
- </div>
|
|
|
- <div class="form-group col-md-3">
|
|
|
- <label>输出区域-下</label>
|
|
|
- <input class="form-control input-sm" id="elementArea_Bottom" type="number" value="0" step="1" min="0" max="100" onchange="rpt_tpl_cfg_helper.changeArea(this, 'Bottom')" onkeyup="rpt_tpl_cfg_helper.changeArea(this, 'Bottom')">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="row" id="element_area_2">
|
|
|
- <div class="form-group col-md-3">
|
|
|
+ <div class="form-group col-md-2">
|
|
|
+ <label>左</label><label>   </label>
|
|
|
<label class="form-check-label">
|
|
|
<input type="checkbox" class="form-check-input" id="isPercentage_Left" onchange="rpt_tpl_cfg_helper.changeAreaCalcType(this, 'Left')">
|
|
|
百分比
|
|
|
</label>
|
|
|
+ <input class="form-control input-sm" id="elementArea_Left" type="number" value="0" step="1" min="0" max="100" onchange="rpt_tpl_cfg_helper.changeArea(this, 'Left')" onkeyup="rpt_tpl_cfg_helper.changeArea(this, 'Left')">
|
|
|
</div>
|
|
|
- <div class="form-group col-md-3">
|
|
|
+ <div class="form-group col-md-2">
|
|
|
+ <label>右</label><label>   </label>
|
|
|
<label class="form-check-label">
|
|
|
<input type="checkbox" class="form-check-input" id="isPercentage_Right" onchange="rpt_tpl_cfg_helper.changeAreaCalcType(this, 'Right')">
|
|
|
百分比
|
|
|
</label>
|
|
|
+ <input class="form-control input-sm" id="elementArea_Right" type="number" value="0" step="1" min="0" max="100" onchange="rpt_tpl_cfg_helper.changeArea(this, 'Right')" onkeyup="rpt_tpl_cfg_helper.changeArea(this, 'Right')">
|
|
|
</div>
|
|
|
- <div class="form-group col-md-3">
|
|
|
+ <div class="form-group col-md-2">
|
|
|
+ <label>上</label><label>   </label>
|
|
|
<label class="form-check-label">
|
|
|
<input type="checkbox" class="form-check-input" id="isPercentage_Top" onchange="rpt_tpl_cfg_helper.changeAreaCalcType(this, 'Top')">
|
|
|
百分比
|
|
|
</label>
|
|
|
+ <input class="form-control input-sm" id="elementArea_Top" type="number" value="0" step="1" min="0" max="100" onchange="rpt_tpl_cfg_helper.changeArea(this, 'Top')" onkeyup="rpt_tpl_cfg_helper.changeArea(this, 'Top')">
|
|
|
</div>
|
|
|
- <div class="form-group col-md-3">
|
|
|
+ <div class="form-group col-md-2">
|
|
|
+ <label>下</label><label>   </label>
|
|
|
<label class="form-check-label">
|
|
|
<input type="checkbox" class="form-check-input" id="isPercentage_Bottom" onchange="rpt_tpl_cfg_helper.changeAreaCalcType(this, 'Bottom')">
|
|
|
百分比
|
|
|
</label>
|
|
|
+ <input class="form-control input-sm" id="elementArea_Bottom" type="number" value="0" step="1" min="0" max="100" onchange="rpt_tpl_cfg_helper.changeArea(this, 'Bottom')" onkeyup="rpt_tpl_cfg_helper.changeArea(this, 'Bottom')">
|
|
|
+ </div>
|
|
|
+ <div class="form-group col-md-2">
|
|
|
+ <label>   </label>
|
|
|
+ <div class="form-check">
|
|
|
+ <label class="form-check-label">
|
|
|
+ <input type="checkbox" class="form-check-input" id="eleAutoHeight" onchange="rpt_tpl_cfg_helper.changeAutoHeight(this)">
|
|
|
+ 自动行高
|
|
|
+ </label>  
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row" id="element_pre_suff">
|
|
@@ -155,15 +154,11 @@
|
|
|
<input class="form-control" id="eleFormat" value="" onkeyup="rpt_tpl_cfg_helper.changeFormat(this)">
|
|
|
</div>
|
|
|
<div class="input-group col-3">
|
|
|
- <label></label>
|
|
|
- <div class="form-check">
|
|
|
- <label class="form-check-label">
|
|
|
- <input type="checkbox" class="form-check-input" id="eleAutoHeight" onchange="rpt_tpl_cfg_helper.changeAutoHeight(this)">
|
|
|
- 自动行高调整
|
|
|
- </label>  
|
|
|
- </div>
|
|
|
+ <div class="input-group-addon">默认值</div>
|
|
|
+ <input class="form-control" id="eleDftValue" value="" onkeyup="rpt_tpl_cfg_helper.changeDftValue(this)">
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <br/>
|
|
|
<div class="row">
|
|
|
<div class="form-group col-md-7">
|
|
|
<div class="form-group">
|