|
|
|
Restore
<div class="eArea xe_content xe_dr_img"><p>
<img src="./files/attach/images/18093223/589/241/018/set.png" class="" alt="">
</p><p class="desc">* 파이차트 입력 팝업창</p></div><div class="eArea xe_content xe_dr_txt"><p>pchart의 넓이(#chart_width)와 높이(#chart_height)를 입력 받고, 파이 그래프 항목의 타이틀(#title0 ~ #title4)과 값(#title0 ~ #title5)을 입력 받도록 합니다. 그리고 실제 에디터에 추가 되는 부분(위 그림에서 "추가" 버튼)은 insertPChart() javscript 함수를 호출하도록 하였습니다.<br></p></div><div class="eArea xe_content xe_dr_txt"><p><!--%import("popup.js")--><br><!--%import("popup.css")--><br><br><div id="popHeader"><br> <h3 class="xeAdmin">{$component_info->title} ver. {$component_info->version}</h3><br></div><br><form action="./" onSubmit="return false"><br> <input type="hidden" id="api_url" value="{$api_url}" /><br> <div id="popBody"><br> <table cellspacing="0" class="rowTable"><br> <col width="100" /><br> <col /><br> <col width="100" /><br> <col /><br> <tr><br><span style="background-color: rgb(225, 225, 225);"><span style="background-color: rgb(225, 225, 225);"> <th scope="row"><div>차트 넓이</div></th></span></span><br><span style="background-color: rgb(225, 225, 225);"><span style="background-color: rgb(225, 225, 225);"> <td><input type="text" id="<span style="font-weight: bold;">chart_width</span>" value="" class="inputTypeText w100" /></td></span></span><br><span style="background-color: rgb(225, 225, 225);"><span style="background-color: rgb(225, 225, 225);"> <th scope="row"><div>차트 높이</div></th></span></span><br><span style="background-color: rgb(225, 225, 225);"><span style="background-color: rgb(225, 225, 225);"> <td><input type="text" id="<span style="font-weight: bold;">chart_height</span>" value="" class="inputTypeText w100" /></td></span></span><br> </tr><br><!--@for($i=0;$i<5;$i++)--><br> <tr><br><span style="background-color: rgb(225, 225, 225);"><span style="background-color: rgb(225, 225, 225);"> <th scope="row"><div>항목{$i+1}</div></th></span></span><br><span style="background-color: rgb(225, 225, 225);"><span style="background-color: rgb(225, 225, 225);"> <td><input type="text" id="<span style="font-weight: bold;">title{$i}</span>" value="" class="inputTypeText w200" /></td></span></span><br><span style="background-color: rgb(225, 225, 225);"><span style="background-color: rgb(225, 225, 225);"> <th scope="row"><div>값{$i+1}</div></th></span></span><br><span style="background-color: rgb(225, 225, 225);"><span style="background-color: rgb(225, 225, 225);"> <td><input type="text" id="<span style="font-weight: bold;">value{$i}</span>" value="" class="inputTypeText w100" /></td></span></span><br> </tr><br><!--@end--><br> </table><br> </div><br> <div id="popFooter" class="tCenter"><br> <a href="#" onclick="<span style="font-weight: bold;">insertPChart()</span>" class="button black strong"><span>{$lang->cmd_insert}</span></a><br> <a href="#" onclick="winopen('./?module=editor&amp;act=dispEditorComponentInfo&amp;component_name={$component_info->component_name}','ComponentInfo','left=10,top=10,width=10,height=10,resizable=no,scrollbars=no,toolbars=no');return false;" class="button"><span>{$lang->about_component}</span></a><br> </div><br></form><br><br></p></div>
|
sol |
2009.08.20 11:52:05 |