path
stringlengths
25
150
xml
stringlengths
502
72.2k
WRE/WebContent/page/P00138S01.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20221014" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <w2:textbox id="" label="P00138S01.xml" style="color: dodgerblue;font-size: 2em;font-weight: bold;"></w2:textbox> </xf:group> </body> </html>
WRE/WebContent/page/P00189.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] ์…€์ด ๋น„ํ™œ์„ฑํ™”๋˜์—ˆ์„ ๋•Œ์˜ ์…€ ๋ฐฐ๊ฒฝ์ƒ‰, ๊ธ€์ž์ƒ‰ ์ง€์ •ํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20230120" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="book_name" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="price" name="์ •๊ฐ€"></w2:column> <w2:column id="published_date" name="์ถœ๊ฐ„์ผ" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <book_name><![CDATA[์‚ฌ๋žŒ์ผ๊นŒ ์ƒํ™ฉ์ผ๊นŒ]]></book_name> <price><![CDATA[28000]]></price> <published_date><![CDATA[20190826]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋‚ด๊ฐ€ ํ‹€๋ฆด ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค]]></book_name> <price><![CDATA[16000]]></price> <published_date><![CDATA[20220418]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ]]></book_name> <price><![CDATA[18000]]></price> <published_date><![CDATA[20201201]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[์ •๊ธ€๋งŒ๋ฆฌ]]></book_name> <price><![CDATA[16500]]></price> <published_date><![CDATA[20130701]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋ถˆํŽธํ•œ ํŽธ์˜์ ]]></book_name> <price><![CDATA[14000]]></price> <published_date><![CDATA[20210420]]></published_date> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { //GridView 'grd_exam1'์˜ ์ปฌ๋Ÿผ '๋„์„œ๋ช…'์˜ 1๋ฒˆ์งธ ํ–‰์˜ ์…€์„ ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ grd_exam1.setCellDisabled(0, "book_name", true); //GridView 'grd_exam1'์˜ ์ปฌ๋Ÿผ '์ •๊ฐ€'์— ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ grd_exam1.setColumnDisabled("price", true); //GridView 'grd_exam1'์˜ 3๋ฒˆ์งธ ํ–‰์— ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ grd_exam1.setRowDisabled(2, true) //GridView 'grd_exam2'์˜ ์ปฌ๋Ÿผ '๋„์„œ๋ช…'์˜ 1๋ฒˆ์งธ ํ–‰์˜ ์…€์„ ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ grd_exam2.setCellDisabled(0, "book_name", true); //GridView 'grd_exam2'์˜ ์ปฌ๋Ÿผ '์ •๊ฐ€'์— ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ grd_exam2.setColumnDisabled("price", true); //GridView 'grd_exam2'์˜ 3๋ฒˆ์งธ ํ–‰์— ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ grd_exam2.setRowDisabled(2, true) //GridView 'grd_exam3'์˜ ์ปฌ๋Ÿผ '๋„์„œ๋ช…'์˜ 1๋ฒˆ์งธ ํ–‰์˜ ์…€์„ ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ grd_exam3.setCellDisabled(0, "book_name", true); //GridView 'grd_exam3'์˜ ์ปฌ๋Ÿผ '์ •๊ฐ€'์— ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ grd_exam3.setColumnDisabled("price", true); //GridView 'grd_exam3'์˜ 3๋ฒˆ์งธ ํ–‰์— ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ grd_exam3.setRowDisabled(2, true) }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="GridView์˜ ๋น„ํ™œ์„ฑํ™” ๋œ ์…€์˜ ๋ฐฐ๊ฒฝ์ƒ‰๊ณผ ๊ธ€์ž์ƒ‰์„ ์ง€์ •ํ•˜๋Š” ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์ด ๊ธฐ๋Šฅ์€ ์†์„ฑ disabledBackgroundColor, disabledFontColor์— ์ง€์ •ํ•˜์—ฌ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;๋˜๋Š” class 'w2grid_default_disabled'๋ฅผ ์žฌ์ •์˜ํ•˜์—ฌ ์ง€์ •ํ•  ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:textbox escape="false" id="" label="ํ™”๋ฉด ๋กœ๋”ฉ ํ›„ ๊ฐ GridView์— cell, column, row ๋‹จ์œ„๋ฅผ ๋น„ํ™œ์„ฑํ™”ํ•˜๋Š” ์Šคํฌ๋ฆฝํŠธ๊ฐ€ ์ž‘์„ฑ๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="๋น„ํ™œ์„ฑํ™” ๋œ ์…€์˜ ๋ฐฐ๊ฒฝ์ƒ‰, ๊ธ€์ž์ƒ‰ ์ง€์ • - ์†์„ฑ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์ปฌ๋Ÿผ '๋„์„œ๋ช…'์˜ 1๋ฒˆ์งธ ํ–‰์˜ ์…€์ด ๋น„ํ™œ์„ฑํ™” ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;์ปฌ๋Ÿผ '์ •๊ฐ€'๊ฐ€ ๋น„ํ™œ์„ฑํ™” ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;3๋ฒˆ์งธ ํ–‰์ด ๋น„ํ™œ์„ฑํ™” ๋˜์—ˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView autoFit="allColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" id="grd_exam1" style="height:100px;" visibleRowNum="4" visibleRowNumFix="true" rowNumVisible="true" rowNumWidth="26" disabledBackgroundColor="#eee" disabledFontColor="#bbb"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="170"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="60"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="86"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" width="170" value=""></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="60"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" width="86" value=""> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="๋น„ํ™œ์„ฑํ™” ๋œ ์…€์˜ ๋ฐฐ๊ฒฝ์ƒ‰, ๊ธ€์ž์ƒ‰ ์ง€์ • - class ์ •์˜" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์ปฌ๋Ÿผ '๋„์„œ๋ช…'์˜ 1๋ฒˆ์งธ ํ–‰์˜ ์…€์ด ๋น„ํ™œ์„ฑํ™” ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;์ปฌ๋Ÿผ '์ •๊ฐ€'๊ฐ€ ๋น„ํ™œ์„ฑํ™” ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;3๋ฒˆ์งธ ํ–‰์ด ๋น„ํ™œ์„ฑํ™” ๋˜์—ˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView autoFit="allColumn" autoFitMinWidth="240" class="gvw P00189_exam2" dataList="data:dlt_books" defaultCellHeight="24" id="grd_exam2" rowNumVisible="true" rowNumWidth="26" style="height:100px;" visibleRowNum="4" visibleRowNumFix="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="170"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="60"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="86"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" value="" width="170"></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="60"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" value="" width="86"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="๋น„ํ™œ์„ฑํ™” ๋œ ์…€์˜ ๋ฐฐ๊ฒฝ์ƒ‰, ๊ธ€์ž์ƒ‰ ์ง€์ • ์•ˆํ•จ (๊ธฐ๋ณธ ์„ค์ •)" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์ปฌ๋Ÿผ '๋„์„œ๋ช…'์˜ 1๋ฒˆ์งธ ํ–‰์˜ ์…€์ด ๋น„ํ™œ์„ฑํ™” ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;์ปฌ๋Ÿผ '์ •๊ฐ€'๊ฐ€ ๋น„ํ™œ์„ฑํ™” ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;3๋ฒˆ์งธ ํ–‰์ด ๋น„ํ™œ์„ฑํ™” ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;๊ธฐ๋ณธ ์„ค์ •์€ ์…€์˜ style์ด ๋ณ€๊ฒฝ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView autoFit="allColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" id="grd_exam3" rowNumVisible="true" rowNumWidth="26" style="height:100px;" visibleRowNum="4" visibleRowNumFix="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="170"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="60"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="86"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" value="" width="170"></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="60"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" value="" width="86"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00162.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[TabControl] ํƒญ์„ ๋‹ซ์•˜์„ ๋•Œ ํƒญ ์˜์—ญ์— ๋ณด์ด๋Š” ํƒญ์˜ ์ˆ˜๋ฅผ ์œ ์ง€ํ•˜๋Š” ๊ธฐ๋Šฅ ์„ค์ •ํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20221104" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[scwin.onpageload = function () { //์˜ˆ์ œ ํ…Œ์ŠคํŠธ๋ฅผ ์œ„ํ•ด TabControl์˜ ๋งˆ์ง€๋ง‰ ํƒญ์„ ์„ ํƒ(ํ™œ์„ฑํ™”) tac_exam1.setSelectedTabIndex(tac_exam1.getTabCount() - 1); tac_exam2.setSelectedTabIndex(tac_exam2.getTabCount() - 1); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='TabControl์˜ ์†์„ฑ tabScrollAuto ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์†์„ฑ tabScrollAuto์€ ์†์„ฑ tabScroll์ด "true"๋กœ ์„ค์ •๋˜์–ด์•ผ ๋™์ž‘๋ฉ๋‹ˆ๋‹ค.&lt;br/&gt;tabScrollAuto์€ ํƒญ ์˜์—ญ์„ ์˜ค๋ฅธ์ชฝ ๋๊นŒ์ง€ ์ด๋™ํ•œ ์ƒํƒœ์—์„œ ํƒญ์„ ๋‹ซ์•˜์„ ๋•Œ, &lt;br/&gt;๋‚จ์•„์žˆ๋Š” ํƒญ์œผ๋กœ ํƒญ ์˜์—ญ์— ๋ณด์ด๋Š” ํƒญ์˜ ๊ฐœ์ˆ˜๋ฅผ ์œ ์ง€์‹œ์ผœ ์ฃผ๋Š” ๊ธฐ๋Šฅ์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.' style=""> </w2:textbox> </xf:group> <xf:group id="" style="" class=""></xf:group> <xf:group class="example_div_tb_style_wrap mw600" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="(๊ธฐ๋ณธ ๋™์ž‘) tabScrollAuto ๋ฏธ์‚ฌ์šฉ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" id="" label="๋งˆ์ง€๋ง‰ ํƒญ(TAB8)์„ ๋‹ซ์œผ๋ฉด ๋‹ซํžŒ ํƒญ์˜ ์˜์—ญ์ด ๋นˆ ์ƒํƒœ์ž…๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:tabControl alwaysDraw="false" class="" confirmFalseAction="new" confirmTrueAction="exist" id="tac_exam1" style="position: relative;height: 120px;" tabScroll="true" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true" changeActiveTab="false" tabScrollAuto="false" closable="true"> <w2:tabs disabled="false" id="tabs1" label="TAB1" style="width:90px;height:30px;"></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="TAB2" style="width:90px;height:30px;"></w2:tabs> <w2:tabs disabled="false" id="tabs3" label="TAB3" style="width:90px;height:30px;"></w2:tabs> <w2:tabs disabled="false" id="tabs4" label="TAB4" style="width:90px;height:30px;"></w2:tabs> <w2:tabs disabled="false" id="tabs5" label="TAB5" style="width:90px;height:30px;"></w2:tabs> <w2:tabs disabled="false" id="tabs6" label="TAB6" style="width:90px;height:30px;"></w2:tabs> <w2:tabs disabled="false" id="tabs7" label="TAB7" style="width:90px;height:30px;"></w2:tabs> <w2:tabs disabled="false" id="tabs8" label="TAB8" style="width:90px;height:30px;"></w2:tabs> <w2:content alwaysDraw="false" id="content1" style="min-height:30px;"> <w2:textbox id="" label="TAB1 CONTENT" style="font-size: 1.2em;padding: 6px;color: steelblue;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content2" style="min-height:30px;"> <w2:textbox id="" label="TAB2 CONTENT" style="font-size: 1.2em;padding: 6px;color: forestgreen;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content3" style="min-height:30px;"> <w2:textbox id="" label="TAB3 CONTENT" style="font-size: 1.2em;padding: 6px;color: firebrick;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content4" style="min-height:30px;"> <w2:textbox id="" label="TAB4 CONTENT" style="font-size: 1.2em;padding: 6px;color: gold;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content5" style="min-height:30px;"> <w2:textbox id="" label="TAB5 CONTENT" style="font-size: 1.2em;padding: 6px;color: darkviolet;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content6" style="min-height:30px;"> <w2:textbox id="" label="TAB6 CONTENT" style="font-size: 1.2em;padding: 6px;color: dimgray;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content7" style="min-height:30px;"> <w2:textbox id="" label="TAB7 CONTENT" style="font-size: 1.2em;padding: 6px;color: darkorange;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content8" style="min-height:30px;"> <w2:textbox id="" label="TAB8 CONTENT" style="font-size: 1.2em;padding: 6px;color: crimson;"></w2:textbox> </w2:content> </w2:tabControl> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="tabScrollAuto ์‚ฌ์šฉ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" id="" label="๋งˆ์ง€๋ง‰ ํƒญ(TAB8)์„ ๋‹ซ์œผ๋ฉด ํƒญ์˜ ์œ„์น˜๊ฐ€ ์˜ค๋ฅธ์ชฝ์œผ๋กœ ์ด๋™๋˜์–ด ๋‹ซํžŒ ํƒญ์˜ ๊ณต๊ฐ„์ด ์ฑ„์›Œ์ง‘๋‹ˆ๋‹ค." style=""></w2:textbox> <w2:tabControl alwaysDraw="false" class="" confirmFalseAction="new" confirmTrueAction="exist" id="tac_exam2" style="position: relative;height: 120px;" tabScroll="true" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true" tabScrollAuto="true" changeActiveTab="false" closable="true"> <w2:tabs disabled="false" id="tabs1" label="TAB1" style="width:90px;height:30px;"></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="TAB2" style="width:90px;height:30px;"></w2:tabs> <w2:tabs disabled="false" id="tabs3" label="TAB3" style="width:90px;height:30px;"></w2:tabs> <w2:tabs disabled="false" id="tabs4" label="TAB4" style="width:90px;height:30px;"></w2:tabs> <w2:tabs disabled="false" id="tabs5" label="TAB5" style="width:90px;height:30px;"></w2:tabs> <w2:tabs disabled="false" id="tabs6" label="TAB6" style="width:90px;height:30px;"></w2:tabs> <w2:tabs disabled="false" id="tabs7" label="TAB7" style="width:90px;height:30px;"></w2:tabs> <w2:tabs disabled="false" id="tabs8" label="TAB8" style="width:90px;height:30px;"></w2:tabs> <w2:content alwaysDraw="false" id="content1" style="min-height:30px;"> <w2:textbox id="" label="TAB1 CONTENT" style="font-size: 1.2em;padding: 6px;color: steelblue;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content2" style="min-height:30px;"> <w2:textbox id="" label="TAB2 CONTENT" style="font-size: 1.2em;padding: 6px;color: forestgreen;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content3" style="min-height:30px;"> <w2:textbox id="" label="TAB3 CONTENT" style="font-size: 1.2em;padding: 6px;color: firebrick;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content4" style="min-height:30px;"> <w2:textbox id="" label="TAB4 CONTENT" style="font-size: 1.2em;padding: 6px;color: gold;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content5" style="min-height:30px;"> <w2:textbox id="" label="TAB5 CONTENT" style="font-size: 1.2em;padding: 6px;color: darkviolet;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content6" style="min-height:30px;"> <w2:textbox id="" label="TAB6 CONTENT" style="font-size: 1.2em;padding: 6px;color: dimgray;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content7" style="min-height:30px;"> <w2:textbox id="" label="TAB7 CONTENT" style="font-size: 1.2em;padding: 6px;color: darkorange;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content8" style="min-height:30px;"> <w2:textbox id="" label="TAB8 CONTENT" style="font-size: 1.2em;padding: 6px;color: crimson;"></w2:textbox> </w2:content> </w2:tabControl> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00176.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] inputType์ด checkbox๋กœ ์ง€์ •๋œ ์—ด์˜ ์ฒดํฌ๋œ ํ–‰์˜ Data ๋ฐ˜ํ™˜๋ฐ›๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20221230" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books_1" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="book_name" name="๋„์„œ๋ช…"></w2:column> <w2:column id="categoryLabel" name="๋ถ„๋ฅ˜" dataType="text"></w2:column> <w2:column id="chk_1" name="Checkbox" dataType="text" defaultValue="0"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { scwin.setInitData(); }; /** * DataList์— Data ํ• ๋‹น */ scwin.setInitData = function () { var arrData = [ { "book_name": "๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ", "categoryLabel": "์ธ๋ฌธ", "chk_1": "0" }, { "book_name": "์‚ฌ๋žŒ์ผ๊นŒ ์ƒํ™ฉ์ผ๊นŒ", "categoryLabel": "์ธ๋ฌธ", "chk_1": "1" }, { "book_name": "๋ฌด์—‡์ด ์˜ณ์€๊ฐ€", "categoryLabel": "์ธ๋ฌธ", "chk_1": "0" }, ]; dlt_books_1.setJSON(arrData); }; /** * ๋ฒ„ํŠผ [getCheckedJSON] ํด๋ฆญ ์‹œ * API getCheckedJSON๋ฅผ ํ˜ธ์ถœํ•˜์—ฌ ๋ฐ˜ํ™˜ ๋ฐ›๊ธฐ */ scwin.btn_ex1_onclick = function (e) { var strLog; var objData; //GridView grd_exam1์˜ ์ปฌ๋Ÿผ chk_1์˜ ์ฒดํฌ๋œ ํ–‰์˜ ๋ฐ์ดํ„ฐ๋ฅผ JSON์œผ๋กœ ๋ฐ˜ํ™˜ ๋ฐ›๊ธฐ //ํŒŒ๋ผ๋ฏธํ„ฐ๋Š” ์ปฌ๋Ÿผ์˜ id์™€ indexd๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์ผ๋ฐ˜์ ์œผ๋กœ id๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.(index๋Š” ์ปฌ๋Ÿผ์ด ์ถ”๊ฐ€/์‚ญ์ œ๋˜๋ฉด ๋ณ€๊ฒฝ๋˜๊ธฐ ๋•Œ๋ฌธ์ž…๋‹ˆ๋‹ค.) objData = grd_exam1.getCheckedJSON("chk_1"); //๋กœ๊ทธ ์ถœ๋ ฅ strLog = "getCheckedJSON ๋ฐ˜ํ™˜ ๊ฐ’ : \n"; strLog += JSON.stringify(objData, null, "\t"); $c.frame.printExampleLog(strLog, txa_log, false); console.log(strLog); }; /** * ๋ฒ„ํŠผ [getCheckedXML] ํด๋ฆญ ์‹œ * API getCheckedXML๋ฅผ ํ˜ธ์ถœํ•˜์—ฌ ๋ฐ˜ํ™˜ ๋ฐ›๊ธฐ */ scwin.btn_ex2_onclick = function (e) { var strLog; var objData; //GridView grd_exam1์˜ ์ปฌ๋Ÿผ chk_1์˜ ์ฒดํฌ๋œ ํ–‰์˜ ๋ฐ์ดํ„ฐ๋ฅผ XML๋กœ ๋ฐ˜ํ™˜ ๋ฐ›๊ธฐ //ํŒŒ๋ผ๋ฏธํ„ฐ๋Š” ์ปฌ๋Ÿผ์˜ id์™€ indexd๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์ผ๋ฐ˜์ ์œผ๋กœ id๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.(index๋Š” ์ปฌ๋Ÿผ์ด ์ถ”๊ฐ€/์‚ญ์ œ๋˜๋ฉด ๋ณ€๊ฒฝ๋˜๊ธฐ ๋•Œ๋ฌธ์ž…๋‹ˆ๋‹ค.) objData = grd_exam1.getCheckedXML("chk_1"); //๋กœ๊ทธ ์ถœ๋ ฅ strLog = "getCheckedXML ๋ฐ˜ํ™˜ ๊ฐ’ : \n"; strLog += WebSquare.xml.indent(objData); $c.frame.printExampleLog(strLog, txa_log, false); console.log(strLog); }; /** * ๋ฒ„ํŠผ [getCheckedData] ํด๋ฆญ ์‹œ * API getCheckedData๋ฅผ ํ˜ธ์ถœํ•˜์—ฌ ๋ฐ˜ํ™˜ ๋ฐ›๊ธฐ */ scwin.btn_ex3_onclick = function (e) { var strLog; var objData; //GridView grd_exam1์˜ ์ปฌ๋Ÿผ chk_1์˜ ์ฒดํฌ๋œ ํ–‰์˜ ๋ฐ์ดํ„ฐ๋ฅผ 2์ฐจ์› ๋ฐฐ์—ด๋กœ ๋ฐ˜ํ™˜ ๋ฐ›๊ธฐ //ํŒŒ๋ผ๋ฏธํ„ฐ๋Š” ์ปฌ๋Ÿผ์˜ id์™€ indexd๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์ผ๋ฐ˜์ ์œผ๋กœ id๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.(index๋Š” ์ปฌ๋Ÿผ์ด ์ถ”๊ฐ€/์‚ญ์ œ๋˜๋ฉด ๋ณ€๊ฒฝ๋˜๊ธฐ ๋•Œ๋ฌธ์ž…๋‹ˆ๋‹ค.) objData = grd_exam1.getCheckedData("chk_1"); //๋กœ๊ทธ ์ถœ๋ ฅ strLog = "getCheckedData ๋ฐ˜ํ™˜ ๊ฐ’ : \n"; strLog += JSON.stringify(objData, null, "\t"); $c.frame.printExampleLog(strLog, txa_log, false); console.log(strLog); }; /** * textarea์˜ ๋กœ๊ทธ ์‚ญ์ œ */ scwin.btn_clearLog_onclick = function (e) { txa_log.setValue(""); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="GridView์˜ ์ปฌ๋Ÿผ ์†์„ฑ inputType์ด checkbox์ผ ๋•Œ, &lt;br/&gt;checkbox๊ฐ€ ์ฒดํฌ๋œ ํ–‰์˜ ๋ฐ์ดํ„ฐ๋ฅผ ๋ฐ˜ํ™˜ ๋ฐ›๋Š” ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค." style="" class=""> </w2:textbox> <w2:textbox class="" escape="false" id="" label="๋ฐ์ดํ„ฐ ์œ ํ˜•๋ณ„ ์•„๋ž˜์˜ ํ•จ์ˆ˜๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;- JSON ๋ฐฐ์—ด : getCheckedJSON&lt;br/&gt;- XML : getCheckedXML&lt;br/&gt;- 2์ฐจ์› ๋ฐฐ์—ด : getCheckedData //ํ–‰ ๋‹จ์œ„๋กœ ์ปฌ๋Ÿผ์˜ value๊ฐ€ ๋ฐฐ์—ด๋กœ ๋‹ด๊น๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="์ฒดํฌ๋œ ํ–‰์˜ Data ๋ฐ˜ํ™˜๋ฐ›๊ธฐ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์ปฌ๋Ÿผ [์„ ํƒ]์˜ checkbox๋ฅผ ์ฒดํฌํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;๋ฒ„ํŠผ์„ ํด๋ฆญํ•˜๊ณ  ๋กœ๊ทธ ํ™•์ธ ์˜์—ญ ๋กœ๊ทธ๋ฅผ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="mb_def_box nobottom" id="" style=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" id="btn_ex1" style="" type="button" ev:onclick="scwin.btn_ex1_onclick"> <xf:label><![CDATA[getCheckedJSON]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex2_onclick" id="btn_ex2" style="" type="button"> <xf:label><![CDATA[getCheckedXML]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex3_onclick" id="btn_ex3" style="" type="button"> <xf:label><![CDATA[getCheckedData]]></xf:label> </xf:trigger> </xf:group> <w2:gridView autoFit="lastColumn" autoFitMinWidth="162" class="gvw" dataList="data:dlt_books_1" defaultCellHeight="24" id="grd_exam1" rowNumVisible="true" rowNumWidth="20" style="height:100px;" visibleRowNum="3" visibleRowNumFix="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column5" inputType="text" style="" value="์„ ํƒ" width="40"></w2:column> <w2:column displayMode="label" id="column4" inputType="text" style="" value="๋ถ„๋ฅ˜" width="52"></w2:column> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="110"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="chk_1" inputType="checkbox" style="" value="" valueType="binary" width="40"> </w2:column> <w2:column displayMode="label" id="categoryLabel" inputType="text" style="" value="" width="52"></w2:column> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" value="" width="110"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> <xf:group class="example_div_tb_style_wrap" id="" style=""> <xf:group class="example_div_tr_style" id="" style=""> <xf:group class="example_div_th_style" id=""> <w2:span class="mr_def txt_blue" id="" label="๋กœ๊ทธ ํ™•์ธ" style=""></w2:span> <xf:trigger class="com_example_btn_log_clear" ev:onclick="scwin.btn_clearLog_onclick" id="btn_clearLog" style="" title="๋กœ๊ทธ ์‚ญ์ œ" type="button"> <xf:label><![CDATA[๊ฒ€์ƒ‰ ์ทจ์†Œ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="example_div_td_style" id="" style=""> <xf:textarea class="com_example_txa_log" id="txa_log" spellcheck="false" style="width: 100%;height: 140px;"></xf:textarea> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00145S01.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20221021" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <w2:textbox id="" label="P00145S01.xml" style="color: dodgerblue;font-size: 2em;font-weight: bold;"></w2:textbox> </xf:group> </body> </html>
WRE/WebContent/page/P00188.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] ๋น„ํ™œ์„ฑํ™” ์—ฌ๋ถ€ ์ง€์ •ํ•˜๊ธฐ - ์…€, ์ปฌ๋Ÿผ, ๋กœ์šฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20230120" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="book_name" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="price" name="์ •๊ฐ€"></w2:column> <w2:column id="published_date" name="์ถœ๊ฐ„์ผ" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <book_name><![CDATA[์‚ฌ๋žŒ์ผ๊นŒ ์ƒํ™ฉ์ผ๊นŒ]]></book_name> <price><![CDATA[28000]]></price> <published_date><![CDATA[20190826]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋‚ด๊ฐ€ ํ‹€๋ฆด ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค]]></book_name> <price><![CDATA[16000]]></price> <published_date><![CDATA[20220418]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ]]></book_name> <price><![CDATA[18000]]></price> <published_date><![CDATA[20201201]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[์ •๊ธ€๋งŒ๋ฆฌ]]></book_name> <price><![CDATA[16500]]></price> <published_date><![CDATA[20130701]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋ถˆํŽธํ•œ ํŽธ์˜์ ]]></book_name> <price><![CDATA[14000]]></price> <published_date><![CDATA[20210420]]></published_date> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; /** * ๋ฒ„ํŠผ [์ปฌ๋Ÿผ '๋„์„œ๋ช…'์˜ 2๋ฒˆ์งธ ํ–‰์˜ ์…€์„ ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_onclick = function (e) { //GridView 'grd_exam1'์˜ ์ปฌ๋Ÿผ '๋„์„œ๋ช…'์˜ 2๋ฒˆ์งธ ํ–‰์˜ ์…€์„ ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ grd_exam1.setCellDisabled(1, "book_name", true); }; /** * ๋ฒ„ํŠผ [์ปฌ๋Ÿผ '๋„์„œ๋ช…'์˜ 2๋ฒˆ์งธ ํ–‰์˜ ์…€์„ ๋น„ํ™œ์„ฑํ™” ํ•ด์ œํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex2_onclick = function (e) { //GridView 'grd_exam1'์˜ ์ปฌ๋Ÿผ '๋„์„œ๋ช…'์˜ 2๋ฒˆ์งธ ํ–‰์˜ ์…€์„ ๋น„ํ™œ์„ฑํ™” ํ•ด์ œํ•˜๊ธฐ grd_exam1.setCellDisabled(1, "book_name", false); }; /** * ๋ฒ„ํŠผ [์ปฌ๋Ÿผ '์ •๊ฐ€'์— ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex3_onclick = function (e) { //GridView 'grd_exam2'์˜ ์ปฌ๋Ÿผ '์ •๊ฐ€'์— ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ grd_exam2.setColumnDisabled("price", true); }; /** * ๋ฒ„ํŠผ [์ปฌ๋Ÿผ '์ •๊ฐ€'์— ๋น„ํ™œ์„ฑํ™” ํ•ด์ œํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex4_onclick = function (e) { //GridView 'grd_exam2'์˜ ์ปฌ๋Ÿผ '์ •๊ฐ€'์— ๋น„ํ™œ์„ฑํ™” ํ•ด์ œํ•˜๊ธฐ grd_exam2.setColumnDisabled("price", false); }; /** * ๋ฒ„ํŠผ [1๋ฒˆ์งธ ํ–‰์— ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex5_onclick = function (e) { //GridView 'grd_exam3'์˜ 1๋ฒˆ์งธ ํ–‰์— ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ grd_exam3.setRowDisabled(0, true); }; /** * ๋ฒ„ํŠผ [1๋ฒˆ์งธ ํ–‰์— ๋น„ํ™œ์„ฑํ™” ํ•ด์ œํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex6_onclick = function (e) { //GridView 'grd_exam3'์˜ 1๋ฒˆ์งธ ํ–‰์— ๋น„ํ™œ์„ฑํ™” ํ•ด์ œํ•˜๊ธฐ grd_exam3.setRowDisabled(0, false); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='GridView์˜ ์…€, ์ปฌ๋Ÿผ, ๋กœ์šฐ์˜ ๋น„ํ™œ์„ฑํ™” ์—ฌ๋ถ€๋ฅผ ์ง€์ •ํ•˜๋Š” ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์ด ๊ธฐ๋Šฅ์€ ์•„๋ž˜์˜ GridView์˜ ํ•จ์ˆ˜๋ฅผ ํ˜ธ์ถœํ•˜์—ฌ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;- setCellDisabled : ์…€ ๋‹จ์œ„ ๋น„ํ™œ์„ฑํ™”&lt;br/&gt;- setColumnDisabled : ์ปฌ๋Ÿผ ๋‹จ์œ„ ๋น„ํ™œ์„ฑํ™”&lt;br/&gt;- setRowDisabled : ๋กœ์šฐ ๋‹จ์œ„ ๋น„ํ™œ์„ฑํ™”' style=""> </w2:textbox> <w2:textbox escape="false" id="" label="๋˜๋Š” GridView ํ•จ์ˆ˜ setDisabled์„ ์‚ฌ์šฉํ•˜์—ฌ ์ œ์–ดํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;ํ•จ์ˆ˜ setDisabled ์‚ฌ์šฉ ์˜ˆ์‹œ๋Š” ์˜ˆ์ œ ํŒŒ์ผ๋ช… P00190.xml์—์„œ ํ™•์ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="GridView ์…€์˜ ๋น„ํ™œ์„ฑํ™” ์—ฌ๋ถ€ ์ง€์ •ํ•˜๊ธฐ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์•„๋ž˜์˜ ๋ฒ„ํŠผ์„ ํด๋ฆญํ•˜๊ณ  GridView ์…€์˜ ๋น„ํ™œ์„ฑํ™” ์—ฌ๋ถ€๋ฅผ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;๋น„ํ™œ์„ฑํ™”๊ฐ€ ์ ์šฉ๋˜๋ฉด ์…€์ด ์ˆ˜์ • ๋ชจ๋“œ๋กœ ๋ณ€๊ฒฝ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.&lt;br/&gt;์ด GridView๋Š” ๋น„ํ™œ์„ฑํ™”๊ฐ€ ๋˜์—ˆ์„ ๋•Œ ๋ฐฐ๊ฒฝ์ƒ‰๊ณผ ๊ธ€์ž์ƒ‰์ด ๋ณ€๊ฒฝ๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="mb_def_box nobottom" id="" style=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex1_onclick" id="btn_ex1" style="" type="button"> <xf:label><![CDATA[์ปฌ๋Ÿผ '๋„์„œ๋ช…'์˜ 2๋ฒˆ์งธ ํ–‰์˜ ์…€์„ ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" id="btn_ex2" style="" type="button" ev:onclick="scwin.btn_ex2_onclick"> <xf:label><![CDATA[์ปฌ๋Ÿผ '๋„์„œ๋ช…'์˜ 2๋ฒˆ์งธ ํ–‰์˜ ์…€์„ ๋น„ํ™œ์„ฑํ™” ํ•ด์ œํ•˜๊ธฐ]]></xf:label> </xf:trigger> </xf:group> <w2:gridView autoFit="allColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" id="grd_exam1" style="height:100px;" visibleRowNum="4" visibleRowNumFix="true" rowNumVisible="true" rowNumWidth="26" disabledBackgroundColor="#eee" disabledFontColor="#bbb"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="174"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="63"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="84"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" width="174" value=""></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="63"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" width="84" value=""> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="GridView ์ปฌ๋Ÿผ์˜ ๋น„ํ™œ์„ฑํ™” ์—ฌ๋ถ€ ์ง€์ •ํ•˜๊ธฐ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์•„๋ž˜์˜ ๋ฒ„ํŠผ์„ ํด๋ฆญํ•˜๊ณ  GridView ์ปฌ๋Ÿผ์˜ ๋น„ํ™œ์„ฑํ™” ์—ฌ๋ถ€๋ฅผ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;๋น„ํ™œ์„ฑํ™”๊ฐ€ ์ ์šฉ๋˜๋ฉด ์…€์ด ์ˆ˜์ • ๋ชจ๋“œ๋กœ ๋ณ€๊ฒฝ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.&lt;br/&gt;์ด GridView๋Š” ๋น„ํ™œ์„ฑํ™”๊ฐ€ ๋˜์—ˆ์„ ๋•Œ ๋ฐฐ๊ฒฝ์ƒ‰๊ณผ ๊ธ€์ž์ƒ‰์ด ๋ณ€๊ฒฝ๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="mb_def_box nobottom" id="" style=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex3_onclick" id="btn_ex3" style="" type="button"> <xf:label><![CDATA[์ปฌ๋Ÿผ '์ •๊ฐ€'์— ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex4_onclick" id="btn_ex4" style="" type="button"> <xf:label><![CDATA[์ปฌ๋Ÿผ '์ •๊ฐ€'์— ๋น„ํ™œ์„ฑํ™” ํ•ด์ œํ•˜๊ธฐ]]></xf:label> </xf:trigger> </xf:group> <w2:gridView autoFit="allColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" disabledBackgroundColor="#eee" disabledFontColor="#bbb" id="grd_exam2" rowNumVisible="true" rowNumWidth="26" style="height:100px;" visibleRowNum="4" visibleRowNumFix="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="174"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="63"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="84"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" value="" width="174"></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="63"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" value="" width="84"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="GridView ๋กœ์šฐ์˜ ๋น„ํ™œ์„ฑํ™” ์—ฌ๋ถ€ ์ง€์ •ํ•˜๊ธฐ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์•„๋ž˜์˜ ๋ฒ„ํŠผ์„ ํด๋ฆญํ•˜๊ณ  GridView ๋กœ์šฐ์˜ ๋น„ํ™œ์„ฑํ™” ์—ฌ๋ถ€๋ฅผ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;๋น„ํ™œ์„ฑํ™”๊ฐ€ ์ ์šฉ๋˜๋ฉด ์…€์ด ์ˆ˜์ • ๋ชจ๋“œ๋กœ ๋ณ€๊ฒฝ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.&lt;br/&gt;์ด GridView๋Š” ๋น„ํ™œ์„ฑํ™”๊ฐ€ ๋˜์—ˆ์„ ๋•Œ ๋ฐฐ๊ฒฝ์ƒ‰๊ณผ ๊ธ€์ž์ƒ‰์ด ๋ณ€๊ฒฝ๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="mb_def_box nobottom" id="" style=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex5_onclick" id="btn_ex5" style="" type="button"> <xf:label><![CDATA[1๋ฒˆ์งธ ํ–‰์— ๋น„ํ™œ์„ฑํ™” ์ ์šฉํ•˜๊ธฐ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex6_onclick" id="btn_ex6" style="" type="button"> <xf:label><![CDATA[1๋ฒˆ์งธ ํ–‰์— ๋น„ํ™œ์„ฑํ™” ํ•ด์ œํ•˜๊ธฐ]]></xf:label> </xf:trigger> </xf:group> <w2:gridView autoFit="allColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" disabledBackgroundColor="#eee" disabledFontColor="#bbb" id="grd_exam3" rowNumVisible="true" rowNumWidth="26" style="height:100px;" visibleRowNum="4" visibleRowNumFix="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="174"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="63"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="84"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" value="" width="174"></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="63"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" value="" width="84"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00229.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] Event onscrollstart๋ฅผ ํ•ญ์ƒ ๋ฐœ์ƒ ์‹œํ‚ฌ์ง€์˜ ์—ฌ๋ถ€ ์ง€์ •ํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20230303" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books_1" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="label" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="categoryLabel" name="๋ถ„๋ฅ˜"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { scwin.setDataList(); }; /** * DataList์— ๋ฐ์ดํ„ฐ ํ• ๋‹น */ scwin.setDataList = function () { let arrData = [ { "label": "๊ฑฐ์˜ ๋ชจ๋“  ์ „์Ÿ์˜ ์—ญ์‚ฌ", "categoryLabel": "์—ญ์‚ฌ/๋ฌธํ™”" }, { "label": "๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๊ธฐ๋ถ„์„ ๊ด€๋ฆฌํ•˜๋ฉด ์ธ์ƒ์ด ๊ด€๋ฆฌ๋œ๋‹ค", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "๋‚˜๋Š” ๋‘”๊ฐํ•˜๊ฒŒ ์‚ด๊ธฐ๋กœ ํ–ˆ๋‹ค", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋‚˜๋กœ์„œ ์ถฉ๋ถ„ํžˆ ๊ดœ์ฐฎ์€ ์‚ฌ๋žŒ", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "๋‚˜์˜ ๋ฌธํ™”์œ ์‚ฐ๋‹ต์‚ฌ๊ธฐ", "categoryLabel": "์—ญ์‚ฌ/๋ฌธํ™”" }, { "label": "๋‚ด๊ฐ€ ํ‹€๋ฆด ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋„ˆ๋ฌด ์ž˜ํ•˜๋ ค๊ณ  ์• ์“ฐ์ง€ ๋งˆ๋ผ", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "๋งˆ์Œ์˜ ๋ฒ•์น™", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋ชจ๋“  ์‚ฌ๋žŒ์—๊ฒŒ ์ข‹์€ ์‚ฌ๋žŒ์ผ ํ•„์š”๋Š” ์—†์–ด", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "๋ฌด์—‡์ด ์˜ณ์€๊ฐ€", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋ฌธ๋ช…์˜ ๋ถ•๊ดด(Collapse)", "categoryLabel": "์—ญ์‚ฌ/๋ฌธํ™”" }, { "label": "๋ฏธ์›€๋ฐ›์„ ์šฉ๊ธฐ", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋ถˆํŽธํ•œ ํŽธ์˜์ ", "categoryLabel": "์†Œ์„ค" }, { "label": "์„ ์„ ๋„˜์ง€ ์•Š๋Š” ์‚ฌ๋žŒ์ด ์„ฑ๊ณตํ•œ๋‹ค", "categoryLabel": "์ž๊ธฐ๊ณ„๋ฐœ" }, { "label": "์šฐ๋ฆฌ๋Š” ์—ฌ์ „ํžˆ ์‚ถ์„ ์‚ฌ๋ž‘ํ•˜๋Š”๊ฐ€", "categoryLabel": "์ธ๋ฌธ" }, { "label": "์ž‘๋ณ„์ธ์‚ฌ", "categoryLabel": "์†Œ์„ค" }, { "label": "์ž˜ํ–ˆ๊ณ  ์ž˜ํ•˜๊ณ  ์žˆ๊ณ  ์ž˜ ๋  ๊ฒƒ์ด๋‹ค", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "์ €๋งŒ์น˜ ํ˜ผ์ž์„œ", "categoryLabel": "์†Œ์„ค" }, { "label": "์ฑ…๋“ค์˜ ๋ถ€์—Œ", "categoryLabel": "์†Œ์„ค" } ]; dlt_books_1.setJSON(arrData); }; /** * textarea์˜ ๋กœ๊ทธ ์‚ญ์ œ */ scwin.btn_clearLog_onclick = function (e) { txa_log.setValue(""); }; /** * GridView grd_exam1์˜ onscrollstart ์ด๋ฒคํŠธ ํ•ธ๋“ค๋Ÿฌ */ scwin.grd_exam1_onscrollstart = function () { let strLog = ""; strLog += "scwin.grd_exam1_onscrollstart\n"; strLog += "alwaysTriggerScrollStart:false - ์ตœ์ดˆ 1ํšŒ ๋ฐœ์ƒ"; //textarea์— log ์ถœ๋ ฅ $c.frame.printExampleLog(strLog, txa_log, false); console.log("scwin.grd_exam1_onscrollstart : ์ตœ์ดˆ 1ํšŒ ๋ฐœ์ƒ"); }; /** * GridView grd_exam2์˜ onscrollstart ์ด๋ฒคํŠธ ํ•ธ๋“ค๋Ÿฌ */ scwin.grd_exam2_onscrollstart = function () { let strLog = ""; strLog += "scwin.grd_exam2_onscrollstart\n"; strLog += "alwaysTriggerScrollStart:true - ๋งคํšŒ ๋ฐœ์ƒ"; //textarea์— log ์ถœ๋ ฅ $c.frame.printExampleLog(strLog, txa_log, false); console.log("scwin.grd_exam2_onscrollstart : ๋งค๋ฒˆ ๋ฐœ์ƒ"); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="GridView์˜ ์ด๋ฒคํŠธ onscrollstart๋ฅผ ํ•ญ์ƒ ๋ฐœ์ƒ ์‹œํ‚ฌ์ง€์˜ ์—ฌ๋ถ€๋ฅผ ์ง€์ •ํ•˜๋Š” ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์ด ๊ธฐ๋Šฅ์€ ์†์„ฑ 'alwaysTriggerScrollStart'์œผ๋กœ ์„ค์ •ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;์„ค์ • ๊ฐ’์— ๋”ฐ๋ฅธ ๊ธฐ๋Šฅ์€ ์•„๋ž˜์™€ ๊ฐ™์Šต๋‹ˆ๋‹ค.&lt;br/&gt;- true : GridView์˜ ์„ธ๋กœ ์Šคํฌ๋กค์ด ์ตœ์ƒ๋‹จ์— ๋‹ฟ์„ ๋•Œ ๋งˆ๋‹ค ์ด๋ฒคํŠธ 'onscrollstart' ๋ฐœ์ƒ.&lt;br/&gt;- false : (๊ธฐ๋ณธ ๊ฐ’) GridView์˜ ์„ธ๋กœ ์Šคํฌ๋กค์ด ์ตœ์ƒ๋‹จ์— ๋‹ฟ์„ ๋•Œ ์ตœ์ดˆ 1ํšŒ ์ด๋ฒคํŠธ 'onscrollstart' ๋ฐœ์ƒ." style=""> </w2:textbox> <w2:textbox class="txt_info_important" id="" label="์ปดํฌ๋„ŒํŠธ์˜ ์ด๋ฒคํŠธ ๋ฐœ์ƒ ์‹œ ์˜์—ญ [๋กœ๊ทธ ํ™•์ธ]์˜ textarea ๋˜๋Š” ๋ธŒ๋ผ์šฐ์ € ๊ฐœ๋ฐœ์ž๋„๊ตฌ ์ฝ˜์†”์— ๋กœ๊ทธ๊ฐ€ ์ถœ๋ ฅ๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id="" style=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="(๊ธฐ๋ณธ ๊ฐ’) ์ด๋ฒคํŠธ 'onscrollstart' ์ตœ์ดˆ 1ํšŒ ๋ฐœ์ƒ ์‹œํ‚ค๊ธฐ" style=""> </w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์„ธ๋กœ ์Šคํฌ๋กค์„ ์•„๋ž˜๋กœ ๋‚ด๋ ธ๋‹ค๊ฐ€ ์ตœ์ƒ๋‹จ์œผ๋กœ ์ด๋™์‹œํ‚ต๋‹ˆ๋‹ค.&lt;br/&gt;์Šคํฌ๋กค์ด ์ตœ์ƒ๋‹จ์— ๋‹ฟ์œผ๋ฉด ์ตœ์ดˆ 1ํšŒ ๋กœ๊ทธ๊ฐ€ ์ถœ๋ ฅ๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView autoFit="lastColumn" autoFitMinWidth="280" class="gvw" dataList="data:dlt_books_1" defaultCellHeight="24" ev:onscrollstart="scwin.grd_exam1_onscrollstart" id="grd_exam1" rowNumVisible="true" rowNumWidth="26" style="height:100px;" visibleRowNum="4" visibleRowNumFix="true" alwaysTriggerScrollStart="false"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column2" inputType="text" value="๋ถ„๋ฅ˜" width="70"></w2:column> <w2:column displayMode="label" id="column3" inputType="text" sortable="true" value="๋„์„œ๋ช…" width="160"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="categoryLabel" inputType="text" value="" width="70"></w2:column> <w2:column displayMode="label" id="label" inputType="text" textAlign="left" value="" width="160"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="์ด๋ฒคํŠธ 'onscrollstart' ๋งคํšŒ ๋ฐœ์ƒ ์‹œํ‚ค๊ธฐ" style=""> </w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์„ธ๋กœ ์Šคํฌ๋กค์„ ์•„๋ž˜๋กœ ๋‚ด๋ ธ๋‹ค๊ฐ€ ์ตœ์ƒ๋‹จ์œผ๋กœ ์ด๋™์‹œํ‚ต๋‹ˆ๋‹ค.&lt;br/&gt;์Šคํฌ๋กค์ด ์ตœ์ƒ๋‹จ์— ๋‹ฟ์„ ๋•Œ ๋งˆ๋‹ค ๋กœ๊ทธ๊ฐ€ ์ถœ๋ ฅ๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView autoFit="lastColumn" autoFitMinWidth="280" class="gvw" dataList="data:dlt_books_1" defaultCellHeight="24" id="grd_exam2" style="height:100px;" visibleRowNum="4" visibleRowNumFix="true" rowNumVisible="true" rowNumWidth="26" ev:onscrollstart="scwin.grd_exam2_onscrollstart" alwaysTriggerScrollStart="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column2" inputType="text" value="๋ถ„๋ฅ˜" width="70"></w2:column> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="160" sortable="true"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="categoryLabel" inputType="text" width="70" value=""></w2:column> <w2:column displayMode="label" id="label" inputType="text" textAlign="left" width="160" value=""></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> <xf:group class="example_div_tb_style_wrap" id="" style=""> <xf:group class="example_div_tr_style" id="" style=""> <xf:group class="example_div_th_style" id=""> <w2:span class="mr_def txt_blue" id="" label="๋กœ๊ทธ ํ™•์ธ" style=""></w2:span> <xf:trigger class="com_example_btn_log_clear" ev:onclick="scwin.btn_clearLog_onclick" id="btn_clearLog" style="" title="๋กœ๊ทธ ์‚ญ์ œ" type="button"> <xf:label><![CDATA[๊ฒ€์ƒ‰ ์ทจ์†Œ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="example_div_td_style" id="" style=""> <xf:textarea class="com_example_txa_log" id="txa_log" spellcheck="false" style="width: 100%;height: 140px;"></xf:textarea> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00201.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_vertical_guides="" meta_horizontal_guides="-404"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20230130" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { //InputCalendar์— ์ง€์ •ํ•  ์‹œ์Šคํ…œ ๋‚ ์งœ๋ฅผ yyyyMMdd ํ˜•ํƒœ๋กœ ์ €์žฅํ•ฉ๋‹ˆ๋‹ค. let sysDate = $p.getCurrentServerDate("yyyyMMdd"); //InputCalendar 'ica_exam_1'์— ์‹œ์Šคํ…œ ๋‚ ์งœ๋ฅผ ์ง€์ •ํ•ฉ๋‹ˆ๋‹ค. ica_exam_1.setValue(sysDate); //InputCalendar 'ica_exam_2'์— ์‹œ์Šคํ…œ ๋‚ ์งœ๋ฅผ ์ง€์ •ํ•ฉ๋‹ˆ๋‹ค. ica_exam_2.setValue(sysDate); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='๋‹ฌ๋ ฅ ์•„์ด์ฝ˜ ํด๋ฆญ, ํŠน์ • ์ผ(Day)์„ ์„ ํƒํ•œ ํ›„, ๋‹ฌ๋ ฅ ์ƒ๋‹จ์˜ ํ™”์‚ดํ‘œ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ์›”์ด๋‚˜ ์—ฐ๋„๋ฅผ ์ด๋™ํ•ด๋„ ํ˜„์žฌ ์„ ํƒํ•œ ์ผ์„ ์œ ์ง€ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;์ด ๊ธฐ๋Šฅ์€ ์•„๋ž˜์˜ ์†์„ฑ์œผ๋กœ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;- dayMoveFixed : ๋‚ ์งœ(day) ์œ ์ง€ ์œ ๋ฌด' style="margin-bottom: 10px;"></w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="(๊ธฐ๋ณธ ์„ค์ •) dayMoveFixed - false" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="๋‹ฌ๋ ฅ ์•„์ด์ฝ˜ ํด๋ฆญ ์‹œ ํ‘œ์‹œ๋˜๋Š” ๋‹ฌ๋ ฅ์˜ ์ขŒ์šฐ ์•„์ด์ฝ˜ '&lt;' ์„ ํด๋ฆญํ•˜์—ฌ ์›”์„ ์ด๋™ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;๋‹ฌ๋ ฅ์˜ ์›”์ด ๋ฐ”๋€Œ์—ˆ๊ณ  ํ•ด๋‹น ์›”์˜ 1์ผ๋กœ ๋‚ ์งœ๊ฐ€ ์ด๋™ํ•œ ๊ฒƒ์„ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:textbox class="txt_info_important" escape="false" id="" label="โ€ป ๋‹จ ์†์„ฑ๊ณผ ๊ด€๊ณ„ ์—†์ด ์…€๋ ‰ํŠธ๋ฐ•์Šค๋กœ ๋…„(year), ์›”(month) ์ˆ˜์ • ์‹œ ์„ ํƒํ•ด ๋‘” ์ผ(day)์€ ์œ ์ง€๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:inputCalendar calendarValueType="yearMonthDate" focusOnDateSelect="false" id="ica_exam_1" rightAlign="false" style="width:100px;min-height: 24px;" renderDiv="true" class="mr_def"> </w2:inputCalendar> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="dayMoveFixed - true ์ ์šฉ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="๋‹ฌ๋ ฅ ์•„์ด์ฝ˜ ํด๋ฆญ ์‹œ ํ‘œ์‹œ๋˜๋Š” ๋‹ฌ๋ ฅ์˜ ์ขŒ์šฐ ์•„์ด์ฝ˜ '&lt;&lt;' ์„ ํด๋ฆญํ•˜์—ฌ ์—ฐ๋„๋ฅผ ์ด๋™ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;๋‹ฌ๋ ฅ์˜ ์—ฐ๋„๊ฐ€ ๋ฐ”๋€Œ๊ณ  ์ขŒ์šฐ ์•„์ด์ฝ˜์„ ํด๋ฆญํ•˜๊ธฐ ์ „ ๋‚ ์งœ๊ฐ€ ๋‹ฌ๋ ฅ์— ํ‘œ์‹œ๋œ ๊ฒƒ์„ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:textbox class="txt_info_important" escape="false" id="" label="โ€ป ๋‹จ ์†์„ฑ๊ณผ ๊ด€๊ณ„ ์—†์ด ์…€๋ ‰ํŠธ๋ฐ•์Šค๋กœ ๋…„(year), ์›”(month) ์ˆ˜์ • ์‹œ ์„ ํƒํ•ด ๋‘” ์ผ(day)์€ ์œ ์ง€๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <!-- inputCalendar ์˜ ์†Œ์Šค ๋ณธ๋ฌธ ์˜ˆ์‹œ --> <w2:inputCalendar calendarValueType="yearMonthDate" focusOnDateSelect="false" id="ica_exam_2" rightAlign="false" style="width:100px;min-height: 24px;" renderDiv="true" class="mr_def" dayMoveFixed="true"> </w2:inputCalendar> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00215.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20230217" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books_1" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="label" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="categoryLabel" name="๋ถ„๋ฅ˜"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList baseNode="list" id="dlt_books_2" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="label" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="categoryLabel" name="๋ถ„๋ฅ˜"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList baseNode="list" id="dlt_books_2_copy" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="label" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="categoryLabel" name="๋ถ„๋ฅ˜"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { scwin.setDataList(); }; /** * DataList์— ๋ฐ์ดํ„ฐ ํ• ๋‹น */ scwin.setDataList = function () { let arrData = [ { "label": "๊ฑฐ์˜ ๋ชจ๋“  ์ „์Ÿ์˜ ์—ญ์‚ฌ", "categoryLabel": "์—ญ์‚ฌ/๋ฌธํ™”" }, { "label": "๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๊ธฐ๋ถ„์„ ๊ด€๋ฆฌํ•˜๋ฉด ์ธ์ƒ์ด ๊ด€๋ฆฌ๋œ๋‹ค", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "๋‚˜๋Š” ๋‘”๊ฐํ•˜๊ฒŒ ์‚ด๊ธฐ๋กœ ํ–ˆ๋‹ค", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋‚˜๋กœ์„œ ์ถฉ๋ถ„ํžˆ ๊ดœ์ฐฎ์€ ์‚ฌ๋žŒ", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "๋‚˜์˜ ๋ฌธํ™”์œ ์‚ฐ๋‹ต์‚ฌ๊ธฐ", "categoryLabel": "์—ญ์‚ฌ/๋ฌธํ™”" }, { "label": "๋‚ด๊ฐ€ ํ‹€๋ฆด ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋„ˆ๋ฌด ์ž˜ํ•˜๋ ค๊ณ  ์• ์“ฐ์ง€ ๋งˆ๋ผ", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "๋งˆ์Œ์˜ ๋ฒ•์น™", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋ชจ๋“  ์‚ฌ๋žŒ์—๊ฒŒ ์ข‹์€ ์‚ฌ๋žŒ์ผ ํ•„์š”๋Š” ์—†์–ด", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "๋ฌด์—‡์ด ์˜ณ์€๊ฐ€", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋ฌธ๋ช…์˜ ๋ถ•๊ดด(Collapse)", "categoryLabel": "์—ญ์‚ฌ/๋ฌธํ™”" }, { "label": "๋ฏธ์›€๋ฐ›์„ ์šฉ๊ธฐ", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋ถˆํŽธํ•œ ํŽธ์˜์ ", "categoryLabel": "์†Œ์„ค" }, { "label": "์„ ์„ ๋„˜์ง€ ์•Š๋Š” ์‚ฌ๋žŒ์ด ์„ฑ๊ณตํ•œ๋‹ค", "categoryLabel": "์ž๊ธฐ๊ณ„๋ฐœ" }, { "label": "์šฐ๋ฆฌ๋Š” ์—ฌ์ „ํžˆ ์‚ถ์„ ์‚ฌ๋ž‘ํ•˜๋Š”๊ฐ€", "categoryLabel": "์ธ๋ฌธ" }, { "label": "์ž‘๋ณ„์ธ์‚ฌ", "categoryLabel": "์†Œ์„ค" }, { "label": "์ž˜ํ–ˆ๊ณ  ์ž˜ํ•˜๊ณ  ์žˆ๊ณ  ์ž˜ ๋  ๊ฒƒ์ด๋‹ค", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "์ €๋งŒ์น˜ ํ˜ผ์ž์„œ", "categoryLabel": "์†Œ์„ค" }, { "label": "์ฑ…๋“ค์˜ ๋ถ€์—Œ", "categoryLabel": "์†Œ์„ค" } ]; dlt_books_1.setJSON(arrData); dlt_books_2.setJSON(arrData); let arrData2 = [ { "label": "์ด๊ณณ์— ๋ณต์‚ฌํ•˜์„ธ์š”", "categoryLabel": "" }, { "label": "์ด๊ณณ์— ๋ณต์‚ฌํ•˜์„ธ์š”", "categoryLabel": "" }, { "label": "์ด๊ณณ์— ๋ณต์‚ฌํ•˜์„ธ์š”", "categoryLabel": "" }, { "label": "์ด๊ณณ์— ๋ณต์‚ฌํ•˜์„ธ์š”", "categoryLabel": "" }, { "label": "์ด๊ณณ์— ๋ณต์‚ฌํ•˜์„ธ์š”", "categoryLabel": "" }, { "label": "์ด๊ณณ์— ๋ณต์‚ฌํ•˜์„ธ์š”", "categoryLabel": "" } ]; dlt_books_2_copy.setJSON(arrData2); };]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='GridView ๋‚ด์—์„œ ํ‚ค๋ณด๋“œ์™€ ๋งˆ์šฐ์Šค๋ฅผ ์ด์šฉํ•˜์—ฌ ์…€์„ ๋‹ค์ค‘ ์„ ํƒํ•˜๋Š” ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;ํ‚ค๋ณด๋“œ ํ‚ค Ctrl์„ ๋ˆ„๋ฅด๊ณ  ์…€์„ ํด๋ฆญํ•˜๊ฑฐ๋‚˜,&lt;br/&gt;ํ‚ค๋ณด๋“œ ํ‚ค Shift๋ฅผ ๋ˆ„๋ฅด๊ณ  ์…€์„ ํด๋ฆญํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;Drag๋ฅผ ํ†ตํ•ด ์…€์˜ ๋ฒ”์œ„ ์„ ํƒ์„ ์ œ๊ณตํ•˜๋Š” ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.' style=""></w2:textbox> <w2:textbox class="ws_example_txt_desc_info" escape="false" id="" label="์ด ์˜ˆ์ œ๋Š” ๋งˆ์šฐ์Šค์™€ ํ‚ค๋ณด๋“œ ์‚ฌ์šฉ์ด ๊ฐ€๋Šฅํ•œ ํ™˜๊ฒฝ์—์„œ ์ •์ƒ ๋™์ž‘ํ•ฉ๋‹ˆ๋‹ค." style=""></w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="[๊ธฐ๋ณธ์„ค์ •] Drag๋ฅผ ํ†ตํ•ด ๋ฒ”์œ„ ์„ ํƒ ๋ถˆ๊ฐ€" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:gridView autoFit="lastColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books_1" defaultCellHeight="24" id="" style="height:100px;" visibleRowNum="6" visibleRowNumFix="true" rowNumVisible="true" rowNumWidth="26" rowMouseOver="false" noSelect="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column2" inputType="text" value="๋ถ„๋ฅ˜" width="100"></w2:column> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="178" sortable="true"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="categoryLabel" inputType="text" width="100" value=""></w2:column> <w2:column displayMode="label" id="label" inputType="text" textAlign="left" width="178"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="ํ‚ค๋ณด๋“œ Ctrl + ๋งˆ์šฐ์Šค Click ์œผ๋กœ Cell ๋‹ค์ค‘ ์„ ํƒํ•˜๊ธฐ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="GridView ๋‚ด Drag๋ฅผ ํ†ตํ•ด ์…€์˜ ๋ฒ”์œ„ ์„ ํƒ์„ ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView autoFit="lastColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books_2" defaultCellHeight="24" id="grd_exam2" rowNumVisible="true" rowNumWidth="26" style="height:100px;" visibleRowNum="6" visibleRowNumFix="true" dataDragSelect="true" useShiftKey="true" ctrlShiftKey="true" rowMouseOver="false" noSelect="true" copyOption="dataList" dataDragDrop="true" useCtrlKey="true" copyType="default" dataDragDropOther="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column2" inputType="text" value="๋ถ„๋ฅ˜" width="100"></w2:column> <w2:column displayMode="label" id="column3" inputType="text" sortable="true" value="๋„์„œ๋ช…" width="178"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="categoryLabel" inputType="text" value="" width="100"></w2:column> <w2:column displayMode="label" id="label" inputType="text" textAlign="left" width="178"></w2:column> </w2:row> </w2:gBody> </w2:gridView> <w2:gridView autoFit="lastColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books_2_copy" defaultCellHeight="24" id="" noSelect="true" rowMouseOver="false" rowNumVisible="true" rowNumWidth="26" style="height:100px;" useShiftKey="true" ctrlShiftKey="true" visibleRowNum="6" visibleRowNumFix="true" dataDragDrop="true" useCtrlKey="true" copyType="default" dataDragSelect="true" dataDragDropOther="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column2" inputType="text" value="๋ถ„๋ฅ˜" width="100"></w2:column> <w2:column displayMode="label" id="column3" inputType="text" sortable="true" value="๋„์„œ๋ช…" width="178"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="categoryLabel" inputType="text" value="" width="100"></w2:column> <w2:column displayMode="label" id="label" inputType="text" textAlign="left" width="178"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00003.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="ํ•ญ๋ชฉ, ๊ฐ’ ์„ ํƒ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20220428" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList id="dlt_autoCompleteData" baseNode="list" style="" repeatNode="map" valueAttribute=""> <w2:columnInfo> <w2:column id="label" name="label" dataType="text"></w2:column> <w2:column id="value" name="value" dataType="text"></w2:column> </w2:columnInfo> <w2:data xmlns="" use="true"> <w2:row> <label><![CDATA[๊น€์น˜]]></label> <value><![CDATA[a1]]></value> </w2:row> <w2:row> <label><![CDATA[๊น€๋ฐฅ]]></label> <value><![CDATA[a2]]></value> </w2:row> <w2:row> <label><![CDATA[๊น€๋…•]]></label> <value><![CDATA[a3]]></value> </w2:row> <w2:row> <label><![CDATA[๊น€๋…•ํ•ด์ˆ˜์š•์žฅ]]></label> <value><![CDATA[a4]]></value> </w2:row> <w2:row> <label><![CDATA[๋‚˜๋ผ]]></label> <value><![CDATA[b1]]></value> </w2:row> <w2:row> <label><![CDATA[๋‚˜๋น„]]></label> <value><![CDATA[b2]]></value> </w2:row> </w2:data> </w2:dataList> <w2:dataList id="dlt_selectBoxData" baseNode="list" style="" repeatNode="map" valueAttribute=""> <w2:columnInfo> <w2:column id="disp" name="label" dataType="text"></w2:column> <w2:column id="value" name="value" dataType="text"></w2:column> </w2:columnInfo> <w2:data xmlns="" use="true"> <w2:row> <disp><![CDATA[๋”ธ๊ธฐ]]></disp> <value><![CDATA[01]]></value> </w2:row> <w2:row> <disp><![CDATA[๋ฐ”๋‚˜๋‚˜]]></disp> <value><![CDATA[02]]></value> </w2:row> <w2:row> <disp><![CDATA[์ž๋ชฝ]]></disp> <value><![CDATA[03]]></value> </w2:row> <w2:row> <disp><![CDATA[์ฒœํ˜œํ–ฅ]]></disp> <value><![CDATA[04]]></value> </w2:row> </w2:data> </w2:dataList> <w2:dataList id="dlt_schedule" saveRemovedData="true"> <w2:columnInfo> <w2:column id="dateKind" name="dateKind" dataType="text"></w2:column> <w2:column id="dateName" name="dateName" dataType="text"></w2:column> <w2:column id="isHoliday" name="isHoliday" dataType="text"></w2:column> <w2:column id="sDate" name="sDate" dataType="text"></w2:column> <w2:column id="eDate" name="eDate" dataType="text"></w2:column> <w2:column id="remarks" name="remarks" dataType="text"></w2:column> <w2:column id="seq" name="seq" dataType="text"></w2:column> <w2:column id="key" name="key" dataType="text"></w2:column> </w2:columnInfo> <w2:data xmlns="" use="true"> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์‹ ์ •]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20170101]]></sDate> <eDate><![CDATA[20170101]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_1]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์„ค๋‚ ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20170127]]></sDate> <eDate><![CDATA[20170127]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_2_1]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์„ค๋‚ ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20170128]]></sDate> <eDate><![CDATA[20170128]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_2_2]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์„ค๋‚ ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20170129]]></sDate> <eDate><![CDATA[20170129]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_2_3]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[๋Œ€์ฒด๊ณตํœด์ผ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20170130]]></sDate> <eDate><![CDATA[20170130]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_2_4]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์‚ผ์ผ์ ˆ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20170301]]></sDate> <eDate><![CDATA[20170301]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_3]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์„๊ฐ€ํƒ„์‹ ์ผ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20170503]]></sDate> <eDate><![CDATA[20170503]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_4]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์–ด๋ฆฐ์ด๋‚ ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20170505]]></sDate> <eDate><![CDATA[20170505]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_5]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[๋Œ€ํ†ต๋ น์„ ๊ฑฐ์ผ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20170509]]></sDate> <eDate><![CDATA[20170509]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_6]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[ํ˜„์ถฉ์ผ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20170606]]></sDate> <eDate><![CDATA[20170606]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_7]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์ œํ—Œ์ ˆ]]></dateName> <isHoliday><![CDATA[N]]></isHoliday> <sDate><![CDATA[20170717]]></sDate> <eDate><![CDATA[20170717]]></eDate> <remarks><![CDATA[ ๊ตญ๊ฒฝ์ผ(2014. 12. 30. ๋ฒ•๋ฅ  12915ํ˜ธ)์ด์ง€๋งŒ ๊ด€๊ณต์„œ์˜ ๊ณตํœด์ผ(2013. 11. 05. ๋Œ€ํ†ต๋ น๋ น 24828ํ˜ธ)์ด ์•„๋‹˜. ]]></remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_8]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[๊ด‘๋ณต์ ˆ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20170815]]></sDate> <eDate><![CDATA[20170815]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_9]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[๊ฐœ์ฒœ์ ˆ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20171003]]></sDate> <eDate><![CDATA[20171003]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_10]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์ถ”์„]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20171003]]></sDate> <eDate><![CDATA[20171003]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[2]]></seq> <key><![CDATA[17_11_1]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์ถ”์„]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20171004]]></sDate> <eDate><![CDATA[20171004]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_11_2]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์ถ”์„]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20171005]]></sDate> <eDate><![CDATA[20171005]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_11_3]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[๋Œ€์ฒด๊ณตํœด์ผ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20171006]]></sDate> <eDate><![CDATA[20171006]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_11_4]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[ํ•œ๊ธ€๋‚ ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20171009]]></sDate> <eDate><![CDATA[20171009]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_12]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[๊ธฐ๋…ํƒ„์‹ ์ผ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20171225]]></sDate> <eDate><![CDATA[20171225]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[17_13]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์–‘๋ ฅ ์„ค๋‚ ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20180101]]></sDate> <eDate><![CDATA[20180101]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_1]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์„ค๋‚ ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20180215]]></sDate> <eDate><![CDATA[20180215]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_2_1]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์„ค๋‚ ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20180216]]></sDate> <eDate><![CDATA[20180216]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_2_2]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์„ค๋‚ ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20180217]]></sDate> <eDate><![CDATA[20180217]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_2_3]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์‚ผ์ผ์ ˆ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20180301]]></sDate> <eDate><![CDATA[20180301]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_3]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์–ด๋ฆฐ์ด๋‚ ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20180505]]></sDate> <eDate><![CDATA[20180505]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_4]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[๋Œ€์ฒดํœด๋ฌด์ผ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20180507]]></sDate> <eDate><![CDATA[20180507]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_5]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[๋ถ€์ฒ˜๋‹˜์˜ค์‹ ๋‚ ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20180522]]></sDate> <eDate><![CDATA[20180522]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_6]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[ํ˜„์ถฉ์ผ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20180606]]></sDate> <eDate><![CDATA[20180606]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_7]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์ „๊ตญ๋™์‹œ์ง€๋ฐฉ์„ ๊ฑฐ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20180613]]></sDate> <eDate><![CDATA[20180613]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_8]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[๊ด‘๋ณต์ ˆ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20180815]]></sDate> <eDate><![CDATA[20180815]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_9]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์ถ”์„]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20180923]]></sDate> <eDate><![CDATA[20180923]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_10_1]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์ถ”์„]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20180924]]></sDate> <eDate><![CDATA[20180924]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_10_2]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[์ถ”์„]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20180925]]></sDate> <eDate><![CDATA[20180925]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_10_3]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[๋Œ€์ฒดํœด๋ฌด์ผ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20180926]]></sDate> <eDate><![CDATA[20180926]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_10_4]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[๊ฐœ์ฒœ์ ˆ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20181003]]></sDate> <eDate><![CDATA[20181003]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_11]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[ํ•œ๊ธ€๋‚ ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20181009]]></sDate> <eDate><![CDATA[20181009]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_12]]></key> </w2:row> <w2:row> <dateKind><![CDATA[01]]></dateKind> <dateName><![CDATA[๊ธฐ๋…ํƒ„์‹ ์ผ]]></dateName> <isHoliday><![CDATA[Y]]></isHoliday> <sDate><![CDATA[20181225]]></sDate> <eDate><![CDATA[20181225]]></eDate> <remarks><![CDATA[]]> </remarks> <seq><![CDATA[1]]></seq> <key><![CDATA[18_13]]></key> </w2:row> <w2:row> <dateName><![CDATA[์–‘๋ ฅ ์„ค๋‚ ]]></dateName> <sDate><![CDATA[20220101]]></sDate> <eDate><![CDATA[20220101]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_1]]></key> </w2:row> <w2:row> <dateName><![CDATA[์„ค๋‚ ]]></dateName> <sDate><![CDATA[20220131]]></sDate> <eDate><![CDATA[20220131]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_2]]></key> </w2:row> <w2:row> <dateName><![CDATA[์„ค๋‚ ]]></dateName> <sDate><![CDATA[20220201]]></sDate> <eDate><![CDATA[20220201]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_3]]></key> </w2:row> <w2:row> <dateName><![CDATA[์„ค๋‚ ]]></dateName> <sDate><![CDATA[20220202]]></sDate> <eDate><![CDATA[20220202]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_4]]></key> </w2:row> <w2:row> <dateName><![CDATA[์‚ผ์ผ์ ˆ]]></dateName> <sDate><![CDATA[20220301]]></sDate> <eDate><![CDATA[20220301]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_5]]></key> </w2:row> <w2:row> <dateName><![CDATA[๋Œ€ํ†ต๋ น์„ ๊ฑฐ์ผ]]></dateName> <sDate><![CDATA[20220309]]></sDate> <eDate><![CDATA[20220309]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_6]]></key> </w2:row> <w2:row> <dateName><![CDATA[์–ด๋ฆฐ์ด๋‚ ]]></dateName> <sDate><![CDATA[20220505]]></sDate> <eDate><![CDATA[20220505]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_7]]></key> </w2:row> <w2:row> <dateName><![CDATA[๋ถ€์ฒ˜๋‹˜์˜ค์‹ ๋‚ ]]></dateName> <sDate><![CDATA[20220508]]></sDate> <eDate><![CDATA[20220508]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_8]]></key> </w2:row> <w2:row> <dateName><![CDATA[์ „๊ตญ๋™์‹œ์ง€๋ฐฉ์„ ๊ฑฐ]]></dateName> <sDate><![CDATA[20220601]]></sDate> <eDate><![CDATA[20220601]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_9]]></key> </w2:row> <w2:row> <dateName><![CDATA[ํ˜„์ถฉ์ผ]]></dateName> <sDate><![CDATA[20220606]]></sDate> <eDate><![CDATA[20220606]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_10]]></key> </w2:row> <w2:row> <dateName><![CDATA[๊ด‘๋ณต์ ˆ]]></dateName> <sDate><![CDATA[20220815]]></sDate> <eDate><![CDATA[20220815]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_11]]></key> </w2:row> <w2:row> <dateName><![CDATA[์ถ”์„]]></dateName> <sDate><![CDATA[20220909]]></sDate> <eDate><![CDATA[20220909]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_12]]></key> </w2:row> <w2:row> <dateName><![CDATA[์ถ”์„]]></dateName> <sDate><![CDATA[20220910]]></sDate> <eDate><![CDATA[20220910]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_13]]></key> </w2:row> <w2:row> <dateName><![CDATA[์ถ”์„]]></dateName> <sDate><![CDATA[20220911]]></sDate> <eDate><![CDATA[20220911]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_14]]></key> </w2:row> <w2:row> <dateName><![CDATA[๋Œ€์ฒด๊ณตํœด์ผ]]></dateName> <sDate><![CDATA[20220912]]></sDate> <eDate><![CDATA[20220912]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_15]]></key> </w2:row> <w2:row> <dateName><![CDATA[๊ฐœ์ฒœ์ ˆ]]></dateName> <sDate><![CDATA[20221003]]></sDate> <eDate><![CDATA[20221003]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_16]]></key> </w2:row> <w2:row> <dateName><![CDATA[ํ•œ๊ธ€๋‚ ]]></dateName> <sDate><![CDATA[20221009]]></sDate> <eDate><![CDATA[20221009]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_17]]></key> </w2:row> <w2:row> <dateName><![CDATA[๋Œ€์ฒด๊ณตํœด์ผ]]></dateName> <sDate><![CDATA[20221010]]></sDate> <eDate><![CDATA[20221010]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_18]]></key> </w2:row> <w2:row> <dateName><![CDATA[๊ธฐ๋…ํƒ„์‹ ์ผ]]></dateName> <sDate><![CDATA[20221225]]></sDate> <eDate><![CDATA[20221225]]></eDate> <dateKind><![CDATA[01]]></dateKind> <isHoliday><![CDATA[Y]]></isHoliday> <seq><![CDATA[1]]></seq> <key><![CDATA[22_19]]></key> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { //PageList ์ปดํฌ๋„ŒํŠธ์˜ ํŽ˜์ด์ง€ ์ˆ˜ ํ• ๋‹น. pgl_ex01.setCount(24); //PageList ์ปดํฌ๋„ŒํŠธ์˜ ํŽ˜์ด์ง€ ์ˆ˜ ํ• ๋‹น. pgl_ex02.setCount(24); cbx_ex01.focus(); }; /** * Calendar ์ปดํฌ๋„ŒํŠธ์˜ calendarClass ๋ชฉ๋ก์ด ์žˆ๋Š” selectbox์˜ * ๊ฐ’์ด ๋ณ€๊ฒฝ๋˜์—ˆ์„ ๊ฒฝ์šฐ ๋ฐœ์ƒ. */ scwin.sbx_calendarClass_onchange = function (info) { //Calendar ์ปดํฌ๋„ŒํŠธ์˜ skin์„ ๋ณ€๊ฒฝํ•œ๋‹ค. cal_ex01.setSkin(this.getValue()); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="ํผ์„ ๊ตฌ์„ฑํ•˜๋Š” ์ปดํฌ๋„ŒํŠธ๋กœ, ํ•ญ๋ชฉ์ด๋‚˜ ํŠน์ • ๊ฐ’ ์„ ํƒ์ด ๊ฐ€๋Šฅํ•œ ์ปดํฌ๋„ŒํŠธ ์˜ˆ์‹œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;Checkbox, Radio, SelectBox, MultiSelect, CheckCombobox, AutoComplete, Slider, Calendar, PageList, ScheduleCalendar๊ฐ€ ํ•ด๋‹น๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:textbox class="ws_example_txt_desc_info" escape="false" id="" label="์ด ์˜ˆ์ œ๋Š” ์‹œ์—ฐ์šฉ ์˜ˆ์ œ๋กœ ์˜ˆ์ œ ๊ฐ€์ด๋“œ ๋ฌธ์„œ๊ฐ€ ํฌํ•จ๋˜์–ด ์žˆ์ง€ ์•Š์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="Checkbox" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:select appearance="full" cols="2" id="cbx_ex01" ref="" rows="" selectedindex="" style=""> <xf:choices> <xf:itemset nodeset="data:dlt_selectBoxData"> <xf:label ref="disp"></xf:label> <xf:value ref="value"></xf:value> </xf:itemset> </xf:choices> </xf:select> <w2:tag class="com_example_hr" id="" style="" tagname="hr"></w2:tag> <xf:select appearance="full" class="" cols="" id="cbx_ex02" rows="1" selectedindex="" style=""> <xf:choices> <xf:itemset nodeset="data:dlt_selectBoxData"> <xf:label ref="disp"></xf:label> <xf:value ref="value"></xf:value> </xf:itemset> </xf:choices> </xf:select> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="MultiSelect" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:select appearance="minimal" class="" id="" style="width: 150px;"> <xf:choices> <xf:itemset nodeset="data:dlt_selectBoxData"> <xf:label ref="disp"></xf:label> <xf:value ref="value"></xf:value> </xf:itemset> </xf:choices> </xf:select> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="Radio" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:select1 appearance="full" class="" cols="2" id="" selectedIndex="-1" style=""> <xf:choices> <xf:itemset nodeset="data:dlt_selectBoxData"> <xf:label ref="disp"></xf:label> <xf:value ref="value"></xf:value> </xf:itemset> </xf:choices> </xf:select1> <w2:tag class="com_example_hr" id="" style="" tagname="hr"></w2:tag> <xf:select1 appearance="full" class="" id="" rows="1" selectedIndex="-1" style=""> <xf:choices> <xf:itemset nodeset="data:dlt_selectBoxData"> <xf:label ref="disp"></xf:label> <xf:value ref="value"></xf:value> </xf:itemset> </xf:choices> </xf:select1> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="SelectBox" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:select1 allOption="" appearance="minimal" chooseOption="" class="" direction="auto" disabled="false" displayMode="label" id="" style="width: 150px;" submenuSize="auto"> <xf:choices> <xf:itemset nodeset="data:dlt_selectBoxData"> <xf:label ref="disp"></xf:label> <xf:value ref="value"></xf:value> </xf:itemset> </xf:choices> </xf:select1> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="CheckCombobox" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:checkcombobox allOption="" appearance="minimal" chooseOption="" class="" delimiter="" direction="auto" disabled="false" displayMode="label" id="" separator="," style="width: 150px;" submenuSize="auto"> <xf:choices> <xf:itemset nodeset="data:dlt_selectBoxData"> <xf:label ref="disp"></xf:label> <xf:value ref="value"></xf:value> </xf:itemset> </xf:choices> </xf:checkcombobox> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="AutoComplete" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:autoComplete class="" displayMode="label" editType="select" id="" search="start" style="width: 150px;" submenuSize="auto" useKeywordHighlight="true"> <w2:choices> <w2:itemset nodeset="data:dlt_autoCompleteData"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:autoComplete> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="PageList" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:pageList class="pgl" displayFormat="#" id="pgl_ex01" pageSize="10" style=""></w2:pageList> <w2:tag class="com_example_hr" id="" style="" tagname="hr"></w2:tag> <w2:pageList class="pgl" displayFormat="#" displaySearchbox="true" displaySelectedIndex="true" id="pgl_ex02" pageSize="10" style=""> </w2:pageList> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="Slider" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:slider class="" id="" increment="10" maxValue="100" minValue="0" setBackground="true" showScale="true" style="position: relative ;height: 30px;width:250px;margin:20px" value="10"> </w2:slider> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="Calendar" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="mr_def" id="" label="calendarClass : " style="" tagname="span"></w2:textbox> <xf:select1 allOption="" appearance="minimal" chooseOption="" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" displayMode="label" emptyItem="true" ev:onchange="scwin.sbx_calendarClass_onchange" id="sbx_calendarClass" style="min-height:1.5em;width:120px;" submenuSize="auto" textAlign="center"> <xf:choices> <xf:item> <xf:label><![CDATA[class1]]></xf:label> <xf:value><![CDATA[class1]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[class2]]></xf:label> <xf:value><![CDATA[class2]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[class3]]></xf:label> <xf:value><![CDATA[class3]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[class4]]></xf:label> <xf:value><![CDATA[class4]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[class5]]></xf:label> <xf:value><![CDATA[class5]]></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> <w2:calendar calendarClass="" id="cal_ex01" style="margin-bottom: 6px;"></w2:calendar> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style="min-width: 100% !important;"> <w2:textbox class="example_div_th_style" escape="false" id="" label="ScheduleCalendar" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:group id="" style="padding:5px 0px;"> <w2:scheduleCalendar dataList="data:dlt_schedule" defaultDate="" editable="" endColumn="eDate" ev:onclick="" headerLeftBtn="true" headerRightBtn="true" headerTitle="true" id="shc_ex01" idColumn="key" ioFormat="yyyyMMdd" lang="ko" selectable="" startColumn="sDate" style="height: 500px;max-width: 900px;" titleColumn="dateName" version=""> </w2:scheduleCalendar> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00017.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="Fusion ์ฐจํŠธ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20220428" meta_user="InswaveSystems"></w2:history> <w2:history meta_no="02" meta_desc="์ฐจํŠธ ๋ฒ„์ „์„ ์„ค๋ช…๋ถ€์— ๋ช…์‹œ" meta_date="20230718" meta_user="InswaveSystems"></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_chartData2" repeatNode="data" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="Month" name="Month"></w2:column> <w2:column dataType="text" id="quarter1" name="quarter1"></w2:column> <w2:column dataType="text" id="quarter2" name="quarter2"></w2:column> <w2:column dataType="text" id="quarter3" name="quarter3"></w2:column> <w2:column dataType="text" id="quarter4" name="quarter4"></w2:column> </w2:columnInfo> <w2:data use="true" xmlns=""> <w2:row> <Month><![CDATA[January]]></Month> <quarter1><![CDATA[27400]]></quarter1> <quarter2><![CDATA[10000]]></quarter2> <quarter3><![CDATA[10800]]></quarter3> <quarter4><![CDATA[17000]]></quarter4> </w2:row> <w2:row> <Month><![CDATA[February]]></Month> <quarter1><![CDATA[11500]]></quarter1> <quarter2><![CDATA[28110]]></quarter2> <quarter3><![CDATA[23990]]></quarter3> <quarter4><![CDATA[15000]]></quarter4> </w2:row> <w2:row> <Month><![CDATA[March]]></Month> <quarter1><![CDATA[12500]]></quarter1> <quarter2><![CDATA[29800]]></quarter2> <quarter3><![CDATA[32700]]></quarter3> <quarter4><![CDATA[27000]]></quarter4> </w2:row> <w2:row> <Month><![CDATA[April]]></Month> <quarter1><![CDATA[27400]]></quarter1> <quarter2><![CDATA[10000]]></quarter2> <quarter3><![CDATA[29000]]></quarter3> <quarter4><![CDATA[12000]]></quarter4> </w2:row> <w2:row> <Month><![CDATA[May]]></Month> <quarter1><![CDATA[1500]]></quarter1> <quarter2><![CDATA[10600]]></quarter2> <quarter3><![CDATA[10000]]></quarter3> <quarter4><![CDATA[8000]]></quarter4> </w2:row> <w2:row> <Month><![CDATA[June]]></Month> <quarter1><![CDATA[19700]]></quarter1> <quarter2><![CDATA[32600]]></quarter2> <quarter3><![CDATA[22600]]></quarter3> <quarter4><![CDATA[17000]]></quarter4> </w2:row> <w2:row> <Month><![CDATA[July]]></Month> <quarter1><![CDATA[27400]]></quarter1> <quarter2><![CDATA[29700]]></quarter2> <quarter3><![CDATA[31900]]></quarter3> <quarter4><![CDATA[27000]]></quarter4> </w2:row> <w2:row> <Month><![CDATA[August]]></Month> <quarter1><![CDATA[27400]]></quarter1> <quarter2><![CDATA[10000]]></quarter2> <quarter3><![CDATA[21800]]></quarter3> <quarter4><![CDATA[19000]]></quarter4> </w2:row> <w2:row> <Month><![CDATA[September]]></Month> <quarter1><![CDATA[27400]]></quarter1> <quarter2><![CDATA[31800]]></quarter2> <quarter3><![CDATA[42800]]></quarter3> <quarter4><![CDATA[32000]]></quarter4> </w2:row> <w2:row> <Month><![CDATA[October]]></Month> <quarter1><![CDATA[27400]]></quarter1> <quarter2><![CDATA[15000]]></quarter2> <quarter3><![CDATA[11000]]></quarter3> <quarter4><![CDATA[6000]]></quarter4> </w2:row> <w2:row> <Month><![CDATA[November]]></Month> <quarter1><![CDATA[27400]]></quarter1> <quarter2><![CDATA[9800]]></quarter2> <quarter3><![CDATA[11800]]></quarter3> <quarter4><![CDATA[17000]]></quarter4> </w2:row> <w2:row> <Month><![CDATA[December]]></Month> <quarter1><![CDATA[27400]]></quarter1> <quarter2><![CDATA[22900]]></quarter2> <quarter3><![CDATA[20800]]></quarter3> <quarter4><![CDATA[11000]]></quarter4> </w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" id="dlt_chartData3" repeatNode="data" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="Server" name="Server"></w2:column> <w2:column dataType="text" id="X" name="X"></w2:column> <w2:column dataType="text" id="Y" name="Y"></w2:column> <w2:column dataType="text" id="Z" name="Z"></w2:column> </w2:columnInfo> <w2:data use="true" xmlns=""> <w2:row> <Server><![CDATA[Server 1]]></Server> <X><![CDATA[21]]></X> <Y><![CDATA[2.4]]></Y> <Z><![CDATA[4.4]]></Z> </w2:row> <w2:row> <Server><![CDATA[Server 1]]></Server> <X><![CDATA[43]]></X> <Y><![CDATA[2.5]]></Y> <Z><![CDATA[7.4]]></Z> </w2:row> <w2:row> <Server><![CDATA[Server 1]]></Server> <X><![CDATA[43]]></X> <Y><![CDATA[3.5]]></Y> <Z><![CDATA[9.4]]></Z> </w2:row> <w2:row> <Server><![CDATA[Server 1]]></Server> <X><![CDATA[23]]></X> <Y><![CDATA[1.5]]></Y> <Z><![CDATA[1.4]]></Z> </w2:row> <w2:row> <Server><![CDATA[Server 1]]></Server> <X><![CDATA[33]]></X> <Y><![CDATA[1.6]]></Y> <Z><![CDATA[8.4]]></Z> </w2:row> <w2:row> <Server><![CDATA[Server 2]]></Server> <X><![CDATA[41]]></X> <Y><![CDATA[1.1]]></Y> <Z><![CDATA[3.4]]></Z> </w2:row> <w2:row> <Server><![CDATA[Server 2]]></Server> <X><![CDATA[43]]></X> <Y><![CDATA[2.5]]></Y> <Z><![CDATA[12.4]]></Z> </w2:row> <w2:row> <Server><![CDATA[Server 2]]></Server> <X><![CDATA[43]]></X> <Y><![CDATA[1.5]]></Y> <Z><![CDATA[14.4]]></Z> </w2:row> <w2:row> <Server><![CDATA[Server 2]]></Server> <X><![CDATA[50]]></X> <Y><![CDATA[3.2]]></Y> <Z><![CDATA[21.4]]></Z> </w2:row> <w2:row> <Server><![CDATA[Server 2]]></Server> <X><![CDATA[22]]></X> <Y><![CDATA[4.3]]></Y> <Z><![CDATA[14.4]]></Z> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { scwin.setChartOpt(); scwin.setSelectBox(); }; //์ฐจํŠธ ์˜ต์…˜ ์ ์šฉ scwin.setChartOpt = function () { var options = { startValue: "20000", color: "FF0030", displayValue: "TrendLine" }; cht_ex1.addTrendLine(options); cht_ex1.setChartAttribute({ Caption: "Quarter2 Data" }); var options1 = { color: "20B2AA", font: "15", bold: "1" }; cht_ex1.applyStyle("font", "captionFont", options1, ["Caption", "YAXISNAME"]); cht_ex1.draw(); }; /** * selectbox์— chart type ํ• ๋‹นํ•˜๊ธฐ */ scwin.setSelectBox = function () { var select1Data = ["column2d", "column3d", "bar2d", "bar3d", "area2d", "line", "pareto2d", "pareto3d", "pie2d", "pie3d", "doughnut2d", "doughnut3d"]; var select2Data = ["MSColumn2D", "MSColumn3D", "MSLine", "ZoomLine", "MSArea", "MSBar2D", "MSBar3D", "Marimekko", "StackedColumn2D", "StackedColumn3D", "StackedArea2D", "StackedBar2D", "StackedBar3D"]; scwin.setItemList("sbx_chartType1", select1Data); scwin.setItemList("sbx_chartType2", select2Data); }; /** * selectbox ์— data ํ• ๋‹น. ๊ณตํ†ต ์Šคํฌ๋ฆฝํŠธ */ scwin.setItemList = function (objName, arrData) { var tmpVal; var curComp = $p.getComponentById(objName); for (var i = 0; i < arrData.length; i++) { tmpVal = arrData[i]; curComp.addItem(tmpVal, tmpVal); } curComp.setSelectedIndex(0); }; /** * Single Series chart type selectbox */ scwin.sbx_chartType1_onchange = function (argInfo) { if (argInfo.oldValue === null) { return; } cht_ex1.changeType(argInfo.newValue); }; /** * Multi Series chart type selectbox */ scwin.sbx_chartType2_onchange = function (argInfo) { if (argInfo.oldValue === null) { return; } cht_ex2.changeType(argInfo.newValue); }; /** * Combination chart type selectbox */ scwin.sbx_chartType3_onchange = function () { var chartType = this.getValue(); cht_ex3.changeType(chartType); if (chartType == "MSCombi3D" || chartType == "MSCombi2D") { cht_ex3.setChartColumnRef( 'data:dlt_chartData2', 'Month', "[['quarter1',{'id':'quarter2','renderas':'Area'},{'id':'quarter3','renderas':'Line'},'quarter4']]" ); } else if (chartType == "MSColumnLine3D") { cht_ex3.setChartColumnRef( 'data:dlt_chartData2', 'Month', "[['quarter1','quarter2',{'id':'quarter3','renderas':'Line'},{'id':'quarter4','renderas':'Line'}]]" ); } else if (chartType == "StackedColumn2DLine" || chartType == "StackedColumn3DLine") { cht_ex3.setChartColumnRef( 'data:dlt_chartData2', 'Month', "[['quarter1','quarter2',{'id':'quarter3','renderas':'Line'},{'id':'quarter4','renderas':'Line'}]]" ); } else if (chartType == "MSCombiDY2D" || chartType == "MSColumn3DLineDY" || chartType == "StackedColumn3DLineDY") { cht_ex3.setChartColumnRef( 'data:dlt_chartData2', 'Month', "[['quarter1','quarter2',{'id':'quarter3','renderas':'Line','parentYAxis':'S'},{'id':'quarter4','renderas':'Line','parentYAxis':'S'}]]" ); }; }; /** * Bubble & Scatter chart type select box */ scwin.sbx_chartType4_onchange = function () { var chartType = this.getValue(); cht_ex4.changeType(chartType); };]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="FusionChart๋Š” WebSquare Chart์—์„œ ํ™•์žฅ ๋œ ๊ธฐ๋Šฅ์ด ํ•„์š”ํ•˜๊ฑฐ๋‚˜ ์›น์ ‘๊ทผ์„ฑ/ํ•˜์ด๋ธŒ๋ฆฌ๋“œ๋ฅผ ์ ์šฉํ•  ๊ฒฝ์šฐ ์‚ฌ์šฉํ•˜๋Š” ์ปดํฌ๋„ŒํŠธ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;&lt;br/&gt;FusionChart๋Š” InfoSoft Global์‚ฌ์˜ ์ œํ’ˆ์œผ๋กœ FusionChartXT๊ฐ€ OEM ๋ผ์ด์„ ์Šค์Šค๋กœ ์ œ๊ณต ๋˜๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค. (๋ณ„๋„ ๊ตฌ๋งค์—†์ด WebSquare ์—”์ง„์— ํฌํ•จ)&lt;br/&gt;OEM ๊ณ„์•ฝ์— ๋”ฐ๋ผ ์ธ์Šค์›จ์ด๋ธŒ๋Š” InfoSoft Global์—์„œ ์ œ๊ณตํ•œ ๋ฐ”์ด๋„ˆ๋ฆฌ, ์ƒ˜ํ”Œ, ๋ฌธ์„œ๋ฅผ ๊ทธ๋Œ€๋กœ ์ œ๊ณตํ•ด๋“œ๋ ค์•ผ ํ•˜๋ฉฐ ์†Œ์Šค, ์ƒ˜ํ”Œ, ๋ฌธ์„œ์— ๋Œ€ํ•œ ๋ฒ„๊ทธ์ˆ˜์ •, ๊ธฐ๋Šฅ์ถ”๊ฐ€ ๋ฐ ๋ฒˆ์—ญ ์ž‘์—…์„ ์ œ๊ณตํ•ด ๋“œ๋ฆฌ์ง€ ์•Š์Šต๋‹ˆ๋‹ค.&lt;br/&gt;๋˜ํ•œ FusionChartXT์— ๋Œ€ํ•œ ๊ธฐ์ˆ ์ง€์›์„ ์ œ๊ณตํ•˜์ง€ ์•Š์œผ๋‚˜, ๊ณ ๊ฐ์˜ ์š”์ฒญ์‹œ ๊ณ ๊ฐ์˜ ์งˆ๋ฌธ์„ InfoSoft Global์— ์ „๋‹ฌํ•˜๊ณ  ๋‹ต๋ณ€์„ ๋ฐ›์•„์„œ ๊ณ ๊ฐ์—๊ฒŒ ์ „๋‹ฌํ•ด ๋“œ๋ฆด ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;๊ณ ๊ฐ์˜ ์ปดํฌ๋„ŒํŠธ ์‚ฌ์šฉ ํŽธ์˜๋ฅผ ์œ„ํ•ด FusionChart Wrapper๋ฅผ ์ œ๊ณตํ•˜๋ฉฐ ๋‹น์‚ฌ์˜ ๊ธฐ์ˆ ์ง€์› ๋ฒ”์œ„๋Š” FusionChart Wrapper ๋ชจ๋“ˆ๋กœ ํ•œ์ •ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;&lt;br/&gt;์‚ฌ์ดํŠธ ์ฃผ์†Œ : http://www.fusioncharts.com&lt;br/&gt;Document(API) ์ฃผ์†Œ : http://docs.fusioncharts.com/charts/" style=""> </w2:textbox> <w2:textbox class="ws_example_txt_desc_info" escape="false" id="" label="์ด ์˜ˆ์ œ์˜ Fusion Chart ๋ฒ„์ „์€ 3.19์ž…๋‹ˆ๋‹ค." style=""></w2:textbox> <w2:textbox class="ws_example_txt_desc_info" escape="false" id="" label="์ด ์˜ˆ์ œ๋Š” ์‹œ์—ฐ์šฉ ์˜ˆ์ œ๋กœ ์˜ˆ์ œ ๊ฐ€์ด๋“œ ๋ฌธ์„œ๊ฐ€ ํฌํ•จ๋˜์–ด ์žˆ์ง€ ์•Š์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="section03 mb_def dp" id="" style="border-style: none;"> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Chart Data - GridView" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group id="" class="gvwbox"> <w2:gridView scrollByColumnAdaptive="false" summaryAuto="false" useShiftKey="true" scrollByColumn="false" fixedColumnWithHidden="true" dataList="dlt_chartData2" ignoreCellClick="false" style="height: 134px;" autoFit="allColumn" id="" visibleRowNum="4" class="gvw" ignoreToggleOnDisabled="false" defaultCellHeight="26" autoFitMinWidth="400"> <w2:header style="" id="header1"> <w2:row style="" id="row1"> <w2:column width="70" inputType="text" id="column9" value="Month" blockSelect="false" displayMode="label"> </w2:column> <w2:column width="70" inputType="text" id="column7" value="quarter1" blockSelect="false" displayMode="label"> </w2:column> <w2:column width="70" inputType="text" id="column5" value="quarter2" blockSelect="false" displayMode="label"> </w2:column> <w2:column width="70" inputType="text" id="column3" value="quarter3" blockSelect="false" displayMode="label"> </w2:column> <w2:column width="70" inputType="text" id="column1" value="quarter4" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" id="Month" blockSelect="false" displayMode="label"></w2:column> <w2:column width="70" inputType="text" id="quarter1" blockSelect="false" displayMode="label"></w2:column> <w2:column width="70" inputType="text" id="quarter2" blockSelect="false" displayMode="label"></w2:column> <w2:column width="70" inputType="text" id="quarter3" blockSelect="false" displayMode="label"></w2:column> <w2:column width="70" inputType="text" id="quarter4" blockSelect="false" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="mb_def" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="mr_def" id="" label="Single Series : " style="float: left; line-height: 26px;" tagname="h3"></w2:textbox> <xf:select1 allOption="false" appearance="minimal" chooseOption="false" class="" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" displayMode="label" ev:onchange="scwin.sbx_chartType1_onchange" id="sbx_chartType1" labelWidthAuto="" style="float: left;width: 200px; height: 26px;" submenuSize="auto"> </xf:select1> </xf:group> <w2:fusionchart chartType="Column2D" drawType="javascript" id="cht_ex1" labelNode="Month" ref="data:dlt_chartData2" seriesColumns="[['quarter2']]" style="height: 300px;min-width:300px;" > </w2:fusionchart> </xf:group> <xf:group class="mb_def" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="mr_def" id="" label="Multi Series : " style="float: left; line-height: 26px;" tagname="h3"></w2:textbox> <xf:select1 allOption="false" appearance="minimal" chooseOption="false" class="" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" displayMode="label" emptyItem="true" ev:onchange="scwin.sbx_chartType2_onchange" id="sbx_chartType2" labelWidthAuto="" style="float: left;width: 200px; height: 26px;" submenuSize="auto"> </xf:select1> </xf:group> <w2:fusionchart chartType="MSColumn2D" drawType="javascript" id="cht_ex2" labelNode="Month" ref="data:dlt_chartData2" seriesColumns="[['quarter1','quarter2','quarter3','quarter4' ]]" style="height: 300px;min-width:300px;" > </w2:fusionchart> </xf:group> <xf:group class="mb_def" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="mr_def" id="" label="Combination : " style="float: left; line-height: 26px;" tagname="h3"></w2:textbox> <xf:select1 allOption="false" appearance="minimal" chooseOption="false" class="" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" displayMode="label" emptyItem="true" ev:onchange="scwin.sbx_chartType3_onchange" id="sbx_chartType3" labelWidthAuto="" style="float: left;width: 200px; height: 26px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label>MSCombi3D</xf:label> <xf:value>MSCombi3D</xf:value> </xf:item> <xf:item> <xf:label>MSCombi2D</xf:label> <xf:value>MSCombi2D</xf:value> </xf:item> <xf:item> <xf:label>MSColumnLine3D</xf:label> <xf:value>MSColumnLine3D</xf:value> </xf:item> <xf:item> <xf:label>StackedColumn2DLine</xf:label> <xf:value>StackedColumn2DLine</xf:value> </xf:item> <xf:item> <xf:label>StackedColumn3DLine</xf:label> <xf:value>StackedColumn3DLine</xf:value> </xf:item> <xf:item> <xf:label>MSCombiDY2D</xf:label> <xf:value>MSCombiDY2D</xf:value> </xf:item> <xf:item> <xf:label>MSColumn3DLineDY</xf:label> <xf:value>MSColumn3DLineDY</xf:value> </xf:item> <xf:item> <xf:label>StackedColumn3DLineDY</xf:label> <xf:value>StackedColumn3DLineDY</xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> <w2:fusionchart chartType="MSCombi3D" drawType="javascript" id="cht_ex3" labelNode="Month" ref="data:dlt_chartData2" seriesColumns="[['quarter1',{'id':'quarter2','renderas':'Area'},{'id':'quarter3','renderas':'Line'},'quarter4']]" style="height: 300px;min-width:300px;" > </w2:fusionchart> </xf:group> <xf:group class="mb_def" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="mr_def" id="" label="Bubble &amp; Scatter : " style="float: left; line-height: 26px;" tagname="h3"></w2:textbox> <xf:select1 allOption="" appearance="minimal" chooseOption="" class="" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" displayMode="label" emptyItem="true" ev:onchange="scwin.sbx_chartType4_onchange" id="sbx_chartType4" labelWidthAuto="" style="float: left;width: 200px;height: 26px;" submenuSize="auto" ref=""> <xf:choices> <xf:item> <xf:label>Bubble</xf:label> <xf:value>bubble</xf:value> </xf:item> <xf:item> <xf:label>Scatter</xf:label> <xf:value>scatter</xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> <w2:fusionchart accessibility="true" chartType="Bubble" drawType="javascript" id="cht_ex4" labelNode="Server" ref="data:dlt_chartData3" seriesColumns="[['X','Y','Z']]" style="height: 300px;min-width:300px;" > </w2:fusionchart> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00013.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="ExcelDown Chart"> <w2:type>COMPONENT</w2:type> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20220428" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList id="dlt_grid" baseNode="list" saveRemovedData="true" repeatNode="map"> <w2:columnInfo> <w2:column id="col1" name="name1" dataType="number"></w2:column> <w2:column id="col2" name="name2" dataType="number"></w2:column> <w2:column id="col3" name="name3" dataType="number"></w2:column> <w2:column id="col4" name="name4" dataType="number"></w2:column> <w2:column id="col5" name="name5" dataType="number"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { scwin.setGridData(); }; /** * gridView์˜ ๋ฐ์ดํ„ฐ ์ƒ์„ฑ ๋ฐ ํ• ๋‹น */ scwin.setGridData = function () { var arr = []; var i, j; for (i = 0; i < 4; i++) { if (i == 0) { arr.push("A"); } else if (i == 1) { arr.push("B"); } else if (i == 2) { arr.push("C"); } else if (i == 3) { arr.push("D"); } for (j = 0; j < 4; j++) { arr.push(Math.floor(Math.random() * 1000)); } } dlt_grid.setData(arr); }; // line chart scwin.btn_linechart_onclick = function (e) { var options = {}; options.fileName = "line.xlsx"; options.type = "1"; options.showProcess = false; options.chart = { "chartName": "line", "chartType": "", "title": "์ฐจํŠธ ํƒ€์ดํ‹€", "yTitle": "Y ํƒ€์ดํ‹€", "xTitle": "X ํƒ€์ดํ‹€", "startRowIndex": 0, "startColIndex": 5, "endRowIndex": 20, "endColIndex": 15, "serAxis": "true", "catAxis": "true", "catAxisRange": { "startColIndex": 1, "startRowIndex": 0, "endColIndex": 4, "endRowInex": 0 }, "serAxisRange": { "startColIndex": 0, "startRowIndex": 1, "endColIndex": 0, "endRowIndex": 4 }, "dataAxisRange": { "startColIndex": 1, "startRowIndex": 1, "endColIndex": 4, "endRowIndex": 4 }, "catGridLines": "true", // ๊ฐ€๋กœ "serGridLines": "true", // ์„ธ๋กœ "legend": "true", // ๋ฒ”๋ก€ "legendPosition": "bottom" // ๋ฒ”๋ก€์œ„์น˜ }; var infoArr = []; grd_ex01.advancedExcelDownload(options, infoArr); }; // bar chart scwin.btn_barchart_onclick = function (e) { var options = {}; options.fileName = "bar.xlsx"; options.type = "1"; options.showProcess = false; options.chart = { "chartName": "bar", "chartType": "", "title": "์ฐจํŠธ ํƒ€์ด๋ธ”", "yTitle": "Y ํƒ€์ดํ‹€", "xTitle": "X ํƒ€์ดํ‹€", "startRowIndex": 0, "startColIndex": 5, "endRowIndex": 20, "endColIndex": 15, "serAxis": "true", "catAxis": "true", "catAxisRange": { "startColIndex": 1, "startRowIndex": 0, "endColIndex": 4, "endRowIndex": 0 }, "serAxisRange": { "startColIndex": 0, "startRowIndex": 1, "endColIndex": 0, "endRowIndex": 4 }, "dataAxisRange": { "startColIndex": 1, "startRowIndex": 1, "endColIndex": 4, "endRowIndex": 1 }, "catGridLines": "true", // ๊ฐ€๋กœ "serGridLines": "true", // ์„ธ๋กœ "legend": "true", // ๋ฒ”๋ก€ "legendPosition": "bottom", //๋ฒ”๋ก€์œ„์น˜ }; var infoArr = []; grd_ex01.advancedExcelDownload(options, infoArr); }; // area chart scwin.btn_areachart_onclick = function (e) { var options = {}; options.fileName = "area.xlsx"; options.type = "1"; options.showProcess = false; options.chart = { "chartName": "area", "chartType": "", "title": "์ฐจํŠธ ํƒ€์ดํ‹€", "yTitle": "Y ํƒ€์ดํ‹€", "xTitle": "X ํƒ€์ดํ‹€", "startRowIndex": 0, "startColIndex": 5, "endRowIndex": 20, "endColIndex": 15, "serAxis": "true", "catAxis": "true", "catAxisRange": { "startColIndex": 1, "startRowIndex": 0, "endColIndex": 4, // "endRowIndex": 0 ํ•„์š”์—†์„๋“ฏ }, "serAxisRange": { "startColIndex": 0, "startRowIndex": 1, // "endColIndex": 0, ํ•„์š”์—†์„๋“ฏ "endRowIndex": 4 }, "dataAxisRange": { "startColIndex": 1, "startRowIndex": 1, "endColIndex": 4, "endRowIndex": 4 }, "catGridLines": "true", // ๊ฐ€๋กœ "serGridLines": "true", // ์„ธ๋กœ "legend": "true", // ๋ฒ”๋ก€ "legendPosition": "bottom" // ๋ฒ”๋ก€์œ„์น˜ }; var infoArr = []; grd_ex01.advancedExcelDownload(options, infoArr); }; // pie chart scwin.btn_piechart_onclick = function (e) { var options = {}; options.fileName = "pie.xlsx"; options.type = "1"; options.showProcess = false; options.chart = { "chartName": "pie", "chartType": "", "title": "์ฐจํŠธ ํƒ€์ดํ‹€", "yTitle": "y ํƒ€์ดํ‹€", "xTitle": "x ํƒ€์ดํ‹€", "startRowIndex": 0, "startColIndex": 5, "endRowIndex": 20, "endColIndex": 15, "serAxis": "true", "catAxis": "true", "catAxisRange": { "startColIndex": 1, "startRowIndex": 0, "endColIndex": 4, }, "serAxisRange": { "startColIndex": 0, "startRowIndex": 1, "endColIndex": 0, "endRowIndex": 1 }, "dataAxisRange": { "startColIndex": 1, "startRowIndex": 1, "endColIndex": 4, "endRowIndex": 1 }, "catGridLines": "true", // ๊ฐ€๋กœ "serGridLines": "true", // ์„ธ๋กœ "legend": "true", // ๋ฒ”๋ก€ "legendPosition": "bottom" // ๋ฒ”๋ก€์œ„์น˜ }; var infoArr = []; grd_ex01.advancedExcelDownload(options, infoArr); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="GridView์˜ ExcelDownload ๊ธฐ๋Šฅ ์ค‘ ์—‘์…€์— ์ฐจํŠธํ˜• ์ด๋ฏธ์ง€๋ฅผ ํฌํ•จํ•˜๋Š” ๊ธฐ๋Šฅ์˜ ์˜ˆ์‹œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์ด ๊ธฐ๋Šฅ์€ ๋ฐ์ดํ„ฐ๋ฅผ ์ฐจํŠธํ˜• ์ด๋ฏธ์ง€๋กœ ๋ณ€ํ™˜ํ•œ ๋’ค ์—‘์…€๋กœ ๋‚ด๋ ค์ฃผ๊ธฐ ๋•Œ๋ฌธ์— ์‚ฌ์šฉ์ž PC ํ™˜๊ฒฝ์— ๋”ฐ๋ผ ๋Œ€์šฉ๋Ÿ‰ ๋ฐ์ดํ„ฐ์˜ ๊ฒฝ์šฐ ์†๋„ ์ด์Šˆ๊ฐ€ ๋ฐœ์ƒํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;ํ”„๋กœ์ ํŠธ ์ ์šฉ ์ „, ์ตœ์ € ์‚ฌ์–‘ PC์—์„œ ์ ์ • ๋ฐ์ดํ„ฐ๋ฅผ ํ™•์ธํ•˜์—ฌ ์ œํ•œํ•˜๋Š” ๊ฒƒ์„ ๊ถŒ์žฅํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:textbox class="ws_example_txt_desc_info" escape="false" id="" label="์ด ์˜ˆ์ œ๋Š” ์‹œ์—ฐ์šฉ ์˜ˆ์ œ๋กœ ์˜ˆ์ œ ๊ฐ€์ด๋“œ ๋ฌธ์„œ๊ฐ€ ํฌํ•จ๋˜์–ด ์žˆ์ง€ ์•Š์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group style="" id="" class="titbox"> <xf:trigger ev:onclick="scwin.btn_linechart_onclick" style="width:150px;margin-right:10px;" id="btn_linechart" type="button" class="btn_exam_exec"> <xf:label> <![CDATA[Line chart Download]]></xf:label> </xf:trigger> <xf:trigger ev:onclick="scwin.btn_barchart_onclick" style="width:150px;margin-right:10px;" id="btn_barchart" type="button" class="btn_exam_exec"> <xf:label> <![CDATA[Bar chart Download]]></xf:label> </xf:trigger> <xf:trigger ev:onclick="scwin.btn_areachart_onclick" style="width:160px;margin-right:10px;" id="btn_areachart" type="button" class="btn_exam_exec"> <xf:label> <![CDATA[Area chart Download]]></xf:label> </xf:trigger> <xf:trigger ev:onclick="scwin.btn_piechart_onclick" style="width:150px;margin-right:10px;" id="btn_piechart" type="button" class="btn_exam_exec"> <xf:label> <![CDATA[Pie chart Download]]></xf:label> </xf:trigger> </xf:group> <xf:group id="" class="gvwbox"> <w2:gridView scrollByColumnAdaptive="false" syncScroll="false" summaryAuto="false" useShiftKey="true" scrollByColumn="false" summaryOnlyAuto="false" defaultCellHeight="26" applyAllColumnStyle="false" dataList="data:dlt_grid" style="height:150px;" ignoreCellClick="false" id="grd_ex01" autoFit="allColumn" ignoreToggleOnDisabled="false" class="gvw" autoFitMinWidth="500" visibleRowNumFix="true" visibleRowNum="4"> <w2:caption style="" id="caption1" value="this is a grid caption."></w2:caption> <w2:header style="" id="header1"> <w2:row style="" id="row1"> <w2:column width="70" inputType="text" id="column9" value="-" blockSelect="false" displayMode="label"></w2:column> <w2:column width="70" inputType="text" id="column7" value="Field1" blockSelect="false" displayMode="label"> </w2:column> <w2:column width="70" inputType="text" id="column5" value="Field2" blockSelect="false" displayMode="label"> </w2:column> <w2:column width="70" inputType="text" id="column3" value="Field3" blockSelect="false" displayMode="label"> </w2:column> <w2:column width="70" inputType="text" id="column1" value="Field4" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column dataType="bigDecimal" width="70" inputType="text" id="col1" blockSelect="false" displayMode="label"> </w2:column> <w2:column dataType="bigDecimal" width="70" inputType="text" id="col2" blockSelect="false" displayMode="label"> </w2:column> <w2:column dataType="bigDecimal" width="70" inputType="text" id="col3" blockSelect="false" displayMode="label"> </w2:column> <w2:column dataType="bigDecimal" width="70" inputType="text" id="col4" blockSelect="false" displayMode="label"> </w2:column> <w2:column dataType="bigDecimal" width="70" inputType="text" id="col5" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00007.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="์œ„์ ฏ ์ปจํ…Œ์ด๋„ˆ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20220428" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { //widget ์ถ”๊ฐ€ scwin.addWidget("E01"); }; /** * widget ์ถ”๊ฐ€ selectbox ๋ณ€๊ฒฝ ์‹œ */ scwin.sbx_addWidget_onviewchange = function (info) { //var curType = info.newValue; scwin.addWidget(info.newValue); this.setValue(""); }; /** * widget ์ถ”๊ฐ€ */ scwin.addWidget = function (type) { var wTitle, wSrc, wWidth = 3, wHeight = 4, wPath, wId; wPath = $c.frame.getSrc("/page") + "/"; switch (type) { case "C01": wTitle = "๊ธฐ๊ธฐ ์œ ํ˜•๋ณ„ ์กฐํšŒ์ˆ˜"; wSrc = wPath + "P00007S02.xml"; break; case "C02": wTitle = "์„ฑ๋ณ„ ์กฐํšŒ์ˆ˜"; wSrc = wPath + "P00007S03.xml"; break; case "C03": wTitle = "์ผ๋ณ„ ์กฐํšŒ์ˆ˜"; wSrc = wPath + "P00007S01.xml"; break; case "E01": wTitle = "์บ˜๋ฆฐ๋”"; wSrc = wPath + "P00007S04.xml"; wHeight = 5; wWidth = 3; break; default: return; } wId = "W" + type; if (wgc_ex01.getWidgetById(wId)) { wgc_ex01.moveWidget(wId, 0, 0); return; } var opt = { id: wId, src: wSrc, title: wTitle, x: 0, y: 0, scope: true, unitWidth: wWidth, unitHeight: wHeight }; wgc_ex01.addWidgets(opt); };]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="WidgetContainer ์˜ˆ์‹œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;WidgetContainer๋Š” ๋Œ€์‹œ๋ณด๋“œ์„ฑ UI๋ฅผ ๊ตฌ์„ฑํ•  ๋•Œ ์ฃผ๋กœ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค." style=""></w2:textbox> <w2:textbox class="ws_example_txt_desc_info" escape="false" id="" label="์ด ์˜ˆ์ œ๋Š” ์‹œ์—ฐ์šฉ ์˜ˆ์ œ๋กœ ์˜ˆ์ œ ๊ฐ€์ด๋“œ ๋ฌธ์„œ๊ฐ€ ํฌํ•จ๋˜์–ด ์žˆ์ง€ ์•Š์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group id="" style="position: relative; min-height: 600px;height: 100%;"> <xf:group id=""> <xf:select1 chooseOptionLabel="์œ„์ ฏ ์ถ”๊ฐ€" submenuSize="auto" chooseOption="true" allOption="" displayMode="label" ref="" appearance="minimal" disabledClass="w2selectbox_disabled" optionOrder="false" disabled="false" style="width: 160px;" id="sbx_addWidget" visibleRowNum="10" class="" direction="auto" ev:onviewchange="scwin.sbx_addWidget_onviewchange"> <xf:choices> <xf:item> <xf:label><![CDATA[์บ˜๋ฆฐ๋”]]></xf:label> <xf:value><![CDATA[E01]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[๊ธฐ๊ธฐ ์œ ํ˜•๋ณ„ ์กฐํšŒ์ˆ˜]]></xf:label> <xf:value><![CDATA[C01]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[์„ฑ๋ณ„ ์กฐํšŒ์ˆ˜]]></xf:label> <xf:value><![CDATA[C02]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[์ผ๋ณ„ ์กฐํšŒ์ˆ˜]]></xf:label> <xf:value><![CDATA[C03]]></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> <xf:group style="position: absolute;left:0px;right: 0px;top:36px;bottom: 0px;" id=""> <w2:widgetContainer unitHeightPixel="100" minUnitWidth="" verticalMargin="5" threshold="700" params="" widgetResize="true" maxUnitWidth="" mode="pushpull" widgetMove="true" style="height: 100%;box-sizing:border-box;background-color: #fefefe;" id="wgc_ex01" horizontalMargin="5" cols="6" class="ws_example"> </w2:widgetContainer> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00124S01.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20220930" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <w2:textbox id="" label="P00124S01.xml" style="color: dodgerblue;font-size: 1.8em;font-weight: bold;"></w2:textbox> </xf:group> </body> </html>
WRE/WebContent/page/P00239.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] CSV ๋‹ค์šด๋กœ๋“œํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20230310" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="book_name" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="price" name="์ •๊ฐ€"></w2:column> <w2:column id="published_date" name="์ถœ๊ฐ„์ผ" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <book_name><![CDATA[์‚ฌ๋žŒ์ผ๊นŒ ์ƒํ™ฉ์ผ๊นŒ]]></book_name> <price><![CDATA[28000]]></price> <published_date><![CDATA[20190826]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋‚ด๊ฐ€ ํ‹€๋ฆด ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค]]></book_name> <price><![CDATA[16000]]></price> <published_date><![CDATA[20220418]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ]]></book_name> <price><![CDATA[18000]]></price> <published_date><![CDATA[20201201]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋ถˆํŽธํ•œ ํŽธ์˜์ ]]></book_name> <price><![CDATA[14000]]></price> <published_date><![CDATA[20210420]]></published_date> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; /** * ๋ฒ„ํŠผ [CSV ํ˜•์‹์œผ๋กœ ๋‹ค์šด๋กœ๋“œ] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_onclick = function (e) { var jsnOptions; jsnOptions = { fileName: "SP5_EXAMPLE_P00239_TYPE1.csv" //ํŒŒ์ผ๋ช… }; //GridView 'grd_exam1'์˜ ๋ฐ์ดํ„ฐ๋ฅผ CSV ํ˜•์‹์œผ๋กœ ๋‹ค์šด๋กœ๋“œํ•ฉ๋‹ˆ๋‹ค. grd_exam1.saveCSV(jsnOptions); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox class="" escape="false" id="" label="GridView์˜ ๋ฐ์ดํ„ฐ๋ฅผ CSV ํ˜•์‹์œผ๋กœ ๋‹ค์šด๋กœ๋“œ ํ•˜๋Š” ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;GridView์˜ ํ•จ์ˆ˜ 'saveCSV'๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;ํ•จ์ˆ˜ ํ˜ธ์ถœ ์‹œ ์ „๋‹ฌ ์ธ์ž๋ฅผ ํ†ตํ•ด ๋ฐ์ดํ„ฐ ๊ตฌ๋ถ„์ž, ์ œ์™ธํ•  ์ปฌ๋Ÿผ, ํ—ค๋” ์ถœ๋ ฅ ์—ฌ๋ถ€ ๋“ฑ์„ ์„ค์ •ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="mb_def_box nobottom" id="" style=""> <xf:trigger class="btn_exam_exec btn_txt_of" ev:onclick="scwin.btn_ex1_onclick" id="btn_ex1" localeRef="" style="min-width: 30px; height: 26px;" type="" useDefaultLabel="true"> <xf:label><![CDATA[CSV ํ˜•์‹์œผ๋กœ ๋‹ค์šด๋กœ๋“œ]]></xf:label> </xf:trigger> </xf:group> <w2:gridView autoFit="allColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" id="grd_exam1" rowNumVisible="true" rowNumWidth="26" style="height:100px;" visibleRowNum="3" visibleRowNumFix="true" readOnly="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="178"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="63"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="83"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" width="178"></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="63"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" width="83"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00159S01.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20221104" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <w2:textbox id="" label="P00159S01.xml" style="color: dodgerblue;font-size: 1.6em;font-weight: bold;"></w2:textbox> </xf:group> </body> </html>
WRE/WebContent/page/P00211.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] inputType radio์˜ label ์ถ”๊ฐ€ํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20230210" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books_1" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="rad" name="์„ ํƒ"></w2:column> <w2:column dataType="text" id="label" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="categoryLabel" name="๋ถ„๋ฅ˜"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList baseNode="list" id="dlt_books_2" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="rad" name="์„ ํƒ"></w2:column> <w2:column dataType="text" id="label" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="categoryLabel" name="๋ถ„๋ฅ˜"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList baseNode="list" id="dlt_books_3" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="rad" name="์„ ํƒ"></w2:column> <w2:column dataType="text" id="label" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="categoryLabel" name="๋ถ„๋ฅ˜"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList baseNode="list" id="dlt_books_4" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="rad" name="์„ ํƒ"></w2:column> <w2:column dataType="text" id="label" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="categoryLabel" name="๋ถ„๋ฅ˜"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { scwin.setDataList(); }; /** * DataList์— ๋ฐ์ดํ„ฐ ํ• ๋‹น */ scwin.setDataList = function () { var arrData = [ { "label": "๊ฑฐ์˜ ๋ชจ๋“  ์ „์Ÿ์˜ ์—ญ์‚ฌ", "categoryLabel": "์—ญ์‚ฌ/๋ฌธํ™”" }, { "label": "๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋‚ด๊ฐ€ ํ‹€๋ฆด ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค", "categoryLabel": "์ธ๋ฌธ" }, { "label": "์„ ์„ ๋„˜์ง€ ์•Š๋Š” ์‚ฌ๋žŒ์ด ์„ฑ๊ณตํ•œ๋‹ค", "categoryLabel": "์ž๊ธฐ๊ณ„๋ฐœ" }, { "label": "๋‚˜๋กœ์„œ ์ถฉ๋ถ„ํžˆ ๊ดœ์ฐฎ์€ ์‚ฌ๋žŒ", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "๋‚˜์˜ ๋ฌธํ™”์œ ์‚ฐ๋‹ต์‚ฌ๊ธฐ", "categoryLabel": "์—ญ์‚ฌ/๋ฌธํ™”" }, { "label": "๋„ˆ๋ฌด ์ž˜ํ•˜๋ ค๊ณ  ์• ์“ฐ์ง€ ๋งˆ๋ผ", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "๋งˆ์Œ์˜ ๋ฒ•์น™", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋งˆ์ง€๋ง‰ ๋ชฐ์ž…: ๋‚˜๋ฅผ ๋„˜์–ด์„œ๋Š” ํž˜", "categoryLabel": "์ž๊ธฐ๊ณ„๋ฐœ" }, { "label": "๋ฉ˜ํƒˆ์„ ๋ฐ”๊ฟ”์•ผ ์ธ์ƒ์ด ๋ฐ”๋€๋‹ค", "categoryLabel": "์ž๊ธฐ๊ณ„๋ฐœ" }, { "label": "๋ฌด์—‡์ด ์˜ณ์€๊ฐ€", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋ฌธ๋ช…์˜ ๋ถ•๊ดด(Collapse)", "categoryLabel": "์—ญ์‚ฌ/๋ฌธํ™”" }, { "label": "๋ฏธ์›€๋ฐ›์„ ์šฉ๊ธฐ", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋ถˆํŽธํ•œ ํŽธ์˜์ ", "categoryLabel": "์†Œ์„ค" }, { "label": "์šฐ๋ฆฌ๋Š” ์—ฌ์ „ํžˆ ์‚ถ์„ ์‚ฌ๋ž‘ํ•˜๋Š”๊ฐ€", "categoryLabel": "์ธ๋ฌธ" }, { "label": "์›์”ฝ(The One Thing)", "categoryLabel": "์ž๊ธฐ๊ณ„๋ฐœ" }, { "label": "์ž‘๋ณ„์ธ์‚ฌ", "categoryLabel": "์†Œ์„ค" }, { "label": "์ž˜ํ–ˆ๊ณ  ์ž˜ํ•˜๊ณ  ์žˆ๊ณ  ์ž˜ ๋  ๊ฒƒ์ด๋‹ค", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "์ €๋งŒ์น˜ ํ˜ผ์ž์„œ", "categoryLabel": "์†Œ์„ค" }, { "label": "์ฑ…๋“ค์˜ ๋ถ€์—Œ", "categoryLabel": "์†Œ์„ค" } ]; dlt_books_1.setJSON(arrData); dlt_books_2.setJSON(arrData); dlt_books_3.setJSON(arrData); dlt_books_4.setJSON(arrData); }; /** * ์˜์—ญ [radio์˜ label ์ ์šฉ - ์‚ฌ์šฉ์ž ํ•จ์ˆ˜ ์ ์šฉ]์˜ radioLabelFormatter */ scwin.grd_exam4_radioLabelFormatter = function (row, col, label) { var jsnRow; var returnValue; jsnRow = dlt_books_4.getRowJSON(row); //ํ˜„์žฌ ํ–‰์˜ json ๋ฐ์ดํ„ฐ ์ถ”์ถœ //๋ฐ์ดํ„ฐ ์กฐํ•ฉ returnValue = "[" + jsnRow.categoryLabel + "] " + jsnRow.label; return returnValue; };]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='GridView์˜ ์ปฌ๋Ÿผ์˜ InputType์ด radio์ธ ๊ฒฝ์šฐ label์„ ์ถœ๋ ฅํ•˜๋Š” ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์„ค์ •์— ํ†ตํ•ด ๊ณ ์ • ๋ฌธ์ž ๋˜๋Š” GridView์˜ ์ปฌ๋Ÿผ ๋ฐ์ดํ„ฐ๋ฅผ ์กฐํ•ฉํ•˜์—ฌ ์ถœ๋ ฅํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.' style=""> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="(๊ธฐ๋ณธ์„ค์ •) label ์„ค์ • ์—†์Œ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:gridView autoFit="lastColumn" autoFitMinWidth="251" class="gvw" dataList="data:dlt_books_1" defaultCellHeight="24" id="" style="height:100px;" visibleRowNum="4" visibleRowNumFix="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column width="35" inputType="text" style="" id="column4" value="" displayMode="label"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="๋ถ„๋ฅ˜" width="56"></w2:column> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="160" sortable="true"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column width="35" inputType="radio" style="" id="rad" value="" displayMode="label"></w2:column> <w2:column displayMode="label" id="categoryLabel" inputType="text" width="56" value=""></w2:column> <w2:column displayMode="label" id="label" inputType="text" textAlign="left" width="160" value=""></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="radio์˜ label - ๊ณ ์ • ๋ฌธ์ž" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:gridView autoFit="lastColumn" autoFitMinWidth="266" class="gvw" dataList="data:dlt_books_2" defaultCellHeight="24" id="" style="height:100px;" visibleRowNum="4" visibleRowNumFix="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column4" inputType="text" width="50" value="์„ ํƒ"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="๋ถ„๋ฅ˜" width="56"></w2:column> <w2:column displayMode="label" id="column3" inputType="text" sortable="true" value="๋„์„œ๋ช…" width="160"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="rad" inputType="radio" width="50" radioLabel="์„ ํƒ" textAlign="left"></w2:column> <w2:column displayMode="label" id="categoryLabel" inputType="text" width="56" value=""></w2:column> <w2:column displayMode="label" id="label" inputType="text" textAlign="left" width="160" value=""></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="radio์˜ label ์ ์šฉ - ์ปฌ๋Ÿผ ์กฐํ•ฉ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:gridView autoFit="lastColumn" autoFitMinWidth="460" class="gvw" dataList="data:dlt_books_3" defaultCellHeight="24" id="" style="height:100px;" visibleRowNum="4" visibleRowNumFix="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column4" inputType="text" width="240" value="๋ถ„๋ฅ˜ - ๋„์„œ๋ช…"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="๋ถ„๋ฅ˜" width="56"></w2:column> <w2:column displayMode="label" id="column3" inputType="text" sortable="true" value="๋„์„œ๋ช…" width="160"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="rad" inputType="radio" textAlign="left" width="240" radioLabelColumn="categoryLabel,label" radioLabelDelimiter=" - "> </w2:column> <w2:column displayMode="label" id="categoryLabel" inputType="text" width="56" value=""></w2:column> <w2:column displayMode="label" id="label" inputType="text" textAlign="left" width="160"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="radio์˜ label ์ ์šฉ - ์‚ฌ์šฉ์ž ํ•จ์ˆ˜ ์ ์šฉ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:gridView autoFit="lastColumn" autoFitMinWidth="250" class="gvw" dataList="data:dlt_books_4" defaultCellHeight="24" id="grd_exam4" style="height:100px;" visibleRowNum="4" visibleRowNumFix="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column4" inputType="text" value="[๋ถ„๋ฅ˜] ๋„์„œ๋ช…" width="250"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="rad" inputType="radio" textAlign="left" width="250" radioLabelFormatter="scwin.grd_exam4_radioLabelFormatter"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00205.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] ํŠน์ • ํ–‰์˜ ๊ธ€์ž์ƒ‰ ์ง€์ •ํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20230203" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="book_name" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="price" name="์ •๊ฐ€"></w2:column> <w2:column id="published_date" name="์ถœ๊ฐ„์ผ" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <book_name><![CDATA[์‚ฌ๋žŒ์ผ๊นŒ ์ƒํ™ฉ์ผ๊นŒ]]></book_name> <price><![CDATA[28000]]></price> <published_date><![CDATA[20190826]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋‚ด๊ฐ€ ํ‹€๋ฆด ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค]]></book_name> <price><![CDATA[16000]]></price> <published_date><![CDATA[20220418]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋ฌด์—‡์ด ์˜ณ์€๊ฐ€]]></book_name> <price><![CDATA[17800]]></price> <published_date><![CDATA[20220419]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ]]></book_name> <price><![CDATA[18000]]></price> <published_date><![CDATA[20201201]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋ถˆํŽธํ•œ ํŽธ์˜์ ]]></book_name> <price><![CDATA[14000]]></price> <published_date><![CDATA[20210420]]></published_date> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; /** * ๋ฒ„ํŠผ [2๋ฒˆ์งธ ํ–‰์˜ ๊ธ€์ž์ƒ‰์„ 'brown'๋กœ ์ง€์ •ํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_onclick = function (e) { //GridView 'grd_exam1'์˜ 2๋ฒˆ์งธ ํ–‰์˜ ๊ธ€์ž์ƒ‰์„ 'brown'๋กœ ์ง€์ •ํ•˜๊ธฐ grd_exam1.setRowColor(1, "brown"); }; /** * ๋ฒ„ํŠผ [1๋ฒˆ์งธ ํ–‰์— ๊ธ€์ž์ƒ‰์„ '#FF4500'๋กœ ์ง€์ •ํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex2_onclick = function (e) { //GridView 'grd_exam1'์˜ 1๋ฒˆ์งธ ํ–‰์˜ ๊ธ€์ž์ƒ‰์„ '#FF4500'๋กœ ์ง€์ •ํ•˜๊ธฐ grd_exam1.setRowColor(0, "#FF4500"); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='GridView์˜ ํŠน์ • ํ–‰์˜ ๊ธ€์ž์ƒ‰์„ ์ง€์ •ํ•˜๋Š” ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์ด ๊ธฐ๋Šฅ์€ ํ•จ์ˆ˜ setRowColor๋ฅผ ํ˜ธ์ถœํ•˜์—ฌ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.' style=""></w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="ํŠน์ • ํ–‰์˜ ๊ธ€์ž์ƒ‰ ์ง€์ •ํ•˜๊ธฐ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์•„๋ž˜์˜ ๋ฒ„ํŠผ์„ ํด๋ฆญํ•˜๊ณ  GridView ํ–‰์˜ ๊ธ€์ž์ƒ‰์„ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="mb_def_box nobottom" id="" style=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex1_onclick" id="btn_ex1" style="" type="button"> <xf:label><![CDATA[2๋ฒˆ์งธ ํ–‰์˜ ๊ธ€์ž์ƒ‰์„ 'brown'๋กœ ์ง€์ •ํ•˜๊ธฐ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" id="btn_ex2" style="" type="button" ev:onclick="scwin.btn_ex2_onclick"> <xf:label><![CDATA[1๋ฒˆ์งธ ํ–‰์˜ ๊ธ€์ž์ƒ‰์„ '#FF4500'๋กœ ์ง€์ •ํ•˜๊ธฐ]]></xf:label> </xf:trigger> </xf:group> <w2:gridView autoFit="allColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" id="grd_exam1" style="height:100px;" visibleRowNum="4" visibleRowNumFix="true" rowNumVisible="true" rowNumWidth="26" readOnly="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="178"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="63"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="83"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" width="178"></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="63"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" width="83"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00055S01.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20220729" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; /** * ๋ฒ„ํŠผ [$p.isPopup() ์‹คํ–‰] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_onclick = function (e) { var ispopup; var strResult; ispopup = $p.isPopup(); //์˜ˆ์ƒ ๊ฒฐ๊ณผ : false strResult = "$p.isPopup();\n"; strResult += "์˜ˆ์ƒ ๊ฒฐ๊ณผ : false\n"; strResult += "์‹คํ–‰ ๊ฒฐ๊ณผ : " + ispopup; alert(strResult); }; /** * ๋ฒ„ํŠผ [$p.isPopup(true) ์‹คํ–‰] ํด๋ฆญ ์‹œ */ scwin.btn_ex2_onclick = function (e) { var ispopup; var strResult; ispopup = $p.isPopup(true); //์˜ˆ์ƒ ๊ฒฐ๊ณผ : true strResult = "$p.isPopup(true);\n"; strResult += "์˜ˆ์ƒ ๊ฒฐ๊ณผ : true\n"; strResult += "์‹คํ–‰ ๊ฒฐ๊ณผ : " + ispopup; alert(strResult); }; /** * ๋ฒ„ํŠผ [$p.isWFramePopup() ์‹คํ–‰] ํด๋ฆญ ์‹œ */ scwin.btn_ex3_onclick = function (e) { var isWFramePopup; var strResult; isWFramePopup = $p.isWFramePopup(); //์˜ˆ์ƒ ๊ฒฐ๊ณผ : false strResult = "$p.isWFramePopup();\n"; strResult += "์˜ˆ์ƒ ๊ฒฐ๊ณผ : false\n"; strResult += "์‹คํ–‰ ๊ฒฐ๊ณผ : " + isWFramePopup; alert(strResult); }; /** * ๋ฒ„ํŠผ [$p.isWFramePopup(true) ์‹คํ–‰] ํด๋ฆญ ์‹œ */ scwin.btn_ex4_onclick = function (e) { var isWFramePopup; var strResult; isWFramePopup = $p.isWFramePopup(true); //์˜ˆ์ƒ ๊ฒฐ๊ณผ : false strResult = "$p.isWFramePopup(true);\n"; strResult += "์˜ˆ์ƒ ๊ฒฐ๊ณผ : false\n"; strResult += "์‹คํ–‰ ๊ฒฐ๊ณผ : " + isWFramePopup; alert(strResult); };]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="์ด ์˜์—ญ์€ WFrame ์ž…๋‹ˆ๋‹ค. WFrame์•ˆ์˜ ์†Œ์Šค์—์„œ์˜ ๋™์ž‘์„ ํ™•์ธํ•˜๊ธฐ ์œ„ํ•ด ๊ตฌ์„ฑ๋˜์—ˆ์Šต๋‹ˆ๋‹ค." style=""></w2:textbox> </xf:group> <xf:group id="" style="" class="titbox"> <xf:trigger class="btn_exam_exec" disabled="" escape="false" ev:onclick="scwin.btn_ex1_onclick" id="btn_ex1" style="" type="button"> <xf:label><![CDATA[$p.isPopup() ์‹คํ–‰]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec" disabled="" escape="false" id="btn_ex2" style="" type="button" ev:onclick="scwin.btn_ex2_onclick"> <xf:label><![CDATA[$p.isPopup(true) ์‹คํ–‰]]></xf:label> </xf:trigger> </xf:group> <xf:group class="titbox" id="" style=""> <xf:trigger class="btn_exam_exec" disabled="" escape="false" ev:onclick="scwin.btn_ex3_onclick" id="btn_ex3" style="" type="button"> <xf:label><![CDATA[$p.isWFramePopup() ์‹คํ–‰]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec" disabled="" escape="false" ev:onclick="scwin.btn_ex4_onclick" id="btn_ex4" style="" type="button"> <xf:label><![CDATA[$p.isWFramePopup(true) ์‹คํ–‰]]></xf:label> </xf:trigger> </xf:group> </body> </html>
WRE/WebContent/page/P00198.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] Style ๊ฐœ์ธํ™” ํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20230127" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList id="dlt_gridView" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="number" id="EMP_CD" name="์‚ฌ๋ฒˆ"></w2:column> <w2:column dataType="text" id="EMP_NM" name="์„ฑ๋ช…"></w2:column> <w2:column dataType="text" id="GENDER_CD" name="์„ฑ๋ณ„"></w2:column> <w2:column dataType="text" id="JOIN_DATE" name="์ž…์‚ฌ์ผ"></w2:column> <w2:column dataType="text" id="POSITION_CD" name="์ง์œ„"></w2:column> <w2:column dataType="text" id="ROLE_CD" name="์—ญํ• "></w2:column> <w2:column dataType="text" id="group" name="์†Œ์†"></w2:column> <w2:column dataType="text" id="EMAIL" name="์ด๋ฉ”์ผ"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <EMP_CD><![CDATA[10001334]]></EMP_CD> <EMP_NM><![CDATA[์ „์„ฑ์€]]></EMP_NM> <GENDER_CD><![CDATA[์—ฌ]]></GENDER_CD> <JOIN_DATE><![CDATA[20021201]]></JOIN_DATE> <POSITION_CD><![CDATA[์‚ฌ์›]]></POSITION_CD> <ROLE_CD><![CDATA[ํผ๋ธ”๋ฆฌ์‹ฑ]]></ROLE_CD> <group><![CDATA[๋ณธ์‚ฌ]]></group> <EMAIL><![CDATA[[email protected]]]></EMAIL> </w2:row> <w2:row> <EMP_CD><![CDATA[10001337]]></EMP_CD> <EMP_NM><![CDATA[๋งˆ์ •์—ฐ]]></EMP_NM> <GENDER_CD><![CDATA[๋‚จ]]></GENDER_CD> <JOIN_DATE><![CDATA[20120430]]></JOIN_DATE> <POSITION_CD><![CDATA[์‚ฌ์›]]></POSITION_CD> <ROLE_CD><![CDATA[๊ฐœ๋ฐœ]]></ROLE_CD> <group><![CDATA[๋ณธ์‚ฌ]]></group> <EMAIL><![CDATA[[email protected]]]></EMAIL> </w2:row> <w2:row> <EMP_CD><![CDATA[10001336]]></EMP_CD> <EMP_NM><![CDATA[ํ›„ํ˜œ์„ ]]></EMP_NM> <GENDER_CD><![CDATA[๋‚จ]]></GENDER_CD> <JOIN_DATE><![CDATA[20060423]]></JOIN_DATE> <POSITION_CD><![CDATA[์ฐจ์žฅ]]></POSITION_CD> <ROLE_CD><![CDATA[๊ธฐํš]]></ROLE_CD> <group><![CDATA[๋ณธ์‚ฌ]]></group> <EMAIL><![CDATA[[email protected]]]></EMAIL> </w2:row> <w2:row> <EMP_CD><![CDATA[10001335]]></EMP_CD> <EMP_NM><![CDATA[๋™์„ธํฌ]]></EMP_NM> <GENDER_CD><![CDATA[์—ฌ]]></GENDER_CD> <JOIN_DATE><![CDATA[20050401]]></JOIN_DATE> <POSITION_CD><![CDATA[๋ถ€์žฅ]]></POSITION_CD> <ROLE_CD><![CDATA[๋””์ž์ธ]]></ROLE_CD> <group><![CDATA[๋ณธ์‚ฌ]]></group> <EMAIL><![CDATA[[email protected]]]></EMAIL> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { //๋กœ๊ทธ ์ถœ๋ ฅ var strLog = "GridView Style ์ดˆ๊ธฐํ™” ์ •๋ณด ์ €์žฅ ์™„๋ฃŒ"; $c.frame.printExampleLog(strLog, txa_log, false); console.log(strLog); // localStorage์— ์ €์žฅ๋œ gridView์˜ ์ดˆ๊ธฐ style ์ •๋ณด ๊ฐ€์ ธ์˜ค๊ธฐ var grd_style = $p.local.getItem("init_grid"); // localStorage์— ์ €์žฅ๋œ ์ •๋ณด๊ฐ€ ์—†๋Š” ๊ฒฝ์šฐ ์ €์žฅ if (grd_style == null){ grd_style = grd_main.getCurrentGridStyle(); $p.local.setItem("init_grid", grd_style); } }; /** * ์˜์—ญ [GridView ๊ฐœ์ธํ™” ์ƒ˜ํ”Œ]์˜ * ์ž…๋ ฅ [btn_save]์˜ onclick ์ด๋ฒคํŠธ ํ•จ์ˆ˜ */ scwin.btn_save_onclick = function(e) { //๋กœ๊ทธ ์ถœ๋ ฅ var strLog = "GridView Style ์ •๋ณด ์ €์žฅ ์™„๋ฃŒ"; $c.frame.printExampleLog(strLog, txa_log, false); console.log(strLog); // ํ˜„์žฌ gridView ์Šคํƒ€์ผ ์ •๋ณด ๊ฐ€์ ธ์˜ค๊ธฐ var grd_style = grd_main.getCurrentGridStyle(); // localStorage์— gridView์˜ style ์ €์žฅ $p.local.setItem("grd_style", grd_style); }; /** * ์˜์—ญ [GridView ๊ฐœ์ธํ™” ์ƒ˜ํ”Œ]์˜ * ์ž…๋ ฅ [btn_load]์˜ onclick ์ด๋ฒคํŠธ ํ•จ์ˆ˜ */ scwin.btn_load_onclick = function(e) { //๋กœ๊ทธ ์ถœ๋ ฅ var strLog = "GridView Style ์ •๋ณด ๋ถˆ๋Ÿฌ์˜ค๊ธฐ๊ธฐ ์™„๋ฃŒ"; $c.frame.printExampleLog(strLog, txa_log, false); console.log(strLog); // localStorage์— ์ €์žฅํ•œ gridView ์Šคํƒ€์ผ ์ •๋ณด ๊ฐ€์ ธ์˜ค๊ธฐ var grd_style = $p.local.getItem("grd_style"); // ํ˜„์žฌ gridView์˜ style ์ •๋ณด ์ ์šฉ grd_main.setGridStyle(grd_style); }; /** * ์˜์—ญ [GridView ๊ฐœ์ธํ™” ์ƒ˜ํ”Œ]์˜ * ์ž…๋ ฅ [btn_clear]์˜ onclick ์ด๋ฒคํŠธ ํ•จ์ˆ˜ */ scwin.btn_clear_onclick = function(e) { //๋กœ๊ทธ ์ถœ๋ ฅ var strLog = "GridView Style ์ดˆ๊ธฐํ™” ์ •๋ณด ๋ถˆ๋Ÿฌ์˜ค๊ธฐ ์™„๋ฃŒ"; $c.frame.printExampleLog(strLog, txa_log, false); console.log(strLog); // ์ดˆ๊ธฐ gridView์˜ style ์ •๋ณด๋ฅผ ์ €์žฅํ•œ ์ •๋ณด ๊ฐ€์ ธ์˜ค๊ธฐ var grd_style = $p.local.getItem("init_grid"); // ๊ฐ€์ ธ์˜จ ์ดˆ๊ธฐ gridView์˜ style ์ ์šฉ grd_main.setGridStyle(grd_style); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="GridView๋ฅผ ๊ฐœ์ธํ™” ํ•˜๋Š” ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;GridView์˜ Style ์ •๋ณด๋ฅผ ์ฝ๊ณ , localStorage๋ฅผ ํ™œ์šฉํ•ด ์ €์žฅํ•˜์—ฌ ๊ตฌํ˜„ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;์ปฌ๋Ÿผ์˜ ์ˆœ์„œ, ํ–‰๋ ฌ ํ‹€ ๊ณ ์ •, ์ปฌ๋Ÿผ ์ˆจ๊น€, ์ปฌ๋Ÿผ ํฌ๊ธฐ์˜ ์ €์žฅ, ๋ถˆ๋Ÿฌ์˜ค๊ธฐ๊ฐ€ ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค." style="margin-bottom: 10px;"> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap mb_def" id="" style=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="GridView ๊ฐœ์ธํ™” ์ƒ˜ํ”Œ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="GridView ๊ฐœ์ธํ™”๋Š” ์ปฌ๋Ÿผ์˜ ๋„“์ด, ์ปฌ๋Ÿผ ์ˆจ๊ธฐ๊ธฐ, ์ปฌ๋Ÿผ ์ด๋™์— ๊ด€ํ•œ ์ •๋ณด๋ฅผ ์ €์žฅ, ๋ถˆ๋Ÿฌ์˜ค๊ธฐ๊ฐ€ ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;localStorage๋Š” ๋ธŒ๋ผ์šฐ์ €์˜ ๋ฉ”๋ชจ๋ฆฌ๋ฅผ ์‚ฌ์šฉํ•˜๊ธฐ ๋•Œ๋ฌธ์— ๋ธŒ๋ผ์šฐ์ €์— ์ข…์†๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="ofh" id="" style="max-width: 700px;"> <xf:group class="fr mb_def_box nobottom" id="" style=""> <xf:trigger class="btn_exam_exec btn_txt_of" id="btn_save" style="margin-right:6px;" type="button" tooltip="GridView ๊ฐœ์ธํ™” ์ •๋ณด ์ €์žฅ" ev:onclick="scwin.btn_save_onclick"> <xf:label><![CDATA[์ €์žฅ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" id="btn_load" style="" tooltip="GridView ๊ฐœ์ธํ™” ์ •๋ณด ๋ถˆ๋Ÿฌ์˜ค๊ธฐ" type="button" ev:onclick="scwin.btn_load_onclick"> <xf:label><![CDATA[๋ถˆ๋Ÿฌ์˜ค๊ธฐ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" id="btn_clear" style="" tooltip="GridView ๊ฐœ์ธํ™” ์ •๋ณด ์‚ญ์ œ ๋ฐ ์ดˆ๊ธฐํ™”" type="button" ev:onclick="scwin.btn_clear_onclick"> <xf:label><![CDATA[์ดˆ๊ธฐํ™”]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="gvwbox" id="" style=""> <w2:gridView autoFit="none" autoFitMinWidth="660" class="gvw" dataList="data:dlt_gridView" defaultCellHeight="24" id="grd_main" style="height: 100px;" visibleRowNum="5" contextMenu="true" columnMove="true" useFilterList="false"> <w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption> <w2:header id="header2" style=""> <w2:row id="row3" style=""> <w2:column displayMode="label" id="column16" inputType="text" value="์‚ฌ๋ฒˆ" width="70"></w2:column> <w2:column displayMode="label" id="column15" inputType="text" value="์„ฑ๋ช…" width="70"></w2:column> <w2:column displayMode="label" id="column14" inputType="text" value="์„ฑ๋ณ„" width="60" useFilter="false"> </w2:column> <w2:column displayMode="label" id="column13" inputType="text" value="์ž…์‚ฌ์ผ" width="76"></w2:column> <w2:column displayMode="label" id="column12" inputType="text" value="์ง์œ„" width="70"></w2:column> <w2:column displayMode="label" id="column11" inputType="text" value="์—ญํ• " width="70"></w2:column> <w2:column displayMode="label" id="column10" inputType="text" value="์†Œ์†" width="70"></w2:column> <w2:column displayMode="label" id="column9" inputType="text" value="์ด๋ฉ”์ผ" width="175"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody2" style=""> <w2:row id="row4" style=""> <w2:column displayMode="label" id="EMP_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="EMP_NM" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="GENDER_CD" inputType="text" value="" width="60"></w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="JOIN_DATE" inputType="text" value="" width="76"> </w2:column> <w2:column displayMode="label" id="POSITION_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="ROLE_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="group" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="EMAIL" inputType="text" textAlign="left" width="175"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> <xf:group class="example_div_tb_style_wrap" id="" style=""> <xf:group class="example_div_tr_style" id="" style=""> <xf:group class="example_div_th_style" id=""> <w2:span class="mr_def txt_blue" id="" label="๋กœ๊ทธ ํ™•์ธ" style=""></w2:span> <xf:trigger class="com_example_btn_log_clear" ev:onclick="scwin.btn_clearLog_onclick" id="btn_clearLog" style="" title="๋กœ๊ทธ ์‚ญ์ œ" type="button"> <xf:label><![CDATA[๊ฒ€์ƒ‰ ์ทจ์†Œ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="example_div_td_style" id="" style=""> <xf:textarea class="com_example_txa_log" id="txa_log" spellcheck="false" style="width: 100%;height: 140px;"></xf:textarea> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00167.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] GridView์˜ ๋„ˆ๋น„๊ฐ€ ์„ค์ •ํ•œ ๋„ˆ๋น„ ์ดํ•˜์ผ ๋•Œ autoFit(์ปฌ๋Ÿผ ๋„ˆ๋น„ ์ž๋™ ์กฐ์ ˆ) ๊ธฐ๋Šฅ ์‚ฌ์šฉํ•˜์ง€ ์•Š๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20221223" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList id="dlt_member" saveRemovedData="true"> <w2:columnInfo> <w2:column id="EMP_CD" name="์‚ฌ๋ฒˆ" dataType="number"></w2:column> <w2:column id="EMP_NM" name="์„ฑ๋ช…" dataType="text"></w2:column> <w2:column id="GENDER_CD" name="์„ฑ๋ณ„" dataType="text"></w2:column> <w2:column id="JOIN_DATE" name="์ž…์‚ฌ์ผ" dataType="text"></w2:column> <w2:column id="POSITION_CD" name="์ง์œ„" dataType="text"></w2:column> <w2:column id="ROLE_CD" name="์—ญํ• " dataType="text"></w2:column> <w2:column id="group" name="์†Œ์†" dataType="text"></w2:column> <w2:column id="EMAIL" name="์ด๋ฉ”์ผ" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <EMP_CD><![CDATA[10001334]]></EMP_CD> <EMP_NM><![CDATA[์ „์„ฑ์€]]></EMP_NM> <GENDER_CD><![CDATA[์—ฌ]]></GENDER_CD> <JOIN_DATE><![CDATA[20021201]]></JOIN_DATE> <POSITION_CD><![CDATA[์‚ฌ์›]]></POSITION_CD> <ROLE_CD><![CDATA[ํผ๋ธ”๋ฆฌ์‹ฑ]]></ROLE_CD> <group><![CDATA[๋ณธ์‚ฌ]]></group> <EMAIL><![CDATA[[email protected]]]></EMAIL> </w2:row> <w2:row> <EMP_CD><![CDATA[10001337]]></EMP_CD> <EMP_NM><![CDATA[๋งˆ์ •์—ฐ]]></EMP_NM> <GENDER_CD><![CDATA[๋‚จ]]></GENDER_CD> <JOIN_DATE><![CDATA[20120430]]></JOIN_DATE> <POSITION_CD><![CDATA[์‚ฌ์›]]></POSITION_CD> <ROLE_CD><![CDATA[๊ฐœ๋ฐœ]]></ROLE_CD> <group><![CDATA[๋ณธ์‚ฌ]]></group> <EMAIL><![CDATA[[email protected]]]></EMAIL> </w2:row> <w2:row> <EMP_CD><![CDATA[10001336]]></EMP_CD> <EMP_NM><![CDATA[ํ›„ํ˜œ์„ ]]></EMP_NM> <GENDER_CD><![CDATA[๋‚จ]]></GENDER_CD> <JOIN_DATE><![CDATA[20060423]]></JOIN_DATE> <POSITION_CD><![CDATA[์ฐจ์žฅ]]></POSITION_CD> <ROLE_CD><![CDATA[๊ธฐํš]]></ROLE_CD> <group><![CDATA[๋ณธ์‚ฌ]]></group> <EMAIL><![CDATA[[email protected]]]></EMAIL> </w2:row> <w2:row> <EMP_CD><![CDATA[10001335]]></EMP_CD> <EMP_NM><![CDATA[๋™์„ธํฌ]]></EMP_NM> <GENDER_CD><![CDATA[์—ฌ]]></GENDER_CD> <JOIN_DATE><![CDATA[20050401]]></JOIN_DATE> <POSITION_CD><![CDATA[๋ถ€์žฅ]]></POSITION_CD> <ROLE_CD><![CDATA[๋””์ž์ธ]]></ROLE_CD> <group><![CDATA[๋ณธ์‚ฌ]]></group> <EMAIL><![CDATA[[email protected]]]></EMAIL> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='GridView์˜ ์†์„ฑ autoFitMinWidth์˜ ์„ค์ • ๊ฐ’ ๋น„๊ต ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์†์„ฑ autoFitMinWidth์€ GridView์˜ ๋„ˆ๋น„๊ฐ€ ์†์„ฑ autoFitMinWidth์˜ ์„ค์ • ๊ฐ’ ์ดํ•˜๊ฐ€ ๋˜๋ฉด autoFit ๊ธฐ๋Šฅ์„ ํ•ด์ œํ•˜์—ฌ ๊ฐ€๋กœ ์Šคํฌ๋กค์„ ์ƒ์„ฑํ•ด์ฃผ๋Š” ๊ธฐ๋Šฅ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์†์„ฑ autoFit์˜ ์„ค์ • ๊ฐ’์ด lastColumn, allColumn์œผ๋กœ ์ง€์ •๋˜์–ด์•ผ ๋™์ž‘ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;์ด ๊ธฐ๋Šฅ์€ GridView์˜ ๋„ˆ๋น„๊ฐ€ ๊ฐ€๋ณ€ํ˜•์œผ๋กœ ๊ตฌ์„ฑ๋œ ๊ฒฝ์šฐ ์œ ์šฉํ•ฉ๋‹ˆ๋‹ค.' style=""> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="์†์„ฑ autoFitMinWidth ์„ค์ •" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์†์„ฑ autoFit, autoFitMinWidth๊ฐ€ ์„ค์ •๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;GridView์˜ ๊ฐ€๋กœ ์Šคํฌ๋กค์ด ์ƒ์„ฑ๋œ ์ƒํƒœ์ž…๋‹ˆ๋‹ค." style=""></w2:textbox> <w2:gridView class="gvw" dataList="data:dlt_member" id="" style="height: 100px;" defaultCellHeight="24" autoFitMinWidth="660" autoFit="allColumn" visibleRowNum="all"> <w2:caption style="" id="caption2" value="this is a grid caption."></w2:caption> <w2:header style="" id="header2"> <w2:row style="" id="row3"> <w2:column width="70" inputType="text" id="column16" value="์‚ฌ๋ฒˆ" displayMode="label"></w2:column> <w2:column width="70" inputType="text" id="column15" value="์„ฑ๋ช…" displayMode="label"></w2:column> <w2:column width="60" inputType="text" id="column14" value="์„ฑ๋ณ„" displayMode="label"></w2:column> <w2:column width="76" inputType="text" id="column13" value="์ž…์‚ฌ์ผ" displayMode="label"></w2:column> <w2:column width="70" inputType="text" id="column12" value="์ง์œ„" displayMode="label"></w2:column> <w2:column width="70" inputType="text" id="column11" value="์—ญํ• " displayMode="label"></w2:column> <w2:column width="70" inputType="text" id="column10" value="์†Œ์†" displayMode="label"></w2:column> <w2:column width="175" inputType="text" id="column9" value="์ด๋ฉ”์ผ" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody2"> <w2:row style="" id="row4"> <w2:column width="70" inputType="text" id="EMP_CD" displayMode="label"></w2:column> <w2:column width="70" inputType="text" id="EMP_NM" displayMode="label"></w2:column> <w2:column width="60" inputType="text" id="GENDER_CD" displayMode="label" value=""></w2:column> <w2:column width="76" inputType="text" id="JOIN_DATE" displayMode="label" value="" dataType="date" displayFormat="yyyy-MM-dd"></w2:column> <w2:column width="70" inputType="text" id="POSITION_CD" displayMode="label"></w2:column> <w2:column width="70" inputType="text" id="ROLE_CD" displayMode="label"></w2:column> <w2:column width="70" inputType="text" id="group" displayMode="label"></w2:column> <w2:column width="175" inputType="text" id="EMAIL" displayMode="label" textAlign="left"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="์†์„ฑ autoFitMinWidth ๋ฏธ์„ค์ •" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์†์„ฑ autoFit๋งŒ ์„ค์ •๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;GridView์˜ ๊ฐ€๋กœ ์Šคํฌ๋กค์ด ์—†๋Š” ์ƒํƒœ์ž…๋‹ˆ๋‹ค." style=""></w2:textbox> <w2:gridView autoFit="allColumn" class="gvw" dataList="data:dlt_member" defaultCellHeight="24" id="" style="height: 100px;" visibleRowNum="all"> <w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption> <w2:header id="header2" style=""> <w2:row id="row3" style=""> <w2:column displayMode="label" id="column16" inputType="text" value="์‚ฌ๋ฒˆ" width="70"></w2:column> <w2:column displayMode="label" id="column15" inputType="text" value="์„ฑ๋ช…" width="70"></w2:column> <w2:column displayMode="label" id="column14" inputType="text" value="์„ฑ๋ณ„" width="60"></w2:column> <w2:column displayMode="label" id="column13" inputType="text" value="์ž…์‚ฌ์ผ" width="76"></w2:column> <w2:column displayMode="label" id="column12" inputType="text" value="์ง์œ„" width="70"></w2:column> <w2:column displayMode="label" id="column11" inputType="text" value="์—ญํ• " width="70"></w2:column> <w2:column displayMode="label" id="column10" inputType="text" value="์†Œ์†" width="70"></w2:column> <w2:column displayMode="label" id="column9" inputType="text" value="์ด๋ฉ”์ผ" width="175"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody2" style=""> <w2:row id="row4" style=""> <w2:column displayMode="label" id="EMP_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="EMP_NM" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="GENDER_CD" inputType="text" value="" width="60"></w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="JOIN_DATE" inputType="text" value="" width="76"> </w2:column> <w2:column displayMode="label" id="POSITION_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="ROLE_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="group" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="EMAIL" inputType="text" textAlign="left" width="175"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00173.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] inputType์ด checkbox๋กœ ์ง€์ •๋œ ์—ด์˜ ๊ธฐ๋ณธ ๊ฐ’ ์ง€์ •ํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20221230" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books_1" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="book_name" name="๋„์„œ๋ช…"></w2:column> <w2:column id="categoryLabel" name="๋ถ„๋ฅ˜" dataType="text"></w2:column> <w2:column id="chk_1" name="๊ธฐ๋ณธ๊ฐ’ ๋ฏธ์„ค์ • Checkbox" dataType="text"></w2:column> <w2:column id="chk_2" name="๊ธฐ๋ณธ๊ฐ’ ์„ค์ • Checkbox" dataType="text" defaultValue="0"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { scwin.setInitData(); }; /** * DataList์— Data ํ• ๋‹น */ scwin.setInitData = function () { var arrData = [ { "book_name": "๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ", "categoryLabel": "์ธ๋ฌธ" }, { "book_name": "์‚ฌ๋žŒ์ผ๊นŒ ์ƒํ™ฉ์ผ๊นŒ", "categoryLabel": "์ธ๋ฌธ" }, { "book_name": "๋ฌด์—‡์ด ์˜ณ์€๊ฐ€", "categoryLabel": "์ธ๋ฌธ" }, ]; dlt_books_1.setJSON(arrData); }; /** * ๋ฒ„ํŠผ [Data ์ถœ๋ ฅํ•˜๊ธฐ] ํด๋ฆญ ์‹œ * GridView ๋ฐ์ดํ„ฐ ์ถœ๋ ฅ */ scwin.btn_ex1_onclick = function (e) { var strLog; var jsnData; jsnData = dlt_books_1.getAllJSON(); //๋กœ๊ทธ ์ถœ๋ ฅ strLog = "[checkbox์˜ defaultValue ์„ค์ • ๋น„๊ตํ•˜๊ธฐ] dlt_books_1 ์ถœ๋ ฅ\n"; strLog += JSON.stringify(jsnData, null, "\t"); $c.frame.printExampleLog(strLog, txa_log, false); console.log(strLog); }; /** * textarea์˜ ๋กœ๊ทธ ์‚ญ์ œ */ scwin.btn_clearLog_onclick = function (e) { txa_log.setValue(""); };]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="GridView์˜ ์†์„ฑ InputType์„ checkbox๋กœ ๊ตฌ์„ฑํ•˜๊ณ  ๊ธฐ๋ณธ ๊ฐ’์„ ์„ค์ •ํ•˜๋Š” ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์ด ๊ธฐ๋Šฅ์€ GridView์™€ ์—ฐ๊ฒฐ๋œ DataList์˜ ์ปฌ๋Ÿผ ์†์„ฑ defaultValue๋ฅผ ์ง€์ •ํ•˜์—ฌ ๊ตฌํ˜„ํ•ฉ๋‹ˆ๋‹ค." style="" class=""> </w2:textbox> <w2:textbox class="" escape="false" id="" label="defaultValue๋Š” checkbox์™€ ์—ฐ๊ฒฐ๋œ ์ปฌ๋Ÿผ์˜ ๋ฐ์ดํ„ฐ๊ฐ€ ์—†๋Š” ๊ฒฝ์šฐ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;defaultValue๋ฅผ ์ง€์ •ํ•˜์ง€ ์•Š๋Š” ๊ฒฝ์šฐ ๊ธฐ๋ณธ ๊ฐ’์€ ๋นˆ ๋ฌธ์ž์—ด๋กœ ํ• ๋‹น๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="checkbox์˜ defaultValue ์„ค์ • ๋น„๊ตํ•˜๊ธฐ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="๋ฒ„ํŠผ [Data ์ถœ๋ ฅํ•˜๊ธฐ]๋ฅผ ํด๋ฆญํ•˜์—ฌ ์˜์—ญ [๋กœ๊ทธํ™•์ธ]์— ์ถœ๋ ฅ๋œ ๋ฐ์ดํ„ฐ๋ฅผ ๋น„๊ตํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="๊ธฐ๋ณธ ๊ฐ’ : ๋นˆ ๋ฌธ์ž์—ด, ์„ ํƒ๋œ ๊ฐ’ : 1, ์„ ํƒ ํ›„ ํ•ด์ œ๋œ ๊ฐ’ : 0" style=""> </w2:textbox> <xf:group class="mb_def_box nobottom" id="" style=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex1_onclick" id="btn_ex1" style="" type="button"> <xf:label><![CDATA[Data ์ถœ๋ ฅํ•˜๊ธฐ]]></xf:label> </xf:trigger> </xf:group> <w2:gridView class="gvw" dataList="data:dlt_books_1" defaultCellHeight="24" id="grd_exam1" style="height:100px;" visibleRowNum="3" visibleRowNumFix="true" rowNumWidth="20" autoFit="lastColumn" autoFitMinWidth="338"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column width="114" inputType="text" style="" id="column5" value="defaultValue ๋ฏธ์„ค์ •&lt;br/&gt;ID : chk_1" displayMode="label"> </w2:column> <w2:column width="114" inputType="text" style="" id="column6" value="defaultValue ์„ค์ •&lt;br/&gt;ID : chk_2" displayMode="label"></w2:column> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="110"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column width="114" inputType="checkbox" valueType="binary" style="" id="chk_1" value="" displayMode="label"> </w2:column> <w2:column width="114" inputType="checkbox" style="" id="chk_2" value="" displayMode="label" valueType="binary"></w2:column> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" width="110" value=""></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> <xf:group class="example_div_tb_style_wrap" id="" style=""> <xf:group class="example_div_tr_style" id="" style=""> <xf:group class="example_div_th_style" id=""> <w2:span class="mr_def txt_blue" id="" label="๋กœ๊ทธ ํ™•์ธ" style=""></w2:span> <xf:trigger class="com_example_btn_log_clear" ev:onclick="scwin.btn_clearLog_onclick" id="btn_clearLog" style="" title="๋กœ๊ทธ ์‚ญ์ œ" type="button"> <xf:label><![CDATA[๊ฒ€์ƒ‰ ์ทจ์†Œ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="example_div_td_style" id="" style=""> <xf:textarea class="com_example_txa_log" id="txa_log" spellcheck="false" style="width: 100%;height: 140px;"></xf:textarea> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00172.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] ์„ ํƒ๋œ cell ๋˜๋Š” row์˜ ๋ฐฐ๊ฒฝ์ƒ‰ ์ง€์ •ํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20221230" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="book_name" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="price" name="์ •๊ฐ€"></w2:column> <w2:column id="published_date" name="์ถœ๊ฐ„์ผ" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <book_name><![CDATA[์‚ฌ๋žŒ์ผ๊นŒ ์ƒํ™ฉ์ผ๊นŒ]]></book_name> <price><![CDATA[28000]]></price> <published_date><![CDATA[20190826]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋‚ด๊ฐ€ ํ‹€๋ฆด ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค]]></book_name> <price><![CDATA[16000]]></price> <published_date><![CDATA[20220418]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ]]></book_name> <price><![CDATA[18000]]></price> <published_date><![CDATA[20201201]]></published_date> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='GridView์˜ ์„ ํƒ๋œ cell๊ณผ row์˜ ๋ฐฐ๊ฒฝ์ƒ‰์„ ์ง€์ •ํ•˜๋Š” ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;๊ด€๋ จ๋œ ์†์„ฑ์€ selectedRowColor, selectedRowOverColor, selectedCellColor, selectedCellOverColor์ž…๋‹ˆ๋‹ค.&lt;br/&gt;GridView์˜ ์†์„ฑ focusMode์˜ ์„ค์ •๊ฐ’์— ๋”ฐ๋ฅธ ๋™์ž‘์„ ๋น„๊ตํ•ฉ๋‹ˆ๋‹ค.' style=""> </w2:textbox> <w2:textbox escape="false" id="" label="์˜ˆ์ œ์˜ GridView์—๋Š” ์†์„ฑ์ด ๋™์ผํ•˜๊ฒŒ ์ง€์ •๋˜์—ˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;๊ฐ ์†์„ฑ์— ์ง€์ •๋œ ๋ฐฐ๊ฒฝ์ƒ‰์€ ์•„๋ž˜์™€ ๊ฐ™์Šต๋‹ˆ๋‹ค.&lt;br/&gt;- selectedCellColor : chocolate //์„ ํƒ๋œ cell์˜ ๋ฐฐ๊ฒฝ์ƒ‰์ด chocolate๋กœ ๋ณ€๊ฒฝ๋ฉ๋‹ˆ๋‹ค.&lt;br/&gt;- selectedCellOverColor : green //์„ ํƒ๋œ cell์— ๋งˆ์šฐ์Šค๋ฅผ overํ•˜๋ฉด ๋ฐฐ๊ฒฝ์ƒ‰์ด green์œผ๋กœ ๋ณ€๊ฒฝ๋ฉ๋‹ˆ๋‹ค.&lt;br/&gt;- selectedRowColor : yellow //์„ ํƒ๋œ row์˜ ๋ฐฐ๊ฒฝ์ƒ‰์ด yellow๋กœ ๋ณ€๊ฒฝ๋ฉ๋‹ˆ๋‹ค.&lt;br/&gt;- selectedRowOverColor : skyblue //์„ ํƒ๋œ row์— ๋งˆ์šฐ์Šค๋ฅผ overํ•˜๋ฉด ๋ฐฐ๊ฒฝ์ƒ‰์ด skyblue๋กœ ๋ณ€๊ฒฝ๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="(๊ธฐ๋ณธ์„ค์ •) focusMode : cell" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์…€ ์„ ํƒ ์‹œ ํฌ์ปค์Šค(์„ ํƒ) ๋ฒ”์œ„๊ฐ€ ์…€(Cell) ๋‹จ์œ„์ž…๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView autoFit="allColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" id="grd_exam1" rowNumVisible="true" rowNumWidth="26" style="height:100px;" visibleRowNum="3" visibleRowNumFix="true" selectedRowColor="yellow" selectedRowOverColor="skyblue" selectedCellColor="chocolate" selectedCellOverColor="green" focusMode="cell"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="178"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="63"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="83"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" width="178"></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="63"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" width="83"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="focusMode : row" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์…€ ์„ ํƒ ์‹œ ํฌ์ปค์Šค(์„ ํƒ) ๋ฒ”์œ„๊ฐ€ ํ–‰(Row) ๋‹จ์œ„์ž…๋‹ˆ๋‹ค." style=""></w2:textbox> <w2:gridView autoFit="allColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" focusMode="row" id="grd_exam2" rowNumVisible="true" rowNumWidth="26" style="height:100px;" visibleRowNum="3" visibleRowNumFix="true" selectedRowColor="yellow" selectedRowOverColor="skyblue" selectedCellColor="chocolate" selectedCellOverColor="green"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="178"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="63"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="83"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" width="178"></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="63"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" width="83"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="focusMode : both" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์…€ ์„ ํƒ ์‹œ ํฌ์ปค์Šค(์„ ํƒ) ๋ฒ”์œ„๊ฐ€ ์…€(Cell)+ํ–‰(Row) ๋‹จ์œ„์ž…๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView autoFit="allColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" focusMode="both" id="grd_exam3" rowNumVisible="true" rowNumWidth="26" style="height:100px;" visibleRowNum="3" visibleRowNumFix="true" selectedRowColor="yellow" selectedRowOverColor="skyblue" selectedCellColor="chocolate" selectedCellOverColor="green"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="178"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="63"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="83"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" width="178"></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="63"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" width="83"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="focusMode : none" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์…€ ์„ ํƒ ์‹œ ํฌ์ปค์Šค(์„ ํƒ)๊ฐ€ ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค." style=""></w2:textbox> <w2:gridView autoFit="allColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" focusMode="none" id="grd_exam4" rowNumVisible="true" rowNumWidth="26" style="height:100px;" visibleRowNum="3" visibleRowNumFix="true" selectedRowColor="yellow" selectedRowOverColor="skyblue" selectedCellColor="chocolate" selectedCellOverColor="green"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="178"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="63"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="83"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" width="178"></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="63"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" width="83"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00166.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] ์ปฌ๋Ÿผ์˜ ๋„ˆ๋น„๋ฅผ ๊ทธ๋ฆฌ๋“œ ๋„ˆ๋น„์— ๋งž์ถฐ ์ž๋™ ์กฐ์ ˆํ•˜๊ธฐ - ์†์„ฑ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20221223" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="book_name" name="๋„์„œ๋ช…"></w2:column> <w2:column id="published_date" name="์ถœ๊ฐ„์ผ" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true" xmlns=""> <w2:row> <book_name><![CDATA[๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ]]></book_name> <published_date><![CDATA[20201201]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋ถˆํŽธํ•œ ํŽธ์˜์ ]]></book_name> <published_date><![CDATA[20210420]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[์‚ฌ๋žŒ์ผ๊นŒ ์ƒํ™ฉ์ผ๊นŒ]]></book_name> <published_date><![CDATA[20190826]]></published_date> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='GridView์˜ ์†์„ฑ autoFit์˜ ์„ค์ • ๊ฐ’ ๋น„๊ต ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์†์„ฑ autoFit์€ ๊ทธ๋ฆฌ๋“œ๋ทฐ ์ปฌ๋Ÿผ์˜ ํญ์„ ๊ทธ๋ฆฌ๋“œ๋ทฐ์˜ ๋„ˆ๋น„์— ๋งž์ถฐ ์ž๋™์œผ๋กœ ์กฐ์ ˆํ•˜๋Š” ๊ธฐ๋Šฅ์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.' style=""> </w2:textbox> <xf:group class="" id="" style="" tagname="details"> <w2:textbox escape="false" id="" label="๋”๋ณด๊ธฐ" style="" tagname="summary"> </w2:textbox> <w2:textbox class="ws_example_txt_desc_info" escape="false" id="" label="์†์„ฑ autoFit์„ ์„ค์ •ํ•˜๋ฉด ๊ทธ๋ฆฌ๋“œ๋ทฐ์— ๊ฐ€๋กœ ์Šคํฌ๋กค์ด ์ƒ๊ธฐ์ง€ ์•Š์Šต๋‹ˆ๋‹ค.&lt;br/&gt;๊ทธ๋ฆฌ๋“œ๋ทฐ์˜ ๋„ˆ๋น„๊ฐ€ ๊ธฐ์ค€ ๊ฐ’๋ณด๋‹ค ์ž‘์„ ๋•Œ ๊ฐ€๋กœ ์Šคํฌ๋กค์ด ์ƒ๊ธฐ๋„๋ก ์„ค์ •ํ•˜๊ณ ์ž ํ•˜๋Š” ๊ฒฝ์šฐ ์†์„ฑ autoFitMinWidth๋ฅผ ์ถ”๊ฐ€ ์ง€์ •ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;์ด ์˜ˆ์ œ๋Š” ์•„๋ž˜์˜ ๋งํฌ์—์„œ ํ™•์ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group id="" style=""> <w2:span class="mr_def" id="" label="๋งํฌ : " style=""></w2:span> <w2:anchor class="example_ref_link" ev:onclick="$c.frame.openExamPage" id="btn_ref_link__" outerDiv="false" style="" userData1="P00167"> <xf:label><![CDATA[์˜ˆ์ œ ํŽ˜์ด์ง€ ์—ด๊ธฐ(ID:P00167)]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="(๊ธฐ๋ณธ์„ค์ •) autoFit - none" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="๊ทธ๋ฆฌ๋“œ๋ทฐ ์šฐ์ธก์— ์—ฌ๋ฐฑ์ด ์žˆ์Šต๋‹ˆ๋‹ค." style=""></w2:textbox> <w2:gridView class="gvw" dataList="data:dlt_books" id="" style="height: 90px;" visibleRowNum="all" defaultCellHeight="24" autoFit="none" readOnly="true"> <w2:caption style="" id="caption1" value="this is a grid caption."></w2:caption> <w2:header style="" id="header1"> <w2:row style="" id="row1"> <w2:column width="74" inputType="text" style="" id="column1" value="์ถœ๊ฐ„์ผ" displayMode="label"></w2:column> <w2:column width="110" inputType="text" style="" id="column3" value="๋„์„œ๋ช…" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="74" inputType="text" style="" id="published_date" value="" displayMode="label" dataType="date" displayFormat="yyyy-MM-dd"> </w2:column> <w2:column width="110" inputType="text" style="" id="book_name" value="" displayMode="label" textAlign="left"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="autoFit - lastColumn" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="๊ทธ๋ฆฌ๋“œ๋ทฐ์˜ ์—ฌ๋ฐฑ์„ ๋งˆ์ง€๋ง‰ ์ปฌ๋Ÿผ์˜ ํญ์— ํ• ๋‹นํ•ฉ๋‹ˆ๋‹ค." style=""></w2:textbox> <w2:gridView autoFit="lastColumn" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" id="" readOnly="true" style="height: 90px;" visibleRowNum="all"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column1" inputType="text" style="" value="์ถœ๊ฐ„์ผ" width="74"></w2:column> <w2:column displayMode="label" id="column3" inputType="text" style="" value="๋„์„œ๋ช…" width="110"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" style="" value="" width="74"> </w2:column> <w2:column displayMode="label" id="book_name" inputType="text" style="" textAlign="left" value="" width="110"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="autoFit - allColumn" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="๊ทธ๋ฆฌ๋“œ๋ทฐ์˜ ์—ฌ๋ฐฑ์„ ๋ชจ๋“  ์ปฌ๋Ÿผ์˜ ํญ์— ๋ถ„๋ฐฐํ•ฉ๋‹ˆ๋‹ค." style=""></w2:textbox> <w2:gridView autoFit="allColumn" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" id="" readOnly="true" style="height: 90px;" visibleRowNum="all"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column1" inputType="text" style="" value="์ถœ๊ฐ„์ผ" width="74"></w2:column> <w2:column displayMode="label" id="column3" inputType="text" style="" value="๋„์„œ๋ช…" width="110"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" style="" value="" width="74"> </w2:column> <w2:column displayMode="label" id="book_name" inputType="text" style="" textAlign="left" value="" width="110"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00199.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] ์—ด ๊ณ ์ •ํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20230127" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList id="dlt_member" saveRemovedData="true"> <w2:columnInfo> <w2:column id="EMP_CD" name="์‚ฌ๋ฒˆ" dataType="number"></w2:column> <w2:column id="EMP_NM" name="์„ฑ๋ช…" dataType="text"></w2:column> <w2:column id="GENDER_CD" name="์„ฑ๋ณ„" dataType="text"></w2:column> <w2:column id="JOIN_DATE" name="์ž…์‚ฌ์ผ" dataType="text"></w2:column> <w2:column id="POSITION_CD" name="์ง์œ„" dataType="text"></w2:column> <w2:column id="ROLE_CD" name="์—ญํ• " dataType="text"></w2:column> <w2:column id="group" name="์†Œ์†" dataType="text"></w2:column> <w2:column id="EMAIL" name="์ด๋ฉ”์ผ" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <EMP_CD><![CDATA[10001334]]></EMP_CD> <EMP_NM><![CDATA[์ „์„ฑ์€]]></EMP_NM> <GENDER_CD><![CDATA[์—ฌ]]></GENDER_CD> <JOIN_DATE><![CDATA[20021201]]></JOIN_DATE> <POSITION_CD><![CDATA[์ฐจ์žฅ]]></POSITION_CD> <ROLE_CD><![CDATA[ํผ๋ธ”๋ฆฌ์‹ฑ]]></ROLE_CD> <group><![CDATA[๋ณธ์‚ฌ]]></group> <EMAIL><![CDATA[[email protected]]]></EMAIL> </w2:row> <w2:row> <EMP_CD><![CDATA[10001337]]></EMP_CD> <EMP_NM><![CDATA[๋งˆ์ •์—ฐ]]></EMP_NM> <GENDER_CD><![CDATA[๋‚จ]]></GENDER_CD> <JOIN_DATE><![CDATA[20120430]]></JOIN_DATE> <POSITION_CD><![CDATA[์‚ฌ์›]]></POSITION_CD> <ROLE_CD><![CDATA[๊ฐœ๋ฐœ]]></ROLE_CD> <group><![CDATA[๋ณธ์‚ฌ]]></group> <EMAIL><![CDATA[[email protected]]]></EMAIL> </w2:row> <w2:row> <EMP_CD><![CDATA[10001335]]></EMP_CD> <EMP_NM><![CDATA[๋™์„ธํฌ]]></EMP_NM> <GENDER_CD><![CDATA[์—ฌ]]></GENDER_CD> <JOIN_DATE><![CDATA[20050401]]></JOIN_DATE> <POSITION_CD><![CDATA[๋ถ€์žฅ]]></POSITION_CD> <ROLE_CD><![CDATA[๋””์ž์ธ]]></ROLE_CD> <group><![CDATA[๋ณธ์‚ฌ]]></group> <EMAIL><![CDATA[[email protected]]]></EMAIL> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; /** * ๋ฒ„ํŠผ [์ขŒ์ธก 2๋ฒˆ์งธ ์—ด๊นŒ์ง€ ๊ณ ์ •ํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_1_onclick = function (e) { //GridView 'grd_exam4'์˜ ์ขŒ์ธก์—์„œ ๋‘๋ฒˆ์งธ ์—ด๊นŒ์ง€ ๊ณ ์ •ํ•˜๊ธฐ grd_exam4.setFixedColumn(2); }; /** * ๋ฒ„ํŠผ [์šฐ์ธก 1๋ฒˆ์งธ ์—ด๊นŒ์ง€ ๊ณ ์ •ํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_2_onclick = function (e) { //GridView 'grd_exam4'์˜ ์šฐ์ธก์—์„œ ์ฒซ๋ฒˆ์งธ ์—ด๊นŒ์ง€ ๊ณ ์ •ํ•˜๊ธฐ grd_exam4.setFixedRightColumn(1); }; /** * ๋ฒ„ํŠผ [์—ด ๊ณ ์ • ๋ชจ๋‘ ํ•ด์ œํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_3_onclick = function (e) { //GridView 'grd_exam4'์˜ ์—ด ๊ณ ์ • ํ•ด์ œ grd_exam4.setFixedColumn(0); grd_exam4.setFixedRightColumn(0); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='GridView์˜ ์—ด ๊ณ ์ • ๊ธฐ๋Šฅ ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์ด ๊ธฐ๋Šฅ์€ ์•„๋ž˜์˜ ์†์„ฑ๊ณผ ํ•จ์ˆ˜๋กœ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;- fixedColumn : (์†์„ฑ) ์ขŒ์ธก ์—ด ๊ณ ์ •&lt;br/&gt;- fixedRightColumn : (์†์„ฑ) ์šฐ์ธก ์—ด ๊ณ ์ •&lt;br/&gt;- setFixedColumn : (ํ•จ์ˆ˜) ์ขŒ์ธก ์—ด ๊ณ ์ •&lt;br/&gt;- setFixedRightColumn : (ํ•จ์ˆ˜) ์šฐ์ธก ์—ด ๊ณ ์ •' style=""> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="์ขŒ์ธก ์—ด ๊ณ ์ • ์ ์šฉ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์ขŒ์ธก ์ฒซ ๋ฒˆ์งธ ์—ด์ด ๊ณ ์ •๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView class="gvw" dataList="data:dlt_member" id="" style="height: 100px;" defaultCellHeight="24" visibleRowNum="all" autoFit="none" fixedColumn="1" scrollByColumn="true"> <w2:caption style="" id="caption2" value="this is a grid caption."></w2:caption> <w2:header style="" id="header2"> <w2:row style="" id="row3"> <w2:column width="70" inputType="text" id="column16" value="์‚ฌ๋ฒˆ" displayMode="label"></w2:column> <w2:column width="70" inputType="text" id="column15" value="์„ฑ๋ช…" displayMode="label"></w2:column> <w2:column width="56" inputType="text" id="column14" value="์„ฑ๋ณ„" displayMode="label"></w2:column> <w2:column width="170" inputType="text" style="" id="column17" value="์ด๋ฉ”์ผ" displayMode="label"></w2:column> <w2:column width="76" inputType="text" id="column13" value="์ž…์‚ฌ์ผ" displayMode="label"></w2:column> <w2:column width="70" inputType="text" id="column12" value="์ง์œ„" displayMode="label"></w2:column> <w2:column width="70" inputType="text" id="column11" value="์—ญํ• " displayMode="label"></w2:column> <w2:column width="50" inputType="text" id="column10" value="์†Œ์†" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody2"> <w2:row style="" id="row4"> <w2:column width="70" inputType="text" id="EMP_CD" displayMode="label"></w2:column> <w2:column width="70" inputType="text" id="EMP_NM" displayMode="label"></w2:column> <w2:column width="56" inputType="text" id="GENDER_CD" displayMode="label" value=""></w2:column> <w2:column width="170" inputType="text" style="" id="EMAIL" value="" displayMode="label" textAlign="left"></w2:column> <w2:column width="76" inputType="text" id="JOIN_DATE" displayMode="label" value="" dataType="date" displayFormat="yyyy-MM-dd"> </w2:column> <w2:column width="70" inputType="text" id="POSITION_CD" displayMode="label"></w2:column> <w2:column width="70" inputType="text" id="ROLE_CD" displayMode="label"></w2:column> <w2:column width="50" inputType="text" id="group" displayMode="label" value=""></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="์šฐ์ธก ์—ด ๊ณ ์ • ์ ์šฉ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์šฐ์ธก ์ฒซ ๋ฒˆ์งธ ์—ด์ด ๊ณ ์ •๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView autoFit="none" class="gvw" dataList="data:dlt_member" defaultCellHeight="24" fixedRightColumn="1" id="" style="height: 100px;" visibleRowNum="all" scrollByColumn="true"> <w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption> <w2:header id="header2" style=""> <w2:row id="row3" style=""> <w2:column displayMode="label" id="column16" inputType="text" value="์‚ฌ๋ฒˆ" width="70"></w2:column> <w2:column displayMode="label" id="column15" inputType="text" value="์„ฑ๋ช…" width="70"></w2:column> <w2:column displayMode="label" id="column14" inputType="text" value="์„ฑ๋ณ„" width="56"></w2:column> <w2:column width="170" inputType="text" style="" id="column17" value="์ด๋ฉ”์ผ" displayMode="label"></w2:column> <w2:column displayMode="label" id="column13" inputType="text" value="์ž…์‚ฌ์ผ" width="76"></w2:column> <w2:column displayMode="label" id="column12" inputType="text" value="์ง์œ„" width="70"></w2:column> <w2:column displayMode="label" id="column11" inputType="text" value="์—ญํ• " width="70"></w2:column> <w2:column displayMode="label" id="column10" inputType="text" value="์†Œ์†" width="50"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody2" style=""> <w2:row id="row4" style=""> <w2:column displayMode="label" id="EMP_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="EMP_NM" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="GENDER_CD" inputType="text" value="" width="56"></w2:column> <w2:column width="170" inputType="text" style="" id="EMAIL" value="" displayMode="label" textAlign="left"></w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="JOIN_DATE" inputType="text" value="" width="76"> </w2:column> <w2:column displayMode="label" id="POSITION_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="ROLE_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="group" inputType="text" width="50" value=""></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="์ขŒ์ธก๊ณผ ์šฐ์ธก ์—ด ๊ณ ์ • ์ ์šฉ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์ขŒ์ธก๊ณผ ์šฐ์ธก์˜ ์ฒซ ๋ฒˆ์งธ ์—ด์ด ๊ณ ์ •๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView autoFit="none" class="gvw" dataList="data:dlt_member" defaultCellHeight="24" fixedRightColumn="1" id="" style="height: 100px;" visibleRowNum="all" fixedColumn="1" scrollByColumn="true"> <w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption> <w2:header id="header2" style=""> <w2:row id="row3" style=""> <w2:column displayMode="label" id="column16" inputType="text" value="์‚ฌ๋ฒˆ" width="70"></w2:column> <w2:column displayMode="label" id="column15" inputType="text" value="์„ฑ๋ช…" width="70"></w2:column> <w2:column displayMode="label" id="column14" inputType="text" value="์„ฑ๋ณ„" width="56"></w2:column> <w2:column width="170" inputType="text" style="" id="column17" value="์ด๋ฉ”์ผ" displayMode="label"></w2:column> <w2:column displayMode="label" id="column13" inputType="text" value="์ž…์‚ฌ์ผ" width="76"></w2:column> <w2:column displayMode="label" id="column12" inputType="text" value="์ง์œ„" width="70"></w2:column> <w2:column displayMode="label" id="column11" inputType="text" value="์—ญํ• " width="70"></w2:column> <w2:column displayMode="label" id="column10" inputType="text" value="์†Œ์†" width="50"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody2" style=""> <w2:row id="row4" style=""> <w2:column displayMode="label" id="EMP_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="EMP_NM" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="GENDER_CD" inputType="text" value="" width="56"></w2:column> <w2:column width="170" inputType="text" style="" id="EMAIL" value="" displayMode="label" textAlign="left"></w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="JOIN_DATE" inputType="text" value="" width="76"> </w2:column> <w2:column displayMode="label" id="POSITION_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="ROLE_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="group" inputType="text" width="50" value=""></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="์ขŒ์ธก๊ณผ ์šฐ์ธก ์—ด ๊ณ ์ • ์ ์šฉ - ์Šคํฌ๋ฆฝํŠธ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์•„๋ž˜์˜ ๋ฒ„ํŠผ์„ ํด๋ฆญํ•˜์—ฌ ๊ณ ์ •๋œ ์—ด์„ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="mb_def_box nobottom" id="" style=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex1_1_onclick" id="btn_ex1_1" style="" type="button"> <xf:label><![CDATA[์ขŒ์ธก 2๋ฒˆ์งธ ์—ด๊นŒ์ง€ ๊ณ ์ •ํ•˜๊ธฐ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex1_2_onclick" id="btn_ex1_2" style="" type="button"> <xf:label><![CDATA[์šฐ์ธก 1๋ฒˆ์งธ ์—ด๊นŒ์ง€ ๊ณ ์ •ํ•˜๊ธฐ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex1_3_onclick" id="btn_ex1_3" style="" type="button"> <xf:label><![CDATA[์—ด ๊ณ ์ • ๋ชจ๋‘ ํ•ด์ œํ•˜๊ธฐ]]></xf:label> </xf:trigger> </xf:group> <w2:gridView autoFit="none" class="gvw" dataList="data:dlt_member" defaultCellHeight="24" id="grd_exam4" style="height: 100px;" visibleRowNum="all" scrollByColumn="false"> <w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption> <w2:header id="header2" style=""> <w2:row id="row3" style=""> <w2:column displayMode="label" id="column16" inputType="text" value="์‚ฌ๋ฒˆ" width="70"></w2:column> <w2:column displayMode="label" id="column15" inputType="text" value="์„ฑ๋ช…" width="70"></w2:column> <w2:column displayMode="label" id="column14" inputType="text" value="์„ฑ๋ณ„" width="56"></w2:column> <w2:column width="170" inputType="text" style="" id="column17" value="์ด๋ฉ”์ผ" displayMode="label"></w2:column> <w2:column displayMode="label" id="column13" inputType="text" value="์ž…์‚ฌ์ผ" width="76"></w2:column> <w2:column displayMode="label" id="column12" inputType="text" value="์ง์œ„" width="70"></w2:column> <w2:column displayMode="label" id="column11" inputType="text" value="์—ญํ• " width="70"></w2:column> <w2:column displayMode="label" id="column10" inputType="text" value="์†Œ์†" width="50"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody2" style=""> <w2:row id="row4" style=""> <w2:column displayMode="label" id="EMP_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="EMP_NM" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="GENDER_CD" inputType="text" value="" width="56"></w2:column> <w2:column width="170" inputType="text" style="" id="EMAIL" value="" displayMode="label" textAlign="left"></w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="JOIN_DATE" inputType="text" value="" width="76"> </w2:column> <w2:column displayMode="label" id="POSITION_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="ROLE_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="group" inputType="text" width="50" value=""></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00204.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] ํŠน์ • ํ–‰์˜ ๋ฐฐ๊ฒฝ์ƒ‰ ์ง€์ •ํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20230130" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="book_name" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="price" name="์ •๊ฐ€"></w2:column> <w2:column id="published_date" name="์ถœ๊ฐ„์ผ" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <book_name><![CDATA[์‚ฌ๋žŒ์ผ๊นŒ ์ƒํ™ฉ์ผ๊นŒ]]></book_name> <price><![CDATA[28000]]></price> <published_date><![CDATA[20190826]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋‚ด๊ฐ€ ํ‹€๋ฆด ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค]]></book_name> <price><![CDATA[16000]]></price> <published_date><![CDATA[20220418]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ]]></book_name> <price><![CDATA[18000]]></price> <published_date><![CDATA[20201201]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[์ •๊ธ€๋งŒ๋ฆฌ]]></book_name> <price><![CDATA[16500]]></price> <published_date><![CDATA[20130701]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋ถˆํŽธํ•œ ํŽธ์˜์ ]]></book_name> <price><![CDATA[14000]]></price> <published_date><![CDATA[20210420]]></published_date> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; /** * ๋ฒ„ํŠผ [2๋ฒˆ์งธ ํ–‰์˜ ๋ฐฐ๊ฒฝ์ƒ‰์„ 'peru'๋กœ ์ง€์ •ํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_onclick = function (e) { //GridView 'grd_exam1'์˜ 2๋ฒˆ์งธ ํ–‰์˜ ๋ฐฐ๊ฒฝ์ƒ‰์„ 'peru'๋กœ ์ง€์ •ํ•˜๊ธฐ grd_exam1.setRowBackgroundColor(1, "peru"); }; /** * ๋ฒ„ํŠผ [1๋ฒˆ์งธ ํ–‰์— ๋ฐฐ๊ฒฝ์ƒ‰์„ '#9ACD32'๋กœ ์ง€์ •ํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex2_onclick = function (e) { //GridView 'grd_exam1'์˜ 1๋ฒˆ์งธ ํ–‰์˜ ๋ฐฐ๊ฒฝ์ƒ‰์„ '#9ACD32'๋กœ ์ง€์ •ํ•˜๊ธฐ grd_exam1.setRowBackgroundColor(0, "#9ACD32"); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='GridView์˜ ํŠน์ • ํ–‰์˜ ๋ฐฐ๊ฒฝ์ƒ‰์„ ์ง€์ •ํ•˜๋Š” ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์ด ๊ธฐ๋Šฅ์€ ํ•จ์ˆ˜ setRowBackgroundColor๋ฅผ ํ˜ธ์ถœํ•˜์—ฌ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.' style=""></w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="ํŠน์ • ํ–‰์˜ ๋ฐฐ๊ฒฝ์ƒ‰ ์ง€์ •ํ•˜๊ธฐ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์•„๋ž˜์˜ ๋ฒ„ํŠผ์„ ํด๋ฆญํ•˜๊ณ  GridView ํ–‰์˜ ๋ฐฐ๊ฒฝ์ƒ‰์„ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="mb_def_box nobottom" id="" style=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex1_onclick" id="btn_ex1" style="" type="button"> <xf:label><![CDATA[2๋ฒˆ์งธ ํ–‰์˜ ๋ฐฐ๊ฒฝ์ƒ‰์„ 'peru'๋กœ ์ง€์ •ํ•˜๊ธฐ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" id="btn_ex2" style="" type="button" ev:onclick="scwin.btn_ex2_onclick"> <xf:label><![CDATA[1๋ฒˆ์งธ ํ–‰์˜ ๋ฐฐ๊ฒฝ์ƒ‰์„ '#9ACD32'๋กœ ์ง€์ •ํ•˜๊ธฐ]]></xf:label> </xf:trigger> </xf:group> <w2:gridView autoFit="allColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" id="grd_exam1" style="height:100px;" visibleRowNum="4" visibleRowNumFix="true" rowNumVisible="true" rowNumWidth="26" readOnly="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="178"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="63"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="83"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" width="178"></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="63"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" width="83"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00210.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] ๋ฐ์ดํ„ฐ ํ•„ํ„ฐ ๋ชฉ๋ก์˜ ์ตœ์†Œ ๋„ˆ๋น„๋ฅผ ๋ฐ์ดํ„ฐ์˜ ์ตœ๋Œ€ ๊ธธ์ด๋กœ ์„ค์ •ํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20230210" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books_1" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="label" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="categoryLabel" name="๋ถ„๋ฅ˜"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList baseNode="list" id="dlt_books_2" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="label" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="categoryLabel" name="๋ถ„๋ฅ˜"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { scwin.setDataList(); }; /** * DataList์— ๋ฐ์ดํ„ฐ ํ• ๋‹น */ scwin.setDataList = function () { var arrData = [ { "label": "๊ฑฐ์˜ ๋ชจ๋“  ์ „์Ÿ์˜ ์—ญ์‚ฌ", "categoryLabel": "์—ญ์‚ฌ/๋ฌธํ™”" }, { "label": "๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๊ธฐ๋ถ„์„ ๊ด€๋ฆฌํ•˜๋ฉด ์ธ์ƒ์ด ๊ด€๋ฆฌ๋œ๋‹ค", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "๋‚˜๋Š” ๋‘”๊ฐํ•˜๊ฒŒ ์‚ด๊ธฐ๋กœ ํ–ˆ๋‹ค", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋‚˜๋กœ์„œ ์ถฉ๋ถ„ํžˆ ๊ดœ์ฐฎ์€ ์‚ฌ๋žŒ", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "๋‚˜์˜ ๋ฌธํ™”์œ ์‚ฐ๋‹ต์‚ฌ๊ธฐ", "categoryLabel": "์—ญ์‚ฌ/๋ฌธํ™”" }, { "label": "๋‚ด๊ฐ€ ํ‹€๋ฆด ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋„ˆ๋ฌด ์ž˜ํ•˜๋ ค๊ณ  ์• ์“ฐ์ง€ ๋งˆ๋ผ", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "๋‹น์‹ ์€ ๊ฒฐ๊ตญ ๋ฌด์—‡์ด๋“  ํ•ด๋‚ด๋Š” ์‚ฌ๋žŒ", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "๋งˆ์Œ์˜ ๋ฒ•์น™", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋งˆ์ง€๋ง‰ ๋ชฐ์ž…: ๋‚˜๋ฅผ ๋„˜์–ด์„œ๋Š” ํž˜", "categoryLabel": "์ž๊ธฐ๊ณ„๋ฐœ" }, { "label": "๋ฉ˜ํƒˆ์„ ๋ฐ”๊ฟ”์•ผ ์ธ์ƒ์ด ๋ฐ”๋€๋‹ค", "categoryLabel": "์ž๊ธฐ๊ณ„๋ฐœ" }, { "label": "๋ชจ๋“  ์‚ฌ๋žŒ์—๊ฒŒ ์ข‹์€ ์‚ฌ๋žŒ์ผ ํ•„์š”๋Š” ์—†์–ด", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "๋ฌด์—‡์ด ์˜ณ์€๊ฐ€", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋ฌธ๋ช…์˜ ๋ถ•๊ดด(Collapse)", "categoryLabel": "์—ญ์‚ฌ/๋ฌธํ™”" }, { "label": "๋ฏธ์›€๋ฐ›์„ ์šฉ๊ธฐ", "categoryLabel": "์ธ๋ฌธ" }, { "label": "๋ถˆํŽธํ•œ ํŽธ์˜์ ", "categoryLabel": "์†Œ์„ค" }, { "label": "์„ ์„ ๋„˜์ง€ ์•Š๋Š” ์‚ฌ๋žŒ์ด ์„ฑ๊ณตํ•œ๋‹ค", "categoryLabel": "์ž๊ธฐ๊ณ„๋ฐœ" }, { "label": "์šฐ๋ฆฌ๋Š” ์—ฌ์ „ํžˆ ์‚ถ์„ ์‚ฌ๋ž‘ํ•˜๋Š”๊ฐ€", "categoryLabel": "์ธ๋ฌธ" }, { "label": "์›์”ฝ(The One Thing)", "categoryLabel": "์ž๊ธฐ๊ณ„๋ฐœ" }, { "label": "์ž‘๋ณ„์ธ์‚ฌ", "categoryLabel": "์†Œ์„ค" }, { "label": "์ž˜ํ–ˆ๊ณ  ์ž˜ํ•˜๊ณ  ์žˆ๊ณ  ์ž˜ ๋  ๊ฒƒ์ด๋‹ค", "categoryLabel": "์‹œ/์—์„ธ์ด" }, { "label": "์ €๋งŒ์น˜ ํ˜ผ์ž์„œ", "categoryLabel": "์†Œ์„ค" }, { "label": "์ฑ…๋“ค์˜ ๋ถ€์—Œ", "categoryLabel": "์†Œ์„ค" }, { "label": "์ด ๊ท  ์‡ ", "categoryLabel": "์—ญ์‚ฌ/๋ฌธํ™”" } ]; dlt_books_1.setJSON(arrData); dlt_books_2.setJSON(arrData); };]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='GridView์˜ ํ—ค๋” ์ปฌ๋Ÿผ์˜ ์†์„ฑ autoFitFilterList์˜ ๊ธฐ๋Šฅ ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์†์„ฑ autoFitFilterList์€ ํ—ค๋” ์ปฌ๋Ÿผ์— ๋ฐ์ดํ„ฐ ํ•„ํ„ฐ๋ฅผ ๋ฆฌ์ŠคํŠธ ํ˜•ํƒœ๋กœ ์ง€์ •ํ•˜์˜€์„ ๋•Œ ๋™์ž‘ํ•˜๋Š” ๊ธฐ๋Šฅ์ž…๋‹ˆ๋‹ค.' style=""> </w2:textbox> <w2:textbox escape="false" id="" label="์•„๋ž˜๋Š” ์„ค์ • ๊ฐ’ ๋ณ„ ์„ค๋ช…์ž…๋‹ˆ๋‹ค.&lt;br/&gt;- false : (๊ธฐ๋ณธ ์„ค์ • ๊ฐ’) ๋ชฉ๋ก ๋ฐ•์Šค์˜ ๋„ˆ๋น„๋Š” ์ปฌ๋Ÿผ์˜ ๋„ˆ๋น„๋กœ ์ง€์ •๋ฉ๋‹ˆ๋‹ค.&lt;br/&gt;- true : &amp;nbsp;ํ•„ํ„ฐ ๋ชฉ๋ก ๋ฐ•์Šค์˜ ์ตœ์†Œ ๋„ˆ๋น„๊ฐ€๊ฐ€ ๋ฐ์ดํ„ฐ์˜ ์ตœ๋Œ€ ๊ธธ์ด๋กœ ์ง€์ •๋ฉ๋‹ˆ๋‹ค. (๋ชฉ๋ก ๋ฐ•์Šค์˜ ๋„ˆ๋น„๊ฐ€ ๋ฐ์ดํ„ฐ์˜ ์ตœ๋Œ€ ๊ธธ์ด๋ณด์ž ์ž‘์€ ๊ฒฝ์šฐ ์ ์šฉ)" style=""> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="ํ—ค๋” ์ปฌ๋Ÿผ์˜ ์†์„ฑ autoFitFilterList ์‚ฌ์šฉ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="ํ—ค๋” ์ปฌ๋Ÿผ '๋ถ„๋ฅ˜'์˜ ํ•„ํ„ฐ ์•„์ด์ฝ˜์„ ํด๋ฆญํ•˜๋ฉด ๋ฐ์ดํ„ฐ์˜ ๋ชฉ๋ก ๋ฐ•์Šค๊ฐ€ ํ‘œ์‹œ๋ฉ๋‹ˆ๋‹ค.&lt;br/&gt;๋ชฉ๋ก ๋ฐ•์Šค์˜ ๋„ˆ๋น„๊ฐ€ ๋ฐ์ดํ„ฐ์˜ ์ตœ๋Œ€ ๊ธธ์ด๋ณด๋‹ค ์ž‘์„ ๊ฒฝ์šฐ ๋ฐ•์Šค์˜ ๋„ˆ๋น„๋Š” ๋ฐ์ดํ„ฐ์˜ ์ตœ๋Œ€ ๊ธธ์ด๋กœ ์กฐ์ ˆ๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView autoFit="lastColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books_1" defaultCellHeight="24" id="" rowNumVisible="true" rowNumWidth="26" style="height:100px;" visibleRowNum="4" visibleRowNumFix="true" useFilterList="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column2" inputType="text" value="๋ถ„๋ฅ˜" width="68" useFilter="true" autoFitFilterList="true"> </w2:column> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="170"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="categoryLabel" inputType="text" value="" width="68"></w2:column> <w2:column displayMode="label" id="label" inputType="text" textAlign="left" width="170" value=""></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="(๊ธฐ๋ณธ ์„ค์ •) ํ—ค๋” ์ปฌ๋Ÿผ์˜ ์†์„ฑ autoFitFilterList ๋ฏธ์‚ฌ์šฉ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="ํ—ค๋” ์ปฌ๋Ÿฌ '๋ถ„๋ฅ˜'์˜ ํ•„ํ„ฐ ์•„์ด์ฝ˜์„ ํด๋ฆญํ•˜๋ฉด ๋ฐ์ดํ„ฐ์˜ ๋ชฉ๋ก ๋ฐ•์Šค๊ฐ€ ํ‘œ์‹œ๋ฉ๋‹ˆ๋‹ค.&lt;br/&gt;๋ชฉ๋ก ๋ฐ•์Šค์˜ ๋„ˆ๋น„๊ฐ€ ์ปฌ๋Ÿผ์˜ ๋„ˆ๋น„๋กœ ์ง€์ •๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView autoFit="lastColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books_2" defaultCellHeight="24" id="" rowNumVisible="true" rowNumWidth="26" style="height:100px;" useFilterList="true" visibleRowNum="4" visibleRowNumFix="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column autoFitFilterList="false" displayMode="label" id="column2" inputType="text" useFilter="true" value="๋ถ„๋ฅ˜" width="68"> </w2:column> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="170"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="categoryLabel" inputType="text" value="" width="68"></w2:column> <w2:column displayMode="label" id="label" inputType="text" textAlign="left" width="170" value=""></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00238.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] ์—‘์…€ ๋‹ค์šด๋กœ๋“œ ์‹œ ์Šคํƒ€์ผ ์ง€์ •ํ•˜๊ธฐ - ํ–‰๋ฒˆํ˜ธ(rowNum)"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20230310" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="category1" name="๋Œ€๋ถ„๋ฅ˜"></w2:column> <w2:column dataType="text" id="title" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="row3_1" name="์ƒ๋ฐ˜๊ธฐ"></w2:column> <w2:column dataType="text" id="row3_2" name="ํ•˜๋ฐ˜๊ธฐ"></w2:column> </w2:columnInfo> <w2:data use="true" xmlns=""> <w2:row> <category1><![CDATA[์†Œ์„ค]]></category1> <row3_1><![CDATA[200]]></row3_1> <row3_2><![CDATA[300]]></row3_2> <title><![CDATA[์นผ์˜ ๋…ธ๋ž˜]]></title> </w2:row> <w2:row> <category1><![CDATA[์†Œ์„ค]]></category1> <row3_1><![CDATA[300]]></row3_1> <row3_2><![CDATA[200]]></row3_2> <title><![CDATA[ํƒœ๋ฐฑ์‚ฐ๋งฅ]]></title> </w2:row> <w2:row> <category1><![CDATA[์†Œ์„ค]]></category1> <row3_1><![CDATA[400]]></row3_1> <row3_2><![CDATA[200]]></row3_2> <title><![CDATA[๋‹ฌ๊ณผ 6ํŽœ์Šค]]></title> </w2:row> <w2:row> <category1><![CDATA[์—ญ์‚ฌ/๋ฌธํ™”]]></category1> <row3_1><![CDATA[600]]></row3_1> <row3_2><![CDATA[300]]></row3_2> <title><![CDATA[์กฐ์„ ์™•์กฐ์‹ค๋ก]]></title> </w2:row> <w2:row> <category1><![CDATA[์—ญ์‚ฌ/๋ฌธํ™”]]></category1> <row3_1><![CDATA[1200]]></row3_1> <row3_2><![CDATA[900]]></row3_2> <title><![CDATA[๋‚œ์ค‘์ผ๊ธฐ]]></title> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; /** * ๋ฒ„ํŠผ [์—‘์…€ ๋‹ค์šด๋กœ๋“œ - ๊ธฐ๋ณธ] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_onclick = function (e) { var jsnOptions; jsnOptions = { fileName: "SP5_EXAMPLE_P00238_TYPE1.xlsx", //์—‘์…€์˜ ํŒŒ์ผ๋ช… useSubTotal: "true", //subTotal ํ‘œ์‹œ useStyle: "false", //ํ•„์ˆ˜ ์ง€์ • rowNumVisible: "true" //ํ–‰ ๋ฒˆํ˜ธ(rowNum) ์ถœ๋ ฅ }; grd_exam1.advancedExcelDownload(jsnOptions); }; /** * ๋ฒ„ํŠผ [์—‘์…€ ๋‹ค์šด๋กœ๋“œ - ํ–‰ ๋ฒˆํ˜ธ์˜ ์Šคํƒ€์ผ ์ ์šฉ] ํด๋ฆญ ์‹œ */ scwin.btn_ex2_onclick = function (e) { var jsnOptions; jsnOptions = { fileName: "SP5_EXAMPLE_P00238_TYPE2.xlsx", //์—‘์…€์˜ ํŒŒ์ผ๋ช… useSubTotal: "true", //ํ•„์ˆ˜ ์ง€์ • - subTotal ํ‘œ์‹œ useStyle: "false", //ํ•„์ˆ˜ ์ง€์ • rowNumVisible: "true", //ํ–‰ ๋ฒˆํ˜ธ(rowNum) ์ถœ๋ ฅ rowNumHeaderValue: "NO", //ํ–‰ ๋ฒˆํ˜ธ์˜ ํ—ค๋” ๋ฌธ์ž์—ด rowNumHeaderColor: "green", //ํ–‰ ๋ฒˆํ˜ธ ํ—ค๋” ์˜์—ญ ๋ฐฐ๊ฒฝ์ƒ‰ rowNumHeaderFontName: "Arial", //ํ–‰ ๋ฒˆํ˜ธ ํ—ค๋” ์˜์—ญ ๊ธ€์ž์ฒด rowNumHeaderFontSize: "14", //ํ–‰ ๋ฒˆํ˜ธ ํ—ค๋” ์˜์—ญ ๊ธ€์ž ํฌ๊ธฐ rowNumHeaderFontColor: "white", //ํ–‰ ๋ฒˆํ˜ธ ํ—ค๋” ์˜์—ญ ๊ธ€์ž์ƒ‰ rowNumBodyColor: "green", //ํ–‰ ๋ฒˆํ˜ธ ๋ฐ”๋”” ์˜์—ญ ๋ฐฐ๊ฒฝ์ƒ‰ rowNumBodyFontName: "Arial", //ํ–‰ ๋ฒˆํ˜ธ ๋ฐ”๋”” ์˜์—ญ ๊ธ€์ž์ฒด rowNumBodyFontSize: "14", //ํ–‰ ๋ฒˆํ˜ธ ๋ฐ”๋”” ์˜์—ญ ๊ธ€์ž ํฌ๊ธฐ rowNumBodyFontColor: "white", //ํ–‰ ๋ฒˆํ˜ธ ๋ฐ”๋”” ์˜์—ญ ๊ธ€์ž์ƒ‰ rowNumFooterColor: "green", //ํ–‰ ๋ฒˆํ˜ธ ํ‘ธํ„ฐ ์˜์—ญ ๋ฐฐ๊ฒฝ์ƒ‰ rowNumFooterFontName: "Arial", //ํ–‰ ๋ฒˆํ˜ธ ํ‘ธํ„ฐ ์˜์—ญ ๊ธ€์ž์ฒด rowNumFooterFontSize: "14", //ํ–‰ ๋ฒˆํ˜ธ ํ‘ธํ„ฐ ์˜์—ญ ๊ธ€์ž ํฌ๊ธฐ rowNumFooterFontColor: "white", //ํ–‰ ๋ฒˆํ˜ธ ํ‘ธํ„ฐ ์˜์—ญ ๊ธ€์ž์ƒ‰ rowNumSubTotalColor: "green", //ํ–‰ ๋ฒˆํ˜ธ ์„œ๋ธŒํ† ํƒˆ ์˜์—ญ ๋ฐฐ๊ฒฝ์ƒ‰ rowNumSubTotalFontName: "Arial", //ํ–‰ ๋ฒˆํ˜ธ ์„œ๋ธŒํ† ํƒˆ ์˜์—ญ ๊ธ€์ž์ฒด rowNumSubTotalFontSize: "14", //ํ–‰ ๋ฒˆํ˜ธ ์„œ๋ธŒํ† ํƒˆ ์˜์—ญ ๊ธ€์ž ํฌ๊ธฐ rowNumSubTotalFontColor: "white" //ํ–‰ ๋ฒˆํ˜ธ ์„œ๋ธŒํ† ํƒˆ ์˜์—ญ ๊ธ€์ž์ƒ‰ }; //GridView "grd_exam1"์˜ ์—‘์…€ ๋‹ค์šด๋กœ๋“œ ์‹คํ–‰ grd_exam1.advancedExcelDownload(jsnOptions); };]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents"> <xf:group class="ws_example_grp_desc"> <w2:textbox class="" escape="false" label="GridView์˜ ์—‘์…€ ๋‹ค์šด๋กœ๋“œ(ํ•จ์ˆ˜ 'advancedExcelDownload') ์˜ต์…˜ ์ค‘ ํ–‰ ๋ฒˆํ˜ธ(rowNum) ์˜์—ญ์˜ ์Šคํƒ€์ผ์„ ์ ์šฉํ•  ์ˆ˜ ์žˆ๋Š” ์˜ต์…˜ ์„ค์ •์˜ ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์Šคํƒ€์ผ์„ ์ง€์ •ํ•  ์ˆ˜ ์žˆ๋Š” ์˜ต์…˜์€ ์•„๋ž˜์™€ ๊ฐ™์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group id="" style="" tagname="details"> <w2:textbox class="" id="" label="์˜ต์…˜ ๋ณด๊ธฐ" style="" tagname="summary"></w2:textbox> <w2:textbox class="" id="" label='- rowNumHeaderColor : ํ–‰ ๋ฒˆํ˜ธ ํ‘œ์‹œ ์ปฌ๋Ÿผ์˜ header ๋ฐฐ๊ฒฝ์ƒ‰&lt;br/&gt;- rowNumHeaderFontName : ํ–‰ ๋ฒˆํ˜ธ ํ‘œ์‹œ ์ปฌ๋Ÿผ์˜ header ํฐํŠธ ์ด๋ฆ„&lt;br/&gt;- rowNumHeaderFontSize : ํ–‰ ๋ฒˆํ˜ธ ํ‘œ์‹œ ์ปฌ๋Ÿผ์˜ header ํฐํŠธ ํฌ๊ธฐ&lt;br/&gt;- rowNumHeaderFontColor : ํ–‰ ๋ฒˆํ˜ธ ํ‘œ์‹œ ์ปฌ๋Ÿผ์˜ header ํฐํŠธ ์ƒ‰์ƒ' style="margin-bottom: 6px;" escape="false"> </w2:textbox> <w2:textbox class="" escape="false" id="" label='- rowNumBodyColor : ํ–‰ ๋ฒˆํ˜ธ ํ‘œ์‹œ ์ปฌ๋Ÿผ์˜ Body ๋ฐฐ๊ฒฝ์ƒ‰&lt;br/&gt;- rowNumBodyFontName : ํ–‰ ๋ฒˆํ˜ธ ํ‘œ์‹œ ์ปฌ๋Ÿผ์˜ Body ํฐํŠธ ์ด๋ฆ„&lt;br/&gt;- rowNumBodyFontSize : ํ–‰ ๋ฒˆํ˜ธ ํ‘œ์‹œ ์ปฌ๋Ÿผ์˜ Body ํฐํŠธ ํฌ๊ธฐ&lt;br/&gt;- rowNumBodyFontColor : ํ–‰ ๋ฒˆํ˜ธ ํ‘œ์‹œ ์ปฌ๋Ÿผ์˜ Body ํฐํŠธ ์ƒ‰์ƒ' style="margin-bottom: 6px;"> </w2:textbox> <w2:textbox class="" escape="false" id="" label='- rowNumFooterColor : ํ–‰ ๋ฒˆํ˜ธ ํ‘œ์‹œ ์ปฌ๋Ÿผ์˜ Footer ๋ฐฐ๊ฒฝ์ƒ‰&lt;br/&gt;- rowNumFooterFontName : ํ–‰ ๋ฒˆํ˜ธ ํ‘œ์‹œ ์ปฌ๋Ÿผ์˜ Footer ํฐํŠธ ์ด๋ฆ„&lt;br/&gt;- rowNumFooterFontSize : ํ–‰ ๋ฒˆํ˜ธ ํ‘œ์‹œ ์ปฌ๋Ÿผ์˜ Footer ํฐํŠธ ํฌ๊ธฐ&lt;br/&gt;- rowNumFooterFontColor : ํ–‰ ๋ฒˆํ˜ธ ํ‘œ์‹œ ์ปฌ๋Ÿผ์˜ Footer ํฐํŠธ ์ƒ‰์ƒ&lt;br/&gt;' style="margin-bottom: 6px;"> </w2:textbox> <w2:textbox class="" escape="false" id="" label='- rowNumSubTotalColor : ํ–‰ ๋ฒˆํ˜ธ ํ‘œ์‹œ ์ปฌ๋Ÿผ์˜ Subtotal ๋ฐฐ๊ฒฝ์ƒ‰&lt;br/&gt;- rowNumSubTotalFontName : ํ–‰ ๋ฒˆํ˜ธ ํ‘œ์‹œ ์ปฌ๋Ÿผ์˜ Subtotal ํฐํŠธ ์ด๋ฆ„&lt;br/&gt;- rowNumSubTotalFontSize : ํ–‰ ๋ฒˆํ˜ธ ํ‘œ์‹œ ์ปฌ๋Ÿผ์˜ Subtotal ํฐํŠธ ํฌ๊ธฐ&lt;br/&gt;- rowNumSubTotalFontColor : ํ–‰ ๋ฒˆํ˜ธ ํ‘œ์‹œ ์ปฌ๋Ÿผ์˜ Subtotal ํฐํŠธ ์ƒ‰์ƒ' style=""> </w2:textbox> </xf:group> <w2:textbox class="txt_info_important" escape="false" label="์ด ๊ธฐ๋Šฅ์€ ์˜ต์…˜ 'useStyle'์„ 'false'๋กœ ์ง€์ •ํ•ด์•ผ ๋™์ž‘ํ•ฉ๋‹ˆ๋‹ค." style=""></w2:textbox> <w2:textbox class="" escape="false" label="๋‹ค์šด๋กœ๋“œ๋œ ์—‘์…€ ํŒŒ์ผ์˜ ํ–‰ ๋ฒˆํ˜ธ(rowNum) ์˜์—ญ์˜ ์Šคํƒ€์ผ์„ ๋น„๊ตํ•ฉ๋‹ˆ๋‹ค." style=""></w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap"> <xf:group class="mb_def_box nobottom"> <xf:trigger class="btn_exam_exec btn_txt_of" ev:onclick="scwin.btn_ex1_onclick" id="btn_ex1" localeRef="" style="min-width: 30px; height: 26px;" type="" useDefaultLabel="true"> <xf:label><![CDATA[์—‘์…€ ๋‹ค์šด๋กœ๋“œ - ๊ธฐ๋ณธ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" ev:onclick="scwin.btn_ex2_onclick" id="btn_ex2" localeRef="" style="min-width:30px;height:26px;" type="" useDefaultLabel="true"> <xf:label><![CDATA[์—‘์…€ ๋‹ค์šด๋กœ๋“œ - ํ–‰ ๋ฒˆํ˜ธ์˜ ์Šคํƒ€์ผ ์ ์šฉ]]></xf:label> </xf:trigger> </xf:group> <w2:gridView autoFitMinWidth="266" baseNode="" class="gvw" dataList="data:dlt_books" defaultCellHeight="26" focusMode="row" id="grd_exam1" readOnly="true" style="height:200px;" visibleRowNum="all" autoFit="allColumn" rowNumVisible="true" rowNumWidth="24" keepDefaultColumnWidth="true"> <w2:header id="header5" style=""> <w2:row id="row35" style=""> <w2:column blockSelect="false" displayMode="label" hidden="false" id="column572" inputType="text" value="๋ถ„๋ฅ˜" width="68"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column575" inputType="text" value="๋„์„œ๋ช…" width="90"></w2:column> <w2:column id="column468" inputType="text" value="์ƒ๋ฐ˜๊ธฐ" width="54"></w2:column> <w2:column id="column467" inputType="text" value="ํ•˜๋ฐ˜๊ธฐ" width="54"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody5" style=""> <w2:row id="row37" style=""> <w2:column blockSelect="false" colMerge="true" displayMode="label" hidden="false" id="category1" inputType="text" width="68"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="title" inputType="text" textAlign="left" width="90"></w2:column> <w2:column dataType="number" displayFormat="#,###" id="row3_1" inputType="text" textAlign="right" width="54"></w2:column> <w2:column dataType="number" displayFormat="#,###" id="row3_2" inputType="text" textAlign="right" width="54"></w2:column> </w2:row> </w2:gBody> <w2:subTotal id="subTotal1" style="" targetColumnID="category1"> <w2:row id="row42" style=""> <w2:column blockSelect="false" displayMode="label" id="column577" inputType="text" style="height:30px;" value="์†Œ๊ณ„" width="68"> </w2:column> <w2:column blockSelect="false" displayMode="label" expression="targetColValue() + ' - ' +count('row_total') + '๊ฑด'" id="column596" inputType="expression" style="height:30px;" textAlign="left" width="90"> </w2:column> <w2:column blockSelect="false" dataType="number" displayFormat="#,###" displayMode="label" expression="sum('row3_1')" id="sub_col_1" inputType="expression" style="height:30px;" textAlign="right" width="54"> </w2:column> <w2:column blockSelect="false" dataType="number" displayFormat="#,###" displayMode="label" expression="sum('row3_2')" id="sub_col_2" inputType="expression" style="height:30px;" textAlign="right" width="54"> </w2:column> </w2:row> </w2:subTotal> <w2:footer id="footer1" style=""> <w2:row id="row41" style=""> <w2:column blockSelect="false" displayMode="label" id="column580" inputType="text" style="height:40px;" value="ํ•ฉ๊ณ„" width="68"> </w2:column> <w2:column expression="'์ด ํ•ฉ๊ณ„ - '+count('row_total') +'๊ฑด'" id="column597" inputType="expression" style="height:40px;" textAlign="left" width="90"> </w2:column> <w2:column dataType="number" displayFormat="#,###" expression="sum('row3_1')" id="column526" inputType="expression" style="height:40px;" textAlign="right" width="54"> </w2:column> <w2:column blockSelect="false" dataType="number" displayFormat="#,###" displayMode="label" expression="sum('row3_2')" id="column584" inputType="expression" style="height:40px;" textAlign="right" width="54"> </w2:column> </w2:row> </w2:footer> </w2:gridView> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00006.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="๊ทธ๋ฃน, ํƒญ ์ปจํŠธ๋กค ๋“ฑ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20220428" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { //Group ์˜์—ญ์˜ inputBox ์ปดํฌ๋„ŒํŠธ์— value ํ• ๋‹น ibx_group_ex01.setValue("WebSquare"); //Group ์˜์—ญ์˜ selectBox ์ปดํฌ๋„ŒํŠธ์— value ํ• ๋‹น sbx_group_ex01.setSelectedIndex(2); //TableLayout ์˜์—ญ์˜ inputBox ์ปดํฌ๋„ŒํŠธ์— value ํ• ๋‹น ibx_table_ex01.setValue("WebSquare"); //TableLayout ์˜์—ญ์˜ selectBox ์ปดํฌ๋„ŒํŠธ์— value ํ• ๋‹น sbx_table_ex01.setSelectedIndex(2); //Generator ์ปดํฌ๋„ŒํŠธ์— ์ดˆ๊ธฐ ๋ฐ˜๋ณต ์‹คํ–‰ scwin.generator_addItem(3); //IFrame ์ปดํฌ๋„ŒํŠธ์— scr ํ• ๋‹น ifm_ex01.setSrc($c.frame.getSrc("/page/P00006S01.xml")); //WFrame ์ปดํฌ๋„ŒํŠธ์— scr ํ• ๋‹น wfm_ex01.setSrc($c.frame.getSrc("/page/P00006S01.xml")); }; /** * Group์˜์—ญ์˜ [์ž…๋ ฅ๊ฐ’ ์ดˆ๊ธฐํ™” - [Group ID].init()] ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ */ scwin.btn_initGroup_onclick = function (e) { //Group์˜ init ํ•จ์ˆ˜ ํ˜ธ์ถœ - ์‚ฌ์šฉ์ž๊ฐ€ ์ž…๋ ค ๊ฐ€๋Šฅํ•œ ์ปดํฌ๋„ŒํŠธ์˜ value๋ฅผ ์ดˆ๊ธฐ๊ฐ’์œผ๋กœ ํ• ๋‹นํ•œ๋‹ค. grp_ex01.init(); }; /** * TableLayout์˜์—ญ์˜ [์ž…๋ ฅ๊ฐ’ ์ดˆ๊ธฐํ™” - [Group ID].init()] ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ */ scwin.btn_initTable_onclick = function (e) { //Group์˜ init ํ•จ์ˆ˜ ํ˜ธ์ถœ - ์‚ฌ์šฉ์ž๊ฐ€ ์ž…๋ ค ๊ฐ€๋Šฅํ•œ ์ปดํฌ๋„ŒํŠธ์˜ value๋ฅผ ์ดˆ๊ธฐ๊ฐ’์œผ๋กœ ํ• ๋‹นํ•œ๋‹ค. grp_ex02.init(); }; /** * Generator ์ปดํฌ๋„ŒํŠธ์— ์ž์‹ ์ถ”๊ฐ€. * argNumLoop ๋งŒํผ ์ž์‹ ์ปดํฌ๋„ŒํŠธ๋ฅผ ์ถ”๊ฐ€ํ•œ๋‹ค. * @param {number} argNumLoop ๋ฐ˜๋ณต์ˆ˜ * @returns */ scwin.generator_addItem = function (argNumLoop) { var numLastIndex; var i; var cmpTmp; var numTotalCount; argNumLoop = argNumLoop || 1; numLastIndex = gen_ex01.getLength(); numTotalCount = +(gen_ex01.getUserData("example_num") || 1); for (i = 0; i < argNumLoop; i++) { gen_ex01.insertChild(); cmpTmp = gen_ex01.getChild(numLastIndex, "spa_gen_label"); cmpTmp.setValue("Item " + numTotalCount); numLastIndex++; numTotalCount++; } gen_ex01.setUserData("example_num", numTotalCount); }; /** * Generator์˜์—ญ์˜ [์•„์ดํ…œ ์ถ”๊ฐ€] ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ */ scwin.btn_gen_addItem_onclick = function (e) { //Generator ์ปดํฌ๋„ŒํŠธ์— ์ž์‹ ์ถ”๊ฐ€. scwin.generator_addItem(1); }; /** * Generator์˜์—ญ์˜ [X] ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ */ scwin.btn_gen_del_onclick = function (e) { var cmpGenerator; var numIndex; //Generator ์ปดํฌ๋„ŒํŠธ๋ฅผ ๋ฐ˜ํ™˜ํ•œ๋‹ค. Generator์˜ ID๋ฅผ ์•Œ๊ณ  ์žˆ๋Š” ๊ฒฝ์šฐ ์ง์ ‘ ์ ‘๊ทผ์ด ๊ฐ€๋Šฅ. cmpGenerator = this.getGenerator(); //ํ˜„์žฌ index๋ฅผ ๋ฐ˜ํ™˜ํ•œ๋‹ค. numIndex = this.getGeneratedIndex(); //index์— ํ•ด๋‹นํ•˜๋Š” ๋ฐ˜๋ณต๋ถ€(์ž์‹ ์ปดํฌ๋„ŒํŠธ ์ง‘ํ•ฉ)๋ฅผ ์‚ญ์ œํ•œ๋‹ค. cmpGenerator.removeChild(numIndex); }; /** * SlideHide ์˜์—ญ์˜ slide mark ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ */ scwin.btn_slideHide_onclick = function (e) { //SlideHide ์ปดํฌ๋„ŒํŠธ์˜ slide, hide toggle ์ฒ˜๋ฆฌ scwin.shd_ex01_slide_hide(); }; /** * SlideHide ์˜์—ญ์˜ [Slide/Hide] ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ */ scwin.btn_slide_hide_onclick = function (e) { //SlideHide ์ปดํฌ๋„ŒํŠธ์˜ slide, hide toggle ์ฒ˜๋ฆฌ scwin.shd_ex01_slide_hide(); }; /** * SlideHide ์ปดํฌ๋„ŒํŠธ์˜ slide, hide toggle ์ฒ˜๋ฆฌ */ scwin.shd_ex01_slide_hide = function () { var compStatus = shd_ex01.getUserData("_compStatus"); if (compStatus === "H") { shd_ex01.startSlide(); shd_ex01.setUserData("_compStatus", "S"); grp_slide_bar.addClass("on"); } else { shd_ex01.startHide(); shd_ex01.setUserData("_compStatus", "H"); grp_slide_bar.removeClass("on"); } }; /** * Switch ์ปดํฌ๋„ŒํŠธ - ์™ผ์ชฝ ์ปจํ…์ธ ๊ฐ€ ํ™œ์„ฑํ™”. */ scwin.swh_ex01_switchMoveToRight = function (e) { swh_ex01.moveToRight(); }; /** * Switch ์ปดํฌ๋„ŒํŠธ - ์˜ค๋ฅธ์ชฝ ์ปจํ…์ธ ๊ฐ€ ํ™œ์„ฑํ™”. */ scwin.swh_ex01_switchMoveToLeft = function (e) { swh_ex01.moveToLeft(); }; /** * TabControl ์˜์—ญ์˜ [ํƒญ ์ถ”๊ฐ€] ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ */ scwin.btn_tabcontrol_addTab_onclick = function (e) { var tmpIdx = tac_ex01.getTabCount(); var tabId = "addTab" + tmpIdx; var tabOptions = {}; var contentOptions = {}; tabOptions.label = "AddTab" + tmpIdx; tabOptions.openAction = "new"; tabOptions.closable = "true"; contentOptions.wframe = true; contentOptions.scope = true; if (tmpIdx % 2 === 0) { contentOptions.src = $c.frame.getSrc("/page/P00006S02.xml"); } else { contentOptions.src = $c.frame.getSrc("/page/P00006S01.xml"); } //ํƒญ์ด ๋น„๋™๊ธฐ๋กœ ์—ด๋ฆฌ๊ธฐ ๋•Œ๋ฌธ์— promise then์„ ์‚ฌ์šฉํ•˜์—ฌ ์ดํ›„ ์ž‘์—… ์ฒ˜๋ฆฌ. tac_ex01.addTab(tabId, tabOptions, contentOptions).then(function (tabKey) { //ํƒญ ํ™œ์„ฑํ™” ์‹œํ‚ค๊ธฐ tac_ex01.setSelectedTabIndex(tac_ex01.getTabIndex(tabKey)); }); }; /** * WindowContainer ์˜์—ญ์˜ [WindowContainer๋กœ ๊ตฌ์„ฑ๋œ ํ™”๋ฉด ์—ด๊ธฐ] ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ */ scwin.btn_windowcontainer_open_onclick = function (e) { window.open(document.location.origin + document.location.pathname + "?w2xPath=/page/P00006S03.xml", "_blank"); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="์ปจํ…Œ์ด๋„ˆ ์ปดํฌ๋„ŒํŠธ๋Š” ํ•˜์œ„ ์ปดํฌ๋„ŒํŠธ๋ฅผ ๊ฐ€์งˆ ์ˆ˜ ์žˆ๊ณ  ๋ ˆ์ด์•„์›ƒ์„ ๊ตฌ์„ฑํ•˜๋Š”๋ฐ ์ฃผ๋กœ ์‚ฌ์šฉ๋ฉ๋‹ˆ๋‹ค.&lt;br/&gt;์ด ์ปดํฌ๋„ŒํŠธ๋ฅผ ์ ์ ˆํžˆ ์ด์šฉํ•˜์—ฌ ํ•˜์œ„ ์ปดํฌ๋„ŒํŠธ์˜ ์œ„์น˜๋‚˜ ์‚ฌ์ด์ฆˆ๋ฅผ ์กฐ์ ˆ ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;๋ ˆ์ด์•„์›ƒ ๊ตฌ์„ฑ์˜ ๋Œ€๋ถ€๋ถ„์ด Style Class์— ๊ด€๋ จ๋œ ๋ถ€๋ถ„์ด๋ฏ€๋กœ ๋””์ž์ธ ๊ฐ€์ด๋“œ๋ฅผ ์ฐธ๊ณ  ๋ฐ”๋ž๋‹ˆ๋‹ค.&lt;br/&gt;Group, TableLayout, Repeat, Generator, Switch, Accordion, IFrame, WFrame, TabControl, WindowContainer" style=""> </w2:textbox> <w2:textbox class="ws_example_txt_desc_info" escape="false" id="" label="์ด ์˜ˆ์ œ๋Š” ์‹œ์—ฐ์šฉ ์˜ˆ์ œ๋กœ ์˜ˆ์ œ ๊ฐ€์ด๋“œ ๋ฌธ์„œ๊ฐ€ ํฌํ•จ๋˜์–ด ์žˆ์ง€ ์•Š์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="Group" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:group class="titbox nobottom" id="" style=""> <xf:trigger class="btn_cm event" ev:onclick="scwin.btn_initGroup_onclick" id="btn_initGroup" style="" type="button"> <xf:label><![CDATA[์ž…๋ ฅ๊ฐ’ ์ดˆ๊ธฐํ™” - [Group ID].init()]]></xf:label> </xf:trigger> </xf:group> <xf:group id="grp_ex01" style="border: 1px solid #ced4da;padding: 10px 0px;"> <xf:group id="" class="ofh" style="margin-bottom:4px;"> <w2:textbox style="font-weight:bold;width:100px;line-height:26px;text-align:right;margin-right:8px;" id="" label="Span" class="fl"> </w2:textbox> <w2:span style="width: 140px;line-height: 26px;display: block;" id="" label="WebSquare5" class="fl"></w2:span> </xf:group> <xf:group id="" class="ofh" style="margin-bottom:4px;"> <w2:textbox style="font-weight:bold;width:100px;line-height:26px;text-align:right;margin-right:8px;" id="" label="InputBox" class="fl"> </w2:textbox> <xf:input adjustMaxLength="false" style="width: 140px;height: 26px;" id="ibx_group_ex01" class="fl"></xf:input> </xf:group> <xf:group id="" class="ofh" style="margin-bottom:4px;"> <w2:textbox style="font-weight:bold;width:100px;line-height:26px;text-align:right;margin-right:8px;" id="" label="InputCalendar" class="fl"> </w2:textbox> <w2:inputCalendar footerDiv="false" rightAlign="false" focusOnDateSelect="false" style="width: 140px;" id="" renderType="component" class="fl" renderDiv="true" calendarValueType="yearMonthDate" setCurrentDate="true"> </w2:inputCalendar> </xf:group> <xf:group id="" class="ofh" style="margin-bottom:4px;"> <w2:textbox style="font-weight:bold;width:100px;line-height:26px;text-align:right;margin-right:8px;" id="" label="Radio" class="fl"> </w2:textbox> <xf:select1 ref="" appearance="full" style="height: 26px;" id="" rows="" class="fl" cols="2" selectedIndex="1"> <xf:choices> <xf:item> <xf:label><![CDATA[๋‚จ์„ฑ]]></xf:label> <xf:value><![CDATA[M]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[์—ฌ์„ฑ]]></xf:label> <xf:value><![CDATA[F]]></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> <xf:group id="" class="ofh" style="margin-bottom:4px;"> <w2:textbox style="font-weight:bold;width:100px;line-height:26px;text-align:right;margin-right:8px;" id="" label="Checkbox" class="fl"> </w2:textbox> <xf:select ref="" appearance="full" style="height: 26px;" id="" rows="" selectedindex="0" class="fl" cols="3"> <xf:choices> <xf:item> <xf:label><![CDATA[์—ฌํ–‰]]></xf:label> <xf:value><![CDATA[1]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[๋…์„œ]]></xf:label> <xf:value><![CDATA[2]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[๊ฒŒ์ž„]]></xf:label> <xf:value><![CDATA[3]]></xf:value> </xf:item> </xf:choices> </xf:select> </xf:group> <xf:group id="" class="ofh" style="margin-bottom:4px;"> <w2:textbox style="font-weight:bold;width:100px;line-height:26px;text-align:right;margin-right:8px;" id="" label="SelectBox" class="fl"> </w2:textbox> <xf:select1 chooseOptionLabel="" submenuSize="auto" appearance="minimal" disabledClass="w2selectbox_disabled" chooseOption="true" disabled="false" style="width: 140px;height: 26px;" allOption="" id="sbx_group_ex01" class="fl" displayMode="label" direction="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[์ˆ˜์‹ ]]></xf:label> <xf:value><![CDATA[Y]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[๋น„์ˆ˜์‹ ]]></xf:label> <xf:value><![CDATA[N]]></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> <xf:group id="" class="ofh" style=""> <w2:textbox style="font-weight:bold;width:100px;line-height:26px;text-align:right;margin-right:8px;" id="" label="Trigger" class="fl"> </w2:textbox> <xf:trigger disabled="" style="width: 140px;height: 26px;" id="" type="button" class="fl" escape="false"> <xf:label><![CDATA[Trigger]]></xf:label> </xf:trigger> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="TableLayout" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:group class="titbox nobottom" id="" style=""> <xf:trigger class="btn_cm event" ev:onclick="scwin.btn_initTable_onclick" id="btn_initTable" style="" type="button"> <xf:label><![CDATA[์ž…๋ ฅ๊ฐ’ ์ดˆ๊ธฐํ™” - [Group ID].init()]]></xf:label> </xf:trigger> </xf:group> <xf:group class="w2tb tbl type2" id="grp_ex02" style="width:100%; max-width:400px;" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="caption"></xf:group> <xf:group tagname="colgroup"> <xf:group style="width:110px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> Span <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <w2:span class="" id="" label="WebSquare5" style="width: 140px;line-height: 26px;"></w2:span> </xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> InputBox <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input adjustMaxLength="false" class="" id="ibx_table_ex01" style="width: 140px;height: 26px;"></xf:input> </xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> InputCalendar <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <w2:inputCalendar calendarValueType="yearMonthDate" class="" focusOnDateSelect="false" footerDiv="false" id="" renderDiv="true" renderType="component" rightAlign="false" setCurrentDate="true" style="width: 140px;height: 26px;"> </w2:inputCalendar> </xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> Radio <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:select1 appearance="full" class="" cols="2" id="" ref="" rows="" selectedIndex="1" style="max-width: 140px;height: 26px;"> <xf:choices> <xf:item> <xf:label><![CDATA[๋‚จ์„ฑ]]></xf:label> <xf:value><![CDATA[M]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[์—ฌ์„ฑ]]></xf:label> <xf:value><![CDATA[F]]></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> Checkbox <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:select appearance="full" class="" cols="3" id="" ref="" rows="" selectedindex="0" style="max-width: 140px;height: 26px;"> <xf:choices> <xf:item> <xf:label><![CDATA[์—ฌํ–‰]]></xf:label> <xf:value><![CDATA[1]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[๋…์„œ]]></xf:label> <xf:value><![CDATA[2]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[๊ฒŒ์ž„]]></xf:label> <xf:value><![CDATA[3]]></xf:value> </xf:item> </xf:choices> </xf:select> </xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> SelectBox <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:select1 allOption="" appearance="minimal" chooseOption="true" chooseOptionLabel="" class="" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" displayMode="label" id="sbx_table_ex01" style="width: 140px;height: 26px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[์ˆ˜์‹ ]]></xf:label> <xf:value><![CDATA[Y]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[๋น„์ˆ˜์‹ ]]></xf:label> <xf:value><![CDATA[N]]></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> Trigger <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:trigger class="btn_cm" disabled="" escape="false" id="" style="width: 140px;height: 26px;" type="button"> <xf:label><![CDATA[Trigger]]></xf:label> </xf:trigger> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="Generator" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:group class="titbox nobottom" id="" style=""> <xf:trigger class="btn_cm event" ev:onclick="scwin.btn_gen_addItem_onclick" id="btn_gen_addItem" style="" type="button"> <xf:label><![CDATA[์•„์ดํ…œ ์ถ”๊ฐ€]]></xf:label> </xf:trigger> </xf:group> <w2:generator id="gen_ex01" style=""> <xf:group class="" id="" style="margin-bottom: 5px;"> <w2:span class="mr_def" id="spa_gen_label" label="" style="min-width: 50px; line-height: 26px;"></w2:span> <xf:input class="mr_def" id="ibx_gen_input" ref="" style="width: 150px;height: 26px"></xf:input> <xf:trigger class="btn_cm btn_delete" ev:onclick="scwin.btn_gen_del_onclick" id="btn_gen_del" style="" type="button"> <xf:label>X</xf:label> </xf:trigger> </xf:group> </w2:generator> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="SlideHide" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:group class="titbox nobottom" id="" style=""> <xf:trigger class="btn_cm event" ev:onclick="scwin.btn_slide_hide_onclick" id="btn_slide_hide" style="" type="button"> <xf:label><![CDATA[Slide/Hide]]></xf:label> </xf:trigger> </xf:group> <w2:slideHide firstStatus="slide" id="shd_ex01" moveSize="" showSize="24" slideDirection="right" style="position:relative;height:160px;max-width:260px;"> <xf:group class="" id="" style="border: 1px solid #ced4da;position: absolute;top: 1px;left: 1px;right: 24px;bottom: 1px;border-width:1px 0"> <xf:group class="" id="" style="padding: 6px;"> <xf:input id="" placeholder="๊ฒ€์ƒ‰์–ด" style="height: 26px;width:100%;"></xf:input> </xf:group> <w2:textbox class="" id="" label="ํ€ต ๋ฉ”๋‰ด ๊ตฌ์„ฑ" style="display: block;color:#bbb;font-weight:bold;border-top:1px solid #ccc;border-bottom:4px double #ccc;padding:6px;"> </w2:textbox> </xf:group> <xf:group class="arrw_bar on" ev:onclick="scwin.btn_slideHide_onclick" id="grp_slide_bar" style="position:absolute;top:1px;bottom: 0px;right: 0px;width: 26px;background-color: #e7eaf6;"> </xf:group> </w2:slideHide> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="Switch" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:group class="titbox nobottom ofh" id="" style=""> <xf:trigger class="btn_cm fl event" ev:onclick="scwin.swh_ex01_switchMoveToLeft" id="" style="" type="button"> <xf:label><![CDATA[์ด์ „]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm fr event" ev:onclick="scwin.swh_ex01_switchMoveToRight" id="" style="" type="button"> <xf:label><![CDATA[๋‹ค์Œ]]></xf:label> </xf:trigger> </xf:group> <xf:group id="" style="position:relative;padding-bottom: 10px;"> <xf:switch caseClass="" class="" id="swh_ex01" motionDisplay="true" rotation="true" slide="true" style="position:relative;height:160px;" touchMove="true"> <xf:case class="boxSize" id="case2" style="position:absolute;width:100%;height:100%;border:1px solid #ced4da;box-sizing: border-box;"> <xf:group class="" id="" style=""> <w2:textbox id="" label="ํ™”๋ฉด1" style="text-align:center;background-color: #e7eaf6;font-size: 1.1em;line-height:40px;width:100%;"> </w2:textbox> </xf:group> </xf:case> <xf:case class="boxSize" id="case3" style="position:absolute;width:100%;height:100%;border:1px solid #ced4da;box-sizing: border-box;"> <xf:group class="" id="" style=""> <w2:textbox id="" label="ํ™”๋ฉด2" style="text-align:center;background-color: salmon;color: #fff;font-size: 1.1em;line-height: 40px;width:100%;"> </w2:textbox> </xf:group> </xf:case> <xf:case class="boxSize" id="case4" style="position:absolute;width:100%;height:100%;border:1px solid #ced4da;box-sizing: border-box;"> <xf:group class="" id="" style=""> <w2:textbox id="" label="ํ™”๋ฉด3" style="text-align:center;background-color: lightskyblue;color: #fff;font-size: 1.1em;line-height:40px;width:100%;"> </w2:textbox> </xf:group> </xf:case> </xf:switch> <xf:trigger class="btn_cm btn_left" ev:onclick="scwin.swh_ex01_switchMoveToLeft" id="" style="position: absolute;left: 20px;top:40%;z-index: 1000;" type="button"> <xf:label><![CDATA[<]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm btn_right" ev:onclick="scwin.swh_ex01_switchMoveToRight" id="" style="position: absolute;right: 20px;top: 40%;z-index: 1000;" type="button"> <xf:label><![CDATA[>]]></xf:label> </xf:trigger> </xf:group> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="Accordion" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:group class="acdbox mb0" id="" style="position: relative;max-width: 400px;"> <w2:accordion class="acd " collapseAll="" collapsible="true" id="" selectedPanel="panels1" style=""> <w2:panels class="" id="panels1" style=""> <w2:panelTitle class="" id="panelTitle2" label="์‚ฌ์šฉ์ž ์ •๋ณด" style=""></w2:panelTitle> <w2:panelContent class="" id="panelContent2" style=""> <xf:group class="" id="" style=""> <xf:group class="w2tb tbl type2" id="" style="width:100%;background-color: #fff;" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="caption"></xf:group> <xf:group tagname="colgroup"> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> ์ด๋ฆ„ <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input adjustMaxLength="false" id="" initValue="WebSquare" style="width: 144px;height: 21px;"> </xf:input> </xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> ์ด๋ฉ”์ผ <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group class="w2tb_td" style="" tagname="td">[email protected]</xf:group> </xf:group> </xf:group> </xf:group> </w2:panelContent> </w2:panels> <w2:panels class="" id="panels3" style=""> <w2:panelTitle class="" id="panelTitle3" label="๊ณ„์ขŒ ์ •๋ณด" style=""></w2:panelTitle> <w2:panelContent class="" id="panelContent3" style=""> <xf:group class="" id="" style=""> <xf:group class="w2tb tbl type2" id="" style="width:100%;background-color: #fff;" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="caption"></xf:group> <xf:group tagname="colgroup"> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> ์€ํ–‰๋ช… <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input adjustMaxLength="false" id="" initValue="InswaveSystems" style="width: 144px;height: 21px;"> </xf:input> </xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> ๊ณ„์ขŒ๋ฒˆํ˜ธ <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input adjustMaxLength="false" id="" initValue="012486486" style="width: 144px;height: 21px;"> </xf:input> </xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" tagname="th"> ์†Œ์œ ์ฃผ <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input adjustMaxLength="false" id="" initValue="WebSquare" style="width: 144px;height: 21px;"> </xf:input> </xf:group> </xf:group> </xf:group> </xf:group> </w2:panelContent> </w2:panels> <w2:panels class="" id="panels4" style=""> <w2:panelTitle class="" id="panelTitle4" label="๋งˆ์ผ€ํŒ… ์ˆ˜์‹  ์ •๋ณด" style=""></w2:panelTitle> <w2:panelContent class="" id="panelContent4" style=""> <xf:group class="" id="" style=""> <xf:group class="w2tb tbl type2" id="" style="width:100%;background-color: #fff;" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="caption"></xf:group> <xf:group tagname="colgroup"> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> SMS&amp;nbsp;์ˆ˜์‹  <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:select1 appearance="full" cols="" id="" ref="" rows="1" selectedIndex="1" style="min-width: 150px;"> <xf:choices> <xf:item> <xf:label><![CDATA[Y]]></xf:label> <xf:value><![CDATA[Y]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[N]]></xf:label> <xf:value><![CDATA[N]]></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> ์ด๋ฉ”์ผ&amp;nbsp;์ˆ˜์‹  <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:select1 appearance="full" cols="" id="" ref="" rows="1" selectedIndex="0" style="min-width: 150px;"> <xf:choices> <xf:item> <xf:label><![CDATA[Y]]></xf:label> <xf:value><![CDATA[Y]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[N]]></xf:label> <xf:value><![CDATA[N]]></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" tagname="th"> ์ „ํ™”&amp;nbsp;์ˆ˜์‹  <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:select1 appearance="full" cols="" id="" ref="" rows="1" selectedIndex="1" style="min-width: 150px;"> <xf:choices> <xf:item> <xf:label><![CDATA[Y]]></xf:label> <xf:value><![CDATA[Y]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[N]]></xf:label> <xf:value><![CDATA[N]]></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> </xf:group> </xf:group> </w2:panelContent> </w2:panels> </w2:accordion> </xf:group> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="IFrame" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:iframe id="ifm_ex01" src="" style="max-width: 400px;height: 100px;width: 100%;"></w2:iframe> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="WFrame" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:wframe id="wfm_ex01" style="max-width: 400px;height: 100px;"></w2:wframe> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="TabControl" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:group class="titbox nobottom" id="" style=""> <xf:trigger class="btn_cm event" ev:onclick="scwin.btn_tabcontrol_addTab_onclick" id="btn_tabcontrol_addTab" style="height: 26px;" type="button"> <xf:label><![CDATA[ํƒญ ์ถ”๊ฐ€]]></xf:label> </xf:trigger> </xf:group> <xf:group class="tbcbox" id="" style="max-width: 400px;"> <w2:tabControl alwaysDraw="false" class="tbc" closable="true" confirmFalseAction="new" confirmTrueAction="exist" id="tac_ex01" style="height:230px;position: relative;" tabScroll="true" useConfirmMessage="false" useTabKeyOnly="true"> <w2:tabs disabled="false" id="tabs1" label="tabControl" style="width:100px;height:30px;"></w2:tabs> <w2:content alwaysDraw="false" frameMode="" id="content1" src="" style="height:200px;"> <xf:group class="" id="" style="padding: 6px;"> <w2:textbox class="" id="" label="์•ˆ๋‚ด" style="border-left: 10px solid #B0C4DE;background-color: #eee;padding: 6px;margin-bottom: 6px;"> </w2:textbox> <w2:textbox id="" label="Content ์˜์—ญ์•ˆ์— ์ปดํฌ๋„ŒํŠธ๋ฅผ ๋ฐฐ์น˜" style=""></w2:textbox> </xf:group> </w2:content> </w2:tabControl> </xf:group> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="WindowContainer" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:group id="" class="titbox nobottom"> <w2:textbox style="" id="" label="PC ์ „์šฉ ๋ ˆ์ด์•„์›ƒ์ž…๋‹ˆ๋‹ค." class="ws5_exam_txt_red txt_bold"></w2:textbox> <xf:trigger ev:onclick="scwin.btn_windowcontainer_open_onclick" style="height: 26px;" id="btn_windowcontainer_open" type="button" class="btn_exam_exec btn_txt_of"> <xf:label><![CDATA[WindowContainer์œผ๋กœ ๋ ˆ์ด์•„์›ƒ์ด ๊ตฌ์„ฑ๋œ ํ™”๋ฉด ์—ด๊ธฐ]]></xf:label> </xf:trigger> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00012.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="๋“œ๋ฆด๋‹ค์šด"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20220428" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_menu" repeatNode="data" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="depth" name="depth"></w2:column> <w2:column dataType="text" id="label" name="label"></w2:column> <w2:column dataType="text" id="value" name="value"></w2:column> <w2:column dataType="text" id="path" name="path"></w2:column> </w2:columnInfo> <w2:data use="true" xmlns=""> <w2:row> <depth><![CDATA[1]]></depth> <label><![CDATA[๋ฉ”๋‰ด1]]></label> <value><![CDATA[menu1]]></value> <path><![CDATA[xml/client/menu1.xml]]></path> </w2:row> <w2:row> <depth><![CDATA[2]]></depth> <label><![CDATA[๋ฉ”๋‰ด1-1]]></label> <value><![CDATA[menu1-1]]></value> <path><![CDATA[xml/client/menu1-1.xml]]></path> </w2:row> <w2:row> <depth><![CDATA[2]]></depth> <label><![CDATA[๋ฉ”๋‰ด1-2]]></label> <value><![CDATA[menu1-2]]></value> <path><![CDATA[xml/client/menu1-2.xml]]></path> </w2:row> <w2:row> <depth><![CDATA[3]]></depth> <label><![CDATA[๋ฉ”๋‰ด1-2-1]]></label> <value><![CDATA[menu1-2-1]]></value> <path><![CDATA[xml/client/menu1-2-1.xml]]></path> </w2:row> <w2:row> <depth><![CDATA[2]]></depth> <label><![CDATA[๋ฉ”๋‰ด1-3]]></label> <value><![CDATA[menu1-3]]></value> <path><![CDATA[xml/client/menu1-3.xml]]></path> </w2:row> <w2:row> <depth><![CDATA[1]]></depth> <label><![CDATA[๋ฉ”๋‰ด2]]></label> <value><![CDATA[menu2]]></value> <path><![CDATA[xml/client/menu2.xml]]></path> </w2:row> <w2:row> <depth><![CDATA[2]]></depth> <label><![CDATA[๋ฉ”๋‰ด2-1]]></label> <value><![CDATA[menu2-1]]></value> <path><![CDATA[xml/client/menu2-1.xml]]></path> </w2:row> <w2:row> <depth><![CDATA[1]]></depth> <label><![CDATA[๋ฉ”๋‰ด3]]></label> <value><![CDATA[menu3]]></value> <path><![CDATA[xml/client/menu3.xml]]></path> </w2:row> <w2:row> <depth><![CDATA[2]]></depth> <label><![CDATA[๋ฉ”๋‰ด3-1]]></label> <value><![CDATA[menu3-1]]></value> <path><![CDATA[xml/client/menu3-1.xml]]></path> </w2:row> <w2:row> <depth><![CDATA[2]]></depth> <label><![CDATA[๋ฉ”๋‰ด3-2]]></label> <value><![CDATA[menu3-2]]></value> <path><![CDATA[xml/client/menu3-2.xml]]></path> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="GridView์˜ DrillDown ๊ธฐ๋Šฅ์„ ๊ตฌํ˜„ํ•œ ์˜ˆ์‹œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;ํ–‰๊ฐ„ ๋ฐ์ดํ„ฐ๋ฅผ ํ™•์žฅ/์ถ•์†Œํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:textbox class="ws_example_txt_desc_info" escape="false" id="" label="์ด ์˜ˆ์ œ๋Š” ์‹œ์—ฐ์šฉ ์˜ˆ์ œ๋กœ ์˜ˆ์ œ ๊ฐ€์ด๋“œ ๋ฌธ์„œ๊ฐ€ ํฌํ•จ๋˜์–ด ์žˆ์ง€ ์•Š์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group id="" class="gvwbox"> <w2:gridView scrollByColumnAdaptive="false" summaryAuto="false" useShiftKey="true" readOnly="true" scrollByColumn="false" summaryOnlyAuto="false" focusMode="row" fixedColumnWithHidden="true" dataList="dlt_menu" ignoreCellClick="false" style="height: 150px;" autoFit="lastColumn" id="" useFilterList="false" visibleRowNum="all" class="gvw" ignoreToggleOnDisabled="false" defaultCellHeight="26" tooltipDisplay="true"> <w2:caption style="" id="caption1" value="this is a grid caption."></w2:caption> <w2:header style="" id="header1"> <w2:row style="" id="row1"> <w2:column width="59" inputType="text" style="" id="column5" value="depth" blockSelect="false" displayMode="label"> </w2:column> <w2:column width="136" inputType="text" style="" id="column7" value="label" blockSelect="false" displayMode="label"> </w2:column> <w2:column width="89" inputType="text" style="" id="column1" value="value" blockSelect="false" displayMode="label"> </w2:column> <w2:column width="109" inputType="text" style="" id="column9" value="path" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="59" inputType="text" style="" id="depth" blockSelect="false" displayMode="label"></w2:column> <w2:column textAlign="left" width="136" inputType="drilldown" style="" id="label" showDepth="2" depthColumn="depth" blockSelect="false" displayMode="label"> </w2:column> <w2:column textAlign="left" width="89" inputType="text" style="" id="value" blockSelect="false" displayMode="label"> </w2:column> <w2:column textAlign="left" width="109" inputType="text" style="" id="path" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00038.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="Submission์˜ ref์™€ target ์†์„ฑ ๊ฐ’์— ๋”ฐ๋ฅธ DataCollection ์ ์šฉ ์˜ˆ์‹œ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20220522" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataMap baseNode="map" id="dc_reqCode"> <w2:keyInfo> <w2:key dataType="text" id="userID"></w2:key> </w2:keyInfo> <w2:data use="true"> <userID>EDU001</userID> </w2:data> </w2:dataMap> <w2:dataMap baseNode="map" id="dc_reqInfo" style=""> <w2:keyInfo> <w2:key dataType="text" id="pageNm"></w2:key> </w2:keyInfo> <w2:data use="true"> <pageNm>P00038.xml</pageNm> </w2:data> </w2:dataMap> <w2:dataMap baseNode="map" id="dc_resMessage" style=""> <w2:keyInfo> <w2:key dataType="text" id="code" name="์ƒํƒœ์ฝ”๋“œ"></w2:key> <w2:key dataType="text" id="msg" name="๋ฉ”์„ธ์ง€"></w2:key> <w2:key dataType="text" id="rsCount" name="๊ฒ€์ƒ‰๊ฑด์ˆ˜"></w2:key> </w2:keyInfo> </w2:dataMap> <w2:dataList id="dc_resUserListData" baseNode="list" repeatNode="map" valueAttribute=""> <w2:columnInfo> <w2:column id="name" name="name" dataType="text"></w2:column> <w2:column id="birthday" name="birthday" dataType="text"></w2:column> <w2:column id="height" name="height" dataType="text"></w2:column> <w2:column id="weight" name="weight" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataMap baseNode="map" id="dc_resUserMapData"> <w2:keyInfo> <w2:key dataType="text" id="name"></w2:key> <w2:key id="birthday" dataType="text"></w2:key> <w2:key id="height" dataType="text"></w2:key> <w2:key id="weight" dataType="text"></w2:key> </w2:keyInfo> </w2:dataMap> <w2:dataList id="dc_sbxType" baseNode="list" saveRemovedData="true" repeatNode="map"> <w2:columnInfo> <w2:column id="label" name="name1" dataType="text"></w2:column> <w2:column id="value" name="name2" dataType="text"></w2:column> <w2:column id="desc" name="name3" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <label><![CDATA[ref์™€ target์„ ์„ค์ •ํ•˜์ง€ ์•Š์€ ์˜ˆ์‹œ]]></label> <value><![CDATA[sbm_json_dataMap_noRef_noTarget]]></value> <desc><![CDATA[ ์ด ์˜ˆ์‹œ๋Š” submission์˜ ์†์„ฑ์ค‘ ref์™€ target์„ ์„ค์ •ํ•˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค. ref์˜ ์„ค์ •๊ฐ’์ด ์—†๊ธฐ ๋•Œ๋ฌธ์— ํ™”๋ฉด์—์„œ ์ „์†ก๋˜๋Š” request๋Š” ์—†์Šต๋‹ˆ๋‹ค. ํ†ต์‹  ํ›„ response๋ฐ์ดํ„ฐ๊ฐ€ ์žˆ์ง€๋งŒ target์˜ ์„ค์ •๊ฐ’์ด ์—†๊ธฐ ๋•Œ๋ฌธ์— response๋ฐ์ดํ„ฐ๊ฐ€ dataCollection์— ์…‹ํŒ…๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. id="sbm_json_dataMap_noRef_noTarget" ref="" target="" action="/data/sampleData/sampleData_json_dc_map.json" ]]></desc> </w2:row> <w2:row> <label><![CDATA[ref์™€ target ์„ค์ • ์˜ˆ์‹œ- 1๊ฐœ์˜ data ๊ฐ์ฒด ์—ฐ๊ฒฐ]]></label> <value><![CDATA[sbm_json_dataList]]></value> <desc><![CDATA[ id="sbm_json_dataList" ref="data:json,dc_reqCode" target="data:json,dc_resUserListData" action="/data/sampleData/sampleData_json_dc_list.json" ]]></desc> </w2:row> <w2:row> <label><![CDATA[ref์™€ target ์„ค์ • ์˜ˆ์‹œ - 2๊ฐœ์˜ data ๊ฐ์ฒด ์—ฐ๊ฒฐ]]></label> <value><![CDATA[sbm_json_dataListWithMessge_01]]></value> <desc><![CDATA[ id="sbm_json_dataListWithMessge_01" ref="data:json,['dc_reqCode','dc_reqInfo']" target="data:json,['dc_resUserListData','dc_resMessage']" action="/data/sampleData/sampleData_json_dc_combination.json" ]]></desc> </w2:row> <w2:row> <label><![CDATA[singleMode ์„ค์ • ์˜ˆ์‹œ]]></label> <value><![CDATA[sbm_json_dataList_singleMode]]></value> <desc><![CDATA[ :: response data singleMode:: id="sbm_json_dataList_singleMode" singleMode="true" target="data:json,dc_resUserListData" action="/data/sampleData/sampleData_json_dc_list_singleMode.json" ]]></desc> </w2:row> <w2:row> <label><![CDATA[response ๋ฐ์ดํ„ฐ์™€ dataCollection ์ž๋™ ๋งค์นญ ์„ค์ • ์˜ˆ์‹œ]]></label> <value><![CDATA[sbm_json_dataList_autoBind]]></value> <desc><![CDATA[ :: ์ž๋™๋งค์นญ - ๋น„๊ถŒ์žฅ(์„ฑ๋Šฅ์ €ํ•˜) :: id="sbm_json_dataList_autoBind" target="data:json" action="/data/sampleData/sampleData_json_dc_combination.json" ]]></desc> </w2:row> <w2:row> <label><![CDATA[ref๋ฅผ ์„ค์ •ํ•˜๊ณ  requestData๋ฅผ ๋™์ ์œผ๋กœ ํ• ๋‹นํ•œ ์˜ˆ์‹œ]]></label> <value><![CDATA[sbm_json_dataListWithMessge_02]]></value> <desc><![CDATA[ :: request data ๋™์  ํ• ๋‹น:: id="sbm_json_dataListWithMessge_02" ref="data:json,['dc_reqCode','dc_reqInfo']" target="data:json,['dc_resUserListData']" action="/data/sampleData/sampleData_json_dc_map_singleMode.json" ]]></desc> </w2:row> </w2:data> </w2:dataList> <w2:dataMap baseNode="map" id="dc_defInfoMap"> <w2:keyInfo> <w2:key id="defDesc" name="name1" dataType="text"></w2:key> </w2:keyInfo> <w2:data use="true"> <defDesc><![CDATA[ ์ด ํ™”๋ฉด์€ Submission์˜ ref์†์„ฑ๊ณผ target์†์„ฑ์˜ ์„ค์ •์— ๋”ฐ๋ฅธ ์˜ˆ์‹œ๋ฅผ ๋‹ด๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค. ref์†์„ฑ์€ request data์™€ ์—ฐ๊ด€์žˆ๊ณ  target์†์„ฑ์€ response data์™€ ์—ฐ๊ด€์ด ์žˆ์Šต๋‹ˆ๋‹ค. target์†์„ฑ์˜ ์„ค์ •๊ฐ’์— ๋”ฐ๋ผ ํ†ต์‹  ํ›„ ๋‚ด๋ ค์˜จ response data๋ฅผ dataCollection์— ์…‹ํŒ…๋ฉ๋‹ˆ๋‹ค. ์˜ˆ์‹œ๋ฅผ ์‹คํ–‰ํ•˜๋Š” ๋ฐฉ๋ฒ•์€ ๋‹ค์Œ๊ณผ ๊ฐ™์Šต๋‹ˆ๋‹ค. 1. [Submission์˜ ref์™€ target ์„ค์ • ์˜ˆ์‹œ]์— ์žˆ๋Š” selectbox์— ํ•ญ๋ชฉ์„ ์„ ํƒํ•ฉ๋‹ˆ๋‹ค. ์„ ํƒ๋œ ํ•ญ๋ชฉ์˜ ์„ค๋ช…์ด selectbox์˜ ํ•˜์œ„์— ํ‘œํ˜„๋ฉ๋‹ˆ๋‹ค. 2. [์‹คํ–‰]๋ฒ„ํŠผ์„ ํด๋ฆญํ•ฉ๋‹ˆ๋‹ค. ์„ ํƒ๋œ ํ•ญ๋ชฉ๊ณผ ์—ฐ๊ด€์ด ์žˆ๋Š” submission(ํ•ญ๋ชฉ์˜ ์„ค๋ช…๋ถ€๋ถ„์˜ id๋ฅผ ์ฐธ์กฐ)์ด ์‹คํ–‰๋ฉ๋‹ˆ๋‹ค. 3. [Request, Response ์ •๋ณด]ํ•˜์œ„์— ์žˆ๋Š” textare์— ์ถœ๋ ฅ๋œ ๋ฐ์ดํ„ฐ๋ฅผ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค. ์ถœ๋ ฅ๋œ ๋ฐ์ดํ„ฐ๋Š” ํ†ต์‹  ์ดํ›„ ์„œ๋ฒ„์— ํ˜ธ์ถœํ•œ url๊ณผ ์„œ๋ฒ„๋กœ ์ „์†ก๋œ request data์™€ ์„œ๋ฒ„์—์„œ ๋ฐ›์€ response data๋ฅผ ํ‘œํ˜„ํ•ฉ๋‹ˆ๋‹ค. 4. [์ด์ „/์ดํ›„ DataCollection ์ •๋ณด]ํ•˜์œ„์— ์žˆ๋Š” textare์— ์ถœ๋ ฅ๋œ ํ†ต์‹  ์ด์ „/์ดํ›„์˜ ๋ฐ์ดํ„ฐ๋ฅผ ๋น„๊ตํ•ฉ๋‹ˆ๋‹ค. ์œ„์— ์žˆ๋Š” textare์—๋Š” ์ดˆ๊ธฐํ™”์‹œํ‚จ ํ†ต์‹  ์ด์ „์˜ dataCollection ์ „์ฒด๊ฐ€ ์ถœ๋ ฅ๋ฉ๋‹ˆ๋‹ค. ์•„๋ž˜์— ์žˆ๋Š” textare์—๋Š” ํ†ต์‹  ์ดํ›„์˜ dataCollection ์ „์ฒด๊ฐ€ ์ถœ๋ ฅ๋ฉ๋‹ˆ๋‹ค. target์— ์„ค์ •๋œ ์ •๋ณด์— ๋”ฐ๋ผ ๋ณ€๊ฒฝ๋œ dataCollection์˜ ๋ฐ์ดํ„ฐ๋ฅผ ๋น„๊ตํ•ด๋ด…๋‹ˆ๋‹ค. ]]></defDesc> </w2:data> </w2:dataMap> </w2:dataCollection> <w2:workflowCollection /> <!-- ref, target ์†์„ฑ ๋ฏธ์„ค์ • --> <xf:submission id="sbm_json_dataMap_noRef_noTarget" ref="" target="" action="/data/sampleData/sampleData_json_dc_map.json" mediatype="application/json" method="post" encoding="UTF-8" mode="asynchronous" ev:submitdone="scwin.sbm_json_dataMap_noRef_noTarget_submitdone" ev:submiterror="scwin.sbm_json_dataMap_noRef_noTarget_submiterror" ev:submit="scwin.sbm_submit_resetDataCollection" instance="" replace="" errorHandler="" customHandler="" processMsg="" abortTrigger=""> </xf:submission> <!-- ref, target ์†์„ฑ ๋ฏธ์„ค์ • --> <xf:submission id="sbm_json_dataList" ref="data:json,dc_reqCode" target="data:json,dc_resUserListData" action="/data/sampleData/sampleData_json_dc_list.json" mediatype="application/json" method="post" encoding="UTF-8" mode="asynchronous" ev:submitdone="scwin.sbm_json_dataList_submitdone" ev:submiterror="scwin.sbm_json_dataList_submiterror" instance="" replace="" errorHandler="" customHandler="" processMsg="" ev:submit="scwin.sbm_submit_resetDataCollection"> </xf:submission> <!-- ๋‹ค๊ฑด์˜ ref/target --> <xf:submission id="sbm_json_dataListWithMessge_01" ref="data:json,['dc_reqCode','dc_reqInfo']" target="data:json,['dc_resUserListData','dc_resMessage']" action="/data/sampleData/sampleData_json_dc_combination.json" mediatype="application/json" method="post" encoding="UTF-8" mode="asynchronous" ev:submitdone="scwin.sbm_json_dataListWithMessge_01_submitdone" ev:submiterror="scwin.sbm_json_dataListWithMessge_01_submiterror" instance="" replace="" errorHandler="" customHandler="" processMsg="" ev:submit="scwin.sbm_submit_resetDataCollection"> </xf:submission> <xf:submission id="sbm_json_dataListWithMessge_02" ref="data:json,['dc_reqCode','dc_reqInfo']" target="data:json,['dc_resUserListData']" action="/data/sampleData/sampleData_json_dc_combination2.json" mediatype="application/json" method="post" encoding="UTF-8" mode="asynchronous" ev:submitdone="scwin.sbm_json_dataListWithMessge_02_submitdone" ev:submiterror="scwin.sbm_json_dataListWithMessge_02_submiterror" instance="" replace="" errorHandler="" customHandler="" processMsg="" ev:submit="scwin.sbm_submit_resetDataCollection"> </xf:submission> <!-- response dataList singleMode --> <xf:submission id="sbm_json_dataList_singleMode" ref="" target="data:json,dc_resUserListData" singleMode="true" action="/data/sampleData/sampleData_json_dc_list_singleMode.json" mediatype="application/json" method="post" encoding="UTF-8" mode="asynchronous" ev:submitdone="scwin.sbm_json_dataList_singleMode_submitdone" ev:submiterror="scwin.sbm_json_dataList_singleMode_submiterror" instance="" replace="" errorHandler="" customHandler="" processMsg="" ev:submit="scwin.sbm_submit_resetDataCollection"> </xf:submission> <xf:submission id="sbm_json_dataList_autoBind" ref="" target="data:json" action="/data/sampleData/sampleData_json_dc_combination.json" mediatype="application/json" method="post" encoding="UTF-8" mode="asynchronous" ev:submitdone="scwin.sbm_json_dataList_autoBind_submitdone" ev:submiterror="scwin.sbm_json_dataList_autoBind_submiterror" instance="" replace="" errorHandler="" customHandler="" processMsg="" ev:submit="scwin.sbm_submit_resetDataCollection"> </xf:submission> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[scwin.onpageload = function () { sbx_exampleType.setSelectedIndex(1); }; /** * [์‹คํ–‰1] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_onclick = function (e) { var sbmId = sbx_exampleType.getValue(); if (sbmId) { if (sbmId == "sbm_json_dataListWithMessge_02") { //ref๋ฅผ ์„ค์ •ํ•˜๊ณ  requestData๋ฅผ ๋™์ ์œผ๋กœ ํ• ๋‹นํ•œ ์˜ˆ์‹œ $p.executeSubmission(sbmId, { "req_info": { "userID": "Dynamic_EDU003" } }); } else { $p.executeSubmission(sbmId); } } else { alert("์„ ํƒ๋œ ํ•ญ๋ชฉ์ด ์—†์Šต๋‹ˆ๋‹ค."); } }; /** * submission ๊ณตํ†ต ๋ชจ๋“ˆ * ์‘๋‹ต ๋ฐ์ดํ„ฐ ์ถœ๋ ฅ */ scwin.setResData = function (reqTxt, submissionID, resTxt, dataType) { var rsTxt; rsTxt = "::: submission ID :" + submissionID + "\n\n::: Reqeust Data\n" + reqTxt + "\n\n::: Response Data\n" + resTxt; txa_desc1.setValue(rsTxt); txa_desc3.setValue("::: ์ดํ›„ DataCollection :::\n" + JSON.stringify($p.data.get("JSON", ["dc_reqCode", "dc_reqInfo", "dc_resMessage", "dc_resUserMapData", "dc_resUserListData"]), null, "\t")); }; /** * ๊ณตํ†ต ๋ชจ๋“ˆ * ์˜ค๋ฆฌ์ง€๋„ ๋ฐ์ดํ„ฐ ์…‹ํŒ…. */ scwin.setOrgData = function () { var dataObj = scwin.getOrgData(); txa_desc2.setValue("::: ์ด์ „ DataCollection :::\n" + JSON.stringify(dataObj, null, "\t")); $p.data.set("json", dataObj); } /** * ๊ณตํ†ต ๋ชจ๋“ˆ * ์˜ค๋ฆฌ์ง€๋„ ๋ฐ์ดํ„ฐ ๋ฐ˜ํ™˜ */ scwin.getOrgData = function () { return { "dc_reqCode": { "userID": "EDU001" }, "dc_reqInfo": { "pageNm": "P00038.xml" }, "dc_resMessage": { "code": "", "msg": "", "rsCount": "" }, "dc_resUserMapData": { "name": "", "birthday": "", "height": "", "weight": "" }, "dc_resUserListData": [] }; }; /** * submission submit handler * submisison ์‹คํ–‰ ์ „ ํ˜ธ์ถœ */ scwin.sbm_submit_resetDataCollection = function (e) { scwin.setOrgData(); }; /** * ์˜ˆ์ œ ํƒ€์ž… selectbox ๋ณ€๊ฒฝ ์‹œ */ scwin.sbx_exampleType_onchange = function (info) { var strValue = info.newValue; if (strValue) { tbx_desc.setValue("<pre>" + dc_sbxType.getMatchedColumnData("value", strValue, "desc")[0] + "</pre>"); } else { tbx_desc.setValue(""); } }; scwin.sbm_json_dataMap_noRef_noTarget_submitdone = function (e) { scwin.setResData(e.requestBody, e.id, e.responseText, "json"); }; scwin.sbm_json_dataMap_noRef_noTarget_submiterror = function (e) { alert("ERROR::" + e.responseStatusCode); }; scwin.sbm_json_dataList_submitdone = function (e) { scwin.setResData(e.requestBody, e.id, e.responseText, "json"); }; scwin.sbm_json_dataList_submiterror = function (e) { alert("ERROR::" + e.responseStatusCode); }; scwin.sbm_json_dataListWithMessge_01_submitdone = function (e) { scwin.setResData(e.requestBody, e.id, e.responseText, "json"); }; scwin.sbm_json_dataListWithMessge_01_submiterror = function (e) { alert("ERROR::" + e.responseStatusCode); }; scwin.sbm_json_dataListWithMessge_02_submitdone = function (e) { scwin.setResData(e.requestBody, e.id, e.responseText, "json"); }; scwin.sbm_json_dataListWithMessge_02_submiterror = function (e) { alert("ERROR::" + e.responseStatusCode); }; scwin.sbm_json_dataList_singleMode_submitdone = function (e) { scwin.setResData(e.requestBody, e.id, e.responseText, "json"); }; scwin.sbm_json_dataList_singleMode_submiterror = function (e) { alert("ERROR::" + e.responseStatusCode); }; scwin.sbm_json_dataList_autoBind_submitdone = function (e) { scwin.setResData(e.requestBody, e.id, e.responseText, "json"); }; scwin.sbm_json_dataList_autoBind_submiterror = function (e) { alert("ERROR::" + e.responseStatusCode); };]]></script> <w2:require as="udc_example_refresh" type="page" variableClone="true" src="/frame/udc/example_refresh.xml"></w2:require> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <w2:udc_example_refresh id="udc_example_refresh" style="margin-bottom:10px;"></w2:udc_example_refresh> <w2:textbox class="com_example_heading" id="" label="Submission์˜ ref์™€ target ์„ค์ • ์˜ˆ์‹œ" style="" tagname="h3"></w2:textbox> <xf:group id="" style="" class="titbox"> <xf:select1 allOption="" appearance="minimal" chooseOption="true" class="tal mr_def" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="sbx_exampleType" ref="" renderType="" style="width: 250px;" submenuSize="auto" tooltipDisplay="true" tooltipTime="0" ev:onchange="scwin.sbx_exampleType_onchange"> <xf:choices> <xf:itemset nodeset="data:dc_sbxType"> <xf:label ref="label"></xf:label> <xf:value ref="value"></xf:value> </xf:itemset> </xf:choices> </xf:select1> <xf:trigger class="btn_exam_exec" disabled="" escape="false" ev:onclick="scwin.btn_ex1_onclick" id="btn_ex1" style="" type="button"> <xf:label><![CDATA[์‹คํ–‰1]]></xf:label> </xf:trigger> </xf:group> <w2:textbox class="com_example_block_code minH mb_def" escape="false" id="tbx_desc" label="" style="" tagname="div"></w2:textbox> <xf:group id="" style="" class="ofh box_flex_1x1"> <xf:group id="" style="width:calc(50% - 3px);margin-right:6px;float: left;"> <w2:textbox class="com_example_heading" id="" label="Request, Response ์ •๋ณด" style="" tagname="h3"></w2:textbox> <xf:textarea class="" id="txa_desc1" style="width:100%;height:310px;"></xf:textarea> </xf:group> <xf:group id="" style="width:calc(50% - 3px);float: left;"> <w2:textbox class="com_example_heading" id="" label="์ด์ „/์ดํ›„ DataCollection ์ •๋ณด" style="" tagname="h3"></w2:textbox> <xf:textarea class="" id="txa_desc2" style="width:100%;height:150px;margin-bottom: 10px;"></xf:textarea> <xf:textarea class="" id="txa_desc3" style="width:100%;height:150px;"></xf:textarea> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00004.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="์ „์†ก, ์ด๋™"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20220428" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="map" id="dlt_Upload"> <w2:columnInfo> <w2:column id="name" name="ํŒŒ์ผ๋ช…" dataType="text"></w2:column> <w2:column id="size" name="์‚ฌ์ด์ฆˆ" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { dlt_Upload.setJSON([]); }; /** * upload ์ปดํฌ๋„ŒํŠธ์˜ [์ „์†ก]๋ฒ„ํŠผ ํด๋ฆญ ํ•ธ๋“ค๋Ÿฌ */ scwin.btn_upload_onclick = function (e) { //๊ฒฐ๊ณผ๊ฐ’ ์ถœ๋ ฅ textarea ์ดˆ๊ธฐํ™” txa_uploadDone.setValue(""); //์„ ํƒ๋œ ํŒŒ์ผ์ด ์žˆ๋Š”์ง€์— ๋”ฐ๋ฅธ ๋ถ„๊ธฐ ์ฒ˜๋ฆฌ. if (upd_ex01.getValue()) { //์—…๋กœ๋“œ ์‹คํ–‰. upd_ex01.submit(); } else { //ํŒŒ์ผ์ด ์„ ํƒ๋˜์ง€ ์•Š์€ ๊ฒฝ์šฐ alert ์ฒ˜๋ฆฌ. alert("ํŒŒ์ผ์ด ์„ ํƒ๋˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค."); } }; /** * upload ์ปดํฌ๋„ŒํŠธ์˜ ondone ์ด๋ฒคํŠธ ๋ฐœ์ƒ ์‹œ * ์—…๋กœ๋“œ ๊ฒฐ๊ณผ ์ถœ๋ ฅ */ scwin.upd_ex01_ondone = function (retXml) { var strRet; //upload ์ปดํฌ๋„ŒํŠธ ์ดˆ๊ธฐํ™”. upd_ex01.reset(); //textarea์— ์ถœ๋ ฅํ•  ๊ฒฐ๊ณผ๊ฐ’ ๊ฐ€๊ณต. (xml๊ณผ xml์„ json์œผ๋กœ ๋ณ€ํ™˜ํ•œ ๋ฌธ์ž์—ด์„ ํ•จ๊ป˜ ์ถœ๋ ฅ) strRet = WebSquare.xml.indent(retXml); strRet += "\n\n******************************************************\n** WebSquare.json.XML2JSONString ๋กœ ๋ณ€ํ™˜ **\n******************************************************\n\n" strRet += WebSquare.json.XML2JSONString(retXml); //textarea txa_uploadDone.setValue(strRet); /* //retXml ์˜ˆ์‹œ <ret> <key>C:/ws5/sample/resource/websquare_home/upload/up</key> <storedFileList>00_20161227094305.xml</storedFileList> <localfileList>00.xml</localfileList> <fileSizeList>1436</fileSizeList> <maxUploadSize>200000000</maxUploadSize> <deniedList/> <deniedCodeList/> </ret> */ }; /** * multiUpload ์ปดํฌ๋„ŒํŠธ์˜ selectCallback ์†์„ฑ์— ์ง€์ •ํ•œ ํ•จ์ˆ˜. * ํŒŒ์ผ ์„ ํƒ์ด ์™„๋ฃŒ๋œ ๊ฒฝ์šฐ ๋ฐœ์ƒ. */ scwin.multiUploadSelectDone = function () { //์„ ํƒ๋œ ํŒŒ์ผ ๋ชฉ๋ก์„ ๊ทธ๋ฆฌ๋“œ์— ์ถœ๋ ฅ. ๊ทธ๋ฆฌ๋“œ์— ์—ฐ๊ฒฐ๋œ DataList์— ์„ ํƒ๋œ ํŒŒ์ผ ์ •๋ณด๋ฅผ ํ• ๋‹น. dlt_Upload๋Š” GridView์™€ ์—ฐ๊ฒฐ๋˜์–ด ์žˆ์Œ. dlt_Upload.setJSON(mpd_html5Type.getFileInfos()); }; /** * multiupload ์ปดํฌ๋„ŒํŠธ์˜ ondone ์ด๋ฒคํŠธ ๋ฐœ์ƒ ์‹œ * ์—…๋กœ๋“œ ๊ฒฐ๊ณผ ์ถœ๋ ฅ */ scwin.mpd_html5Type_ondone = function (data) { alert("์—…๋กœ๋“œ๊ฐ€ ์™„๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค."); //๊ฒฐ๊ณผ๊ฐ’์„ textarea์— ์ถœ๋ ฅ. txa_muliuploadDone.setValue(JSON.stringify(data, null, "\t")); }; /** * multiupload ์ปดํฌ๋„ŒํŠธ์˜ [์ดˆ๊ธฐํ™”] ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ ๋ฐœ์ƒ */ scwin.btn_InitMultiupload_onclick = function (e) { //์„ ํƒ ๋ชฉ๋ก ์‚ญ์ œ - ๊ทธ๋ฆฌ๋“œ์— ์—ฐ๊ฒฐ๋œ DataList์˜ ๋ฐ์ดํ„ฐ ์‚ญ์ œ. dlt_Upload.removeAll(); //multiupload ์ปดํฌ๋„ŒํŠธ์˜ ์„ ํƒ๋œ ํŒŒ์ผ ๋ชฉ๋ก ์‚ญ์ œ. mpd_html5Type.removeAllFiles(); //multiupload ๊ฒฐ๊ณผ๊ฐ’ ์ถœ๋ ฅ textarea์˜ value ์ดˆ๊ธฐํ™”. txa_muliuploadDone.setValue(""); }; /** * multiupload ์ปดํฌ๋„ŒํŠธ์˜ [์ „์†ก] ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ ๋ฐœ์ƒ */ scwin.btn_saveMultiupload_onclick = function (e) { //์„ ํƒ๋œ ํŒŒ์ผ์ด ์—†๋Š” ๊ฒฝ์šฐ ๋ถ„๊ธฐ ์ฒ˜๋ฆฌ. if (mpd_html5Type.getFileCount() === 0) { alert("์—…๋กœ๋“œํ•  ํŒŒ์ผ์ด ์—†์Šต๋‹ˆ๋‹ค."); return; } //ํŒŒ์ผ ์—…๋กœ๋“œ ์‹œ์ž‘. ์™„๋ฃŒ๋˜๋ฉด multiupload์˜ ondone ์ด๋ฒคํŠธ๊ฐ€ ๋ฐœ์ƒ.(scwin.mpd_html5Type_ondone) mpd_html5Type.startUpload(); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='ํผ์„ ๊ตฌ์„ฑํ•˜๋Š” ์ปดํฌ๋„ŒํŠธ๋กœ, ๊ธฐ๋ณธ button ( input type="button" )๊ณผ html๋กœ ๊ตฌ์„ฑ ๋œ ์—…๋กœ๋“œ ์ปดํฌ๋„ŒํŠธ ์˜ˆ์‹œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;MultiUpload์˜ ๊ฒฝ์šฐ ๊ธฐ๋ณธ UI๊ฐ€ Flash์ž„์œผ๋กœ HTML5์˜ Multiple์„ ์‚ฌ์šฉํ•˜๊ธฐ ์œ„ํ•ด์„  mode์†์„ฑ์˜ ๊ฐ’์„ html5_transparent์œผ๋กœ ์„ค์ •ํ•˜์—ฌ UI๋ฅผ ๊ตฌ์„ฑํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;์•„๋ž˜ [type : html5_transparent] ์˜ˆ์‹œ๋Š” Multiupload์™€ GridView์ปดํฌ๋„ŒํŠธ๋กœ ๊ตฌ์„ฑ๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;Trigger, Anchor, Upload, MultiUpload' style=""> </w2:textbox> <w2:textbox class="ws_example_txt_desc_info" escape="false" id="" label="์ด ์˜ˆ์ œ๋Š” ์‹œ์—ฐ์šฉ ์˜ˆ์ œ๋กœ ์˜ˆ์ œ ๊ฐ€์ด๋“œ ๋ฌธ์„œ๊ฐ€ ํฌํ•จ๋˜์–ด ์žˆ์ง€ ์•Š์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="Trigger" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:trigger class="" id="" style="width: 80px;height: 26px;" type="button"> <xf:label><![CDATA[type:button]]></xf:label> </xf:trigger> <xf:trigger class="" id="" style="width: 80px;height: 26px;" type="anchor"> <xf:label><![CDATA[type:anchor]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="Anchor" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:anchor class="mr_def" id="" outerDiv="false" style="text-decoration:underline;"> <xf:label><![CDATA[์ด๋™]]></xf:label> </w2:anchor> <w2:anchor class="btn_cm" id="" outerDiv="true" style=""> <xf:label><![CDATA[button]]></xf:label> </w2:anchor> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="Upload" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:group id="" style="max-width: 600px;"> <xf:group class="titbox" id=""> <w2:upload class="" disabled="" ev:ondone="scwin.upd_ex01_ondone" id="upd_ex01" imageStyle="position:absolute;vertical-align:middle;word-wrap:break-word" inputStyle="position:absolute;vertical-align:middle;word-wrap:break-word" style="position: relative ;width: calc(100% - 80px);" type="image"> </w2:upload> <xf:trigger class="btn_cm" ev:onclick="scwin.btn_upload_onclick" id="btn_upload" style="" type="button"> <xf:label><![CDATA[์ „์†ก]]></xf:label> </xf:trigger> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="txt_bold" id="" label="์—…๋กœ๋“œ ๊ฒฐ๊ณผ" style=""></w2:textbox> </xf:group> <xf:textarea class="" id="txa_uploadDone" spellcheck="false" style="width: 100%;height: 120px;"></xf:textarea> </xf:group> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="MultiUpload" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:group id="" style="max-width: 600px;"> <w2:textbox class="mb_def" id="" label='mode="html5_transparent"' style=""></w2:textbox> <w2:textbox class="mb_def" id="" label="(Multiupload, Trigger, GridView๋“ฑ์˜ ์ปดํฌ๋„ŒํŠธ๋กœ ๊ตฌ์„ฑ)" style=""></w2:textbox> <xf:group class="titbox" id="" style=""> <xf:group class="" id="" style="position: relative; float: left;"> <xf:trigger class="btn_cm" ev:onclick="" id="ui_SelectFile" nextTabID="" style="width:80px;" type="button"> <xf:label>ํŒŒ์ผ ์„ ํƒ</xf:label> </xf:trigger> <w2:multiupload action="" ev:ondone="scwin.mpd_html5Type_ondone" filter="" id="mpd_html5Type" maxcount="" maxsize="" mode="html5_transparent" selectCallback="scwin.multiUploadSelectDone" style="position: absolute;left: 0px;top:0px;width:80px;height: 26px;cursor: pointer;z-index: 999;" uploadButton="" wmode="false"> </w2:multiupload> </xf:group> <xf:trigger class="btn_cm fr" ev:onclick="scwin.btn_saveMultiupload_onclick" id="btn_saveMultiupload" style="" type="button"> <xf:label><![CDATA[์ „์†ก]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm fr" ev:onclick="scwin.btn_InitMultiupload_onclick" id="btn_InitMultiupload" style="" type="button"> <xf:label><![CDATA[์ดˆ๊ธฐํ™”]]></xf:label> </xf:trigger> </xf:group> <xf:group class="gvwbox" id=""> <w2:gridView autoFit="lastColumn" class="gvw" dataList="dlt_Upload" fixedColumnWithHidden="true" id="" ignoreCellClick="false" ignoreToggleOnDisabled="false" noResultMessage="์„ ํƒ๋œ ํŒŒ์ผ์ด ์—†์Šต๋‹ˆ๋‹ค." noResultMessageClass="w2gridViewNoResult" noResultMessageStyle="" noResultMessageVisible="true" rowNumHeaderValue="No" rowNumVisible="true" rowNumWidth="30" scrollByColumn="false" scrollByColumnAdaptive="false" style="height: 150px;margin-top: 10px;" summaryAuto="false" useShiftKey="true" visibleRowNum="5"> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column blockSelect="false" displayMode="label" id="column3" inputType="text" style="height:20px;" value="ํŒŒ์ผ๋ช…" width="199"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column1" inputType="text" style="height:20px;" value="์‚ฌ์ด์ฆˆ(byte)" width="88"> </w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column blockSelect="false" displayMode="label" id="name" inputType="text" style="height:20px" textAlign="left" width="199"> </w2:column> <w2:column blockSelect="false" dataType="number" displayFormat="#,###" displayMode="label" id="size" inputType="text" style="height:20px" textAlign="right" width="88"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="txt_bold" id="" label="์—…๋กœ๋“œ ๊ฒฐ๊ณผ" style=""></w2:textbox> </xf:group> <xf:textarea class="mb_def" id="txa_muliuploadDone" spellcheck="false" style="width: 100%;height: 120px;"></xf:textarea> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00010.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="๋“œ๋ž˜๊ทธ ๋“œ๋กญ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20220428" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList id="dlt_userInfo" baseNode="map/list" style="" repeatNode="map" valueAttribute=""> <w2:columnInfo> <w2:column id="name" name="name" dataType="text"></w2:column> <w2:column id="gender" name="gender" dataType="text"></w2:column> <w2:column id="info" name="info" dataType="text"></w2:column> </w2:columnInfo> <w2:data xmlns="" use="true"> <w2:row> <name><![CDATA[์•„์ด์œ ]]></name> <gender><![CDATA[F]]></gender> <info><![CDATA[์•„์ด์œ ๋Š” ๋กœ์—” ์—”ํ„ฐํ…Œ์ธ๋จผํŠธ ์†Œ์†์˜ ๋Œ€ํ•œ๋ฏผ๊ตญ ์—ฌ์„ฑ ์†”๋กœ ๊ฐ€์ˆ˜, ๋ฐฐ์šฐ์ด๋‹ค. ์•„์ด์œ (IU)๋ผ๋Š” ์ด๋ฆ„์€ โ€˜Iโ€™์™€ โ€˜Youโ€™๋ฅผ ํ•ฉ์นœ ํ•ฉ์„ฑ์–ด๋กœ โ€˜๋„ˆ์™€ ๋‚ด๊ฐ€ ์Œ์•…์œผ๋กœ ํ•˜๋‚˜๊ฐ€ ๋œ๋‹คโ€™๋Š” ์˜๋ฏธ์ด๋‹ค.]]></info> </w2:row> <w2:row> <name><![CDATA[์ •ํ˜•๋ˆ]]></name> <gender><![CDATA[M]]></gender> <info><![CDATA[์ •ํ˜•๋ˆ์€ ๋Œ€ํ•œ๋ฏผ๊ตญ์˜ ๊ฐœ๊ทธ๋งจ์ด๋‹ค.]]></info> </w2:row> <w2:row> <name><![CDATA[์œ ์Šนํ˜ธ]]></name> <gender><![CDATA[M]]></gender> <info><![CDATA[์œ ์Šนํ˜ธ๋Š” ๋Œ€ํ•œ๋ฏผ๊ตญ์˜ ๋ฐฐ์šฐ์ด๋‹ค. 1999๋…„ n016 CF๋กœ ์—ฐ์˜ˆ๊ณ„์— ๋ฐ๋ท”ํ•˜์˜€๋‹ค. 2000๋…„ ํŠน์ง‘๊ทน ใ€Š๊ฐ€์‹œ๊ณ ๊ธฐใ€‹๋กœ ์—ฐ๊ธฐ๋ฅผ ์‹œ์ž‘ํ•˜์˜€๋‹ค.]]></info> </w2:row> <w2:row> <name><![CDATA[๊น€๋ฏผํฌ]]></name> <gender><![CDATA[F]]></gender> <info><![CDATA[๊น€๋ฏผํฌ๋Š” ๋Œ€ํ•œ๋ฏผ๊ตญ์˜ ํƒค๋ŸฐํŠธ์ด์ž ์˜ํ™”๋ฐฐ์šฐ ๋ชจ๋ธ์ด๋‹ค.]]></info> </w2:row> <w2:row> <name><![CDATA[๊ถŒ์ง€์šฉ]]></name> <gender><![CDATA[M]]></gender> <info><![CDATA[์ง€๋“œ๋ž˜๊ณค์€ ๋Œ€ํ•œ๋ฏผ๊ตญ์˜ ์‹ฑ์–ด์†ก๋ผ์ดํ„ฐ์ด์ž ํ”„๋กœ๋“€์„œ๋กœ, ์Œ์•… ๊ทธ๋ฃน ๋น…๋ฑ…์˜ ๋ฆฌ๋”์ด๋‹ค.]]></info> </w2:row> <w2:row> <name><![CDATA[๊น€ํ˜„์•„]]></name> <birthday><![CDATA[19920606]]></birthday> <gender><![CDATA[F]]></gender> <work><![CDATA[1]]></work> <info><![CDATA[๊น€ํ˜„์•„๋Š” ๋Œ€ํ•œ๋ฏผ๊ตญ์˜ ๋Œ„์Šค ํŒ ๊ฐ€์ˆ˜๋กœ, ํ˜„์žฌ๋Š” ํฌ๋ฏธ๋‹›์˜ ๋ฉค๋ฒ„์ด๋‹ค.]]></info> </w2:row> <w2:row> <name><![CDATA[๊น€์ค€ํ˜„]]></name> <birthday><![CDATA[19801116]]></birthday> <gender><![CDATA[M]]></gender> <work><![CDATA[3]]></work> <info><![CDATA[๊น€์ค€ํ˜„์€ ๋Œ€ํ•œ๋ฏผ๊ตญ์˜ ๊ฐœ๊ทธ๋งจ์ด๋‹ค. ๋ณธ๊ด€์€ ๊น€๋…•์ด๋‹ค. ๋ถ€์นœ์€ ๅ‰ KBS ๊ต์–‘ PD์ธ ๊น€์ƒ๊ทผ์ด๋‹ค.]]></info> </w2:row> <w2:row> <name><![CDATA[์†ก์ค‘๊ธฐ]]></name> <birthday><![CDATA[19850919]]></birthday> <gender><![CDATA[M]]></gender> <work><![CDATA[4,5]]></work> <info><![CDATA[์†ก์ค‘๊ธฐ๋Š” ๋Œ€ํ•œ๋ฏผ๊ตญ์˜ ๋ฐฐ์šฐ์ด๋‹ค. 2๋‚จ 1๋…€ ์ค‘ ์ฐจ๋‚จ์œผ๋กœ ๋Œ€์ „๊ด‘์—ญ์‹œ์—์„œ ํƒœ์–ด๋‚ฌ๋‹ค. ์„ฑ๊ท ๊ด€๋Œ€ํ•™๊ต ๊ฒฝ์˜ํ•™๊ณผ๋ฅผ ์กธ์—…ํ•˜์˜€๋‹ค. 2008๋…„ ์˜ํ™” ใ€Š์Œํ™”์ ใ€‹์œผ๋กœ ๋ฐ๋ท”ํ•˜์˜€๋‹ค.]]></info> </w2:row> </w2:data> </w2:dataList> <w2:dataList id="dlt_userInfo2" baseNode="map/list" style="" repeatNode="map" valueAttribute=""> <w2:columnInfo> <w2:column id="name" name="name" dataType="text"></w2:column> <w2:column id="gender" name="gender" dataType="text"></w2:column> <w2:column id="info" name="info" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList id="dlt_code_gender" baseNode="list" style="" repeatNode="map" valueAttribute=""> <w2:columnInfo> <w2:column id="label" name="label" dataType="text"></w2:column> <w2:column id="value" name="value" dataType="text"></w2:column> </w2:columnInfo> <w2:data xmlns="" use="true"> <w2:row> <label><![CDATA[๋‚จ์ž]]></label> <value><![CDATA[M]]></value> </w2:row> <w2:row> <label><![CDATA[์—ฌ์ž]]></label> <value><![CDATA[F]]></value> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="GridView์—์„œ ์ œ๊ณตํ•˜๋Š” Drag &amp; Drop ๊ธฐ๋Šฅ ์˜ˆ์‹œ์ž…๋‹ˆ๋‹ค. ์™ผ์ชฝ GridView์˜ ํ–‰๋ฅผ ๋“œ๋ž˜๊ทธํ•˜์—ฌ ์˜ค๋ฅธ์ชฝ GridView์œ„์—์„œ ๋“œ๋กญํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:textbox class="ws_example_txt_desc_info" escape="false" id="" label="์ด ์˜ˆ์ œ๋Š” ๋งˆ์šฐ์Šค ์‚ฌ์šฉ์ด ๊ฐ€๋Šฅํ•œ ํ™˜๊ฒฝ์—์„œ ์ •์ƒ ๋™์ž‘ํ•ฉ๋‹ˆ๋‹ค." style=""></w2:textbox> <w2:textbox class="ws_example_txt_desc_info" escape="false" id="" label="์ด ์˜ˆ์ œ๋Š” ์‹œ์—ฐ์šฉ ์˜ˆ์ œ๋กœ ์˜ˆ์ œ ๊ฐ€์ด๋“œ ๋ฌธ์„œ๊ฐ€ ํฌํ•จ๋˜์–ด ์žˆ์ง€ ์•Š์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group style="overflow:hidden;" class="gvwbox"> <w2:gridView adaptive="" autoFit="lastColumn" class="gvw" columnMove="" dataDragDrop="true" dataList="dlt_userInfo" dragDisplayColumn="name" dragEndFunction="" dragStartFunction="" enterKeyMove="" fastScroll="" filterFocusMode="infocus" fixedColumnWithHidden="true" id="" scrollByColumn="false" sortEvent="onclick" sortable="true" style="height: 350px;width:130px;float:left;margin-right:10px;;box-sizing:border-content;" useShiftKey="false" visibleRowNum="all" defaultCellHeight="26" autoFitMinWidth="200"> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column blockSelect="false" id="column3" inputType="text" style="" value="์ด๋ฆ„" width="60"></w2:column> <w2:column blockSelect="false" id="column5" inputType="text" style="" value="์„ฑ๋ณ„" width="60"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column blockSelect="false" id="name" inputType="text" style="" value="" width="60"></w2:column> <w2:column allOption="" blockSelect="false" chooseOption="" depthColumn="" depthType="" id="gender" inputType="select" style="" value="" width="60"> <w2:choices> <w2:itemset nodeset="data:dlt_code_gender"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> </w2:row> </w2:gBody> </w2:gridView> <w2:gridView adaptive="" autoFit="lastColumn" autoFitMinWidth="500" class="gvw" columnMove="" dataDragDrop="true" dataList="dlt_userInfo2" dragDisplayColumn="name,gender" dragEndFunction="" dragStartFunction="" fixedColumnWithHidden="true" id="" keepDefaultColumnWidth="" scrollByColumn="false" style="height: 350px;width:calc(100% - 140px);float:left;box-sizing:border-content;" useShiftKey="false" visibleRowNum="all" defaultCellHeight="26"> <w2:header id="header2" style=""> <w2:row id="row3" style=""> <w2:column blockSelect="false" id="column9" inputType="text" style="" value="์ด๋ฆ„" width="87"></w2:column> <w2:column blockSelect="false" id="column7" inputType="text" style="" value="์„ฑ๋ณ„" width="98"></w2:column> <w2:column blockSelect="false" id="column5" inputType="text" style="" value="๋น„๊ณ " width="70"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody2" style=""> <w2:row id="row4" style=""> <w2:column blockSelect="false" id="name" inputType="text" style="" width="87"></w2:column> <w2:column allOption="" blockSelect="false" chooseOption="" id="gender" inputType="select" style="" width="98"> <w2:choices> <w2:itemset nodeset="data:dlt_code_gender"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column blockSelect="false" id="info" inputType="text" readOnly="" style="" textAlign="left" width="70"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00124S02.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20220930" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <w2:textbox id="" label="P00124S02.xml" style="color: indigo;font-size: 1.8em;font-weight: bold;"></w2:textbox> </xf:group> </body> </html>
WRE/WebContent/page/P00206.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] ํŠน์ • ํ–‰ ์ˆจ๊ธฐ๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20230203" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="book_name" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="price" name="์ •๊ฐ€"></w2:column> <w2:column id="published_date" name="์ถœ๊ฐ„์ผ" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <book_name><![CDATA[์‚ฌ๋žŒ์ผ๊นŒ ์ƒํ™ฉ์ผ๊นŒ]]></book_name> <price><![CDATA[28000]]></price> <published_date><![CDATA[20190826]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋‚ด๊ฐ€ ํ‹€๋ฆด ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค]]></book_name> <price><![CDATA[16000]]></price> <published_date><![CDATA[20220418]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋ฌด์—‡์ด ์˜ณ์€๊ฐ€]]></book_name> <price><![CDATA[17800]]></price> <published_date><![CDATA[20220419]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ]]></book_name> <price><![CDATA[18000]]></price> <published_date><![CDATA[20201201]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[์ฑ…๋“ค์˜ ๋ถ€์—Œ]]></book_name> <price><![CDATA[14500]]></price> <published_date><![CDATA[20220512]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋ถˆํŽธํ•œ ํŽธ์˜์ ]]></book_name> <price><![CDATA[14000]]></price> <published_date><![CDATA[20210420]]></published_date> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; /** * ๋ฒ„ํŠผ [2๋ฒˆ์งธ ํ–‰์„ ์ˆจ๊น€ ์ง€์ •ํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_onclick = function (e) { //GridView 'grd_exam1'์˜ 2๋ฒˆ์งธ ํ–‰์„ ์ˆจ๊น€ ์ง€์ •ํ•˜๊ธฐ grd_exam1.setRowVisible(1, false); }; /** * ๋ฒ„ํŠผ [2๋ฒˆ์งธ ํ–‰์„ ํ‘œ์‹œํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex2_onclick = function (e) { //GridView 'grd_exam1'์˜ 2๋ฒˆ์งธ ํ–‰์„ ํ‘œ์‹œํ•˜๊ธฐ grd_exam1.setRowVisible(1, true); }; /** * ๋ฒ„ํŠผ [1๋ฒˆ์งธ, 3๋ฒˆ์งธ ํ–‰์„ ์ˆจ๊ธฐ๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex3_onclick = function (e) { //GridView 'grd_exam1'์˜ 1๋ฒˆ์งธ, 3๋ฒˆ์งธ ํ–‰์„ ์ˆจ๊ธฐ๊ธฐ grd_exam1.setRowVisible(0, false); grd_exam1.setRowVisible(2, false); }; /** * ๋ฒ„ํŠผ [์ˆจ๊ธด ํ–‰ ๋ชจ๋‘ ์ทจ์†Œํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex4_onclick = function (e) { //GridView 'grd_exam1'์˜ ์ˆจ๊ธด ํ–‰ ๋ชจ๋‘ ์ทจ์†Œํ•˜๊ธฐ grd_exam1.clearRowVisible(); };]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='GridView์˜ ํŠน์ • ํ–‰์˜ ์ˆจ๊น€ ์—ฌ๋ถ€์„ ์ง€์ •ํ•˜๋Š” ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์ด ๊ธฐ๋Šฅ์€ ์•„๋ž˜์˜ ํ•จ์ˆ˜๋ฅผ ํ˜ธ์ถœํ•˜์—ฌ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;- setRowVisible : ํŠน์ • ํ–‰์˜ ์ˆจ๊น€ ์—ฌ๋ถ€ ์„ค์ •&lt;br/&gt;- clearRowVisible : ์ˆจ๊น€ ์ฒ˜๋ฆฌํ•œ ํ–‰์„ ๋ชจ๋‘ ํ‘œ์‹œ' style=""></w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="ํŠน์ • ํ–‰์˜ ์ˆจ๊น€ ์—ฌ๋ถ€ ์ง€์ •ํ•˜๊ธฐ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:group class="mb_def_box nobottom" id="" style=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex1_onclick" id="btn_ex1" style="" type="button"> <xf:label><![CDATA[2๋ฒˆ์งธ ํ–‰์„ ์ˆจ๊น€ ์ง€์ •ํ•˜๊ธฐ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" id="btn_ex2" style="" type="button" ev:onclick="scwin.btn_ex2_onclick"> <xf:label><![CDATA[2๋ฒˆ์งธ ํ–‰์„ ํ‘œ์‹œํ•˜๊ธฐ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="mb_def_box nobottom" id="" style=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex3_onclick" id="btn_ex3" style="" type="button"> <xf:label><![CDATA[1๋ฒˆ์งธ, 3๋ฒˆ์งธ ํ–‰์„ ์ˆจ๊ธฐ๊ธฐ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex4_onclick" id="btn_ex4" style="" type="button"> <xf:label><![CDATA[์ˆจ๊ธด ํ–‰ ๋ชจ๋‘ ์ทจ์†Œํ•˜๊ธฐ]]></xf:label> </xf:trigger> </xf:group> <w2:gridView autoFit="allColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" id="grd_exam1" style="height:100px;" visibleRowNum="4" visibleRowNumFix="true" rowNumVisible="true" rowNumWidth="26" readOnly="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="178"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="63"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="83"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" width="178"></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="63"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" width="83"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00212.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] ํŠน์ • ์—ด ์ˆจ๊ธฐ๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20230210" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList id="dlt_member" saveRemovedData="true"> <w2:columnInfo> <w2:column id="EMP_CD" name="์‚ฌ๋ฒˆ" dataType="number"></w2:column> <w2:column id="EMP_NM" name="์„ฑ๋ช…" dataType="text"></w2:column> <w2:column id="GENDER_CD" name="์„ฑ๋ณ„" dataType="text"></w2:column> <w2:column id="JOIN_DATE" name="์ž…์‚ฌ์ผ" dataType="text"></w2:column> <w2:column id="POSITION_CD" name="์ง์œ„" dataType="text"></w2:column> <w2:column id="ROLE_CD" name="์—ญํ• " dataType="text"></w2:column> <w2:column id="group" name="์†Œ์†" dataType="text"></w2:column> <w2:column id="EMAIL" name="์ด๋ฉ”์ผ" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <EMP_CD><![CDATA[10001334]]></EMP_CD> <EMP_NM><![CDATA[์ „์„ฑ์€]]></EMP_NM> <GENDER_CD><![CDATA[์—ฌ]]></GENDER_CD> <JOIN_DATE><![CDATA[20021201]]></JOIN_DATE> <POSITION_CD><![CDATA[์ฐจ์žฅ]]></POSITION_CD> <ROLE_CD><![CDATA[ํผ๋ธ”๋ฆฌ์‹ฑ]]></ROLE_CD> <group><![CDATA[๋ณธ์‚ฌ]]></group> <EMAIL><![CDATA[[email protected]]]></EMAIL> </w2:row> <w2:row> <EMP_CD><![CDATA[10001337]]></EMP_CD> <EMP_NM><![CDATA[๋งˆ์ •์—ฐ]]></EMP_NM> <GENDER_CD><![CDATA[๋‚จ]]></GENDER_CD> <JOIN_DATE><![CDATA[20120430]]></JOIN_DATE> <POSITION_CD><![CDATA[์‚ฌ์›]]></POSITION_CD> <ROLE_CD><![CDATA[๊ฐœ๋ฐœ]]></ROLE_CD> <group><![CDATA[๋ณธ์‚ฌ]]></group> <EMAIL><![CDATA[[email protected]]]></EMAIL> </w2:row> <w2:row> <EMP_CD><![CDATA[10001335]]></EMP_CD> <EMP_NM><![CDATA[๋™์„ธํฌ]]></EMP_NM> <GENDER_CD><![CDATA[์—ฌ]]></GENDER_CD> <JOIN_DATE><![CDATA[20050401]]></JOIN_DATE> <POSITION_CD><![CDATA[๋ถ€์žฅ]]></POSITION_CD> <ROLE_CD><![CDATA[๋””์ž์ธ]]></ROLE_CD> <group><![CDATA[๋ณธ์‚ฌ]]></group> <EMAIL><![CDATA[[email protected]]]></EMAIL> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; /** * ๋ฒ„ํŠผ [์ปฌ๋Ÿผ '์„ฑ๋ช…' ์ˆจ๊ธฐ๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_1_onclick = function (e) { //GridView 'grd_exam1'์˜ ์ปฌ๋Ÿผ '์„ฑ๋ช…'์„ ์ˆจ๊ธฐ๊ธฐ grd_exam1.setColumnVisible("EMP_NM", false); }; /** * ๋ฒ„ํŠผ [์ปฌ๋Ÿผ '์„ฑ๋ช…' ๋ณด์ด๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_2_onclick = function (e) { //GridView 'grd_exam1'์˜ ์ปฌ๋Ÿผ '์„ฑ๋ช…'์„ ๋ณด์ด๊ธฐ grd_exam1.setColumnVisible("EMP_NM", true); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='GridView์˜ ์—ด์˜ ์ˆจ๊น€ ์—ฌ๋ถ€์„ ์Šคํฌ๋ฆฝํŠธ๋กœ ์ง€์ •ํ•˜๋Š” ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์ด ๊ธฐ๋Šฅ์€ ์•„๋ž˜์˜ ํ•จ์ˆ˜๋ฅผ ํ˜ธ์ถœํ•˜์—ฌ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;- setColumnVisible : ํŠน์ • ์—ด์˜ ์ˆจ๊น€ ์—ฌ๋ถ€ ์„ค์ •' style=""> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="์Šคํฌ๋ฆฝํŠธ๋กœ ์ปฌ๋Ÿผ์˜ ์ˆจ๊น€ ์—ฌ๋ถ€ ์ง€์ •ํ•˜๊ธฐ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <xf:group class="mb_def_box nobottom" id="" style=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex1_1_onclick" id="btn_ex1_1" style="" type="button"> <xf:label><![CDATA[์ปฌ๋Ÿผ '์„ฑ๋ช…' ์ˆจ๊ธฐ๊ธฐ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex1_2_onclick" id="btn_ex1_2" style="" type="button"> <xf:label><![CDATA[์ปฌ๋Ÿผ '์„ฑ๋ช…' ๋ณด์ด๊ธฐ]]></xf:label> </xf:trigger> </xf:group> <w2:gridView autoFit="none" class="gvw" dataList="data:dlt_member" defaultCellHeight="24" id="grd_exam1" style="height: 100px;" visibleRowNum="all" scrollByColumn="false"> <w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption> <w2:header id="header2" style=""> <w2:row id="row3" style=""> <w2:column displayMode="label" id="column16" inputType="text" value="์‚ฌ๋ฒˆ" width="70"></w2:column> <w2:column displayMode="label" id="column15" inputType="text" value="์„ฑ๋ช…" width="70"></w2:column> <w2:column displayMode="label" id="column14" inputType="text" value="์„ฑ๋ณ„" width="56"></w2:column> <w2:column displayMode="label" id="column13" inputType="text" value="์ž…์‚ฌ์ผ" width="76"></w2:column> <w2:column displayMode="label" id="column12" inputType="text" value="์ง์œ„" width="70"></w2:column> <w2:column displayMode="label" id="column11" inputType="text" value="์—ญํ• " width="70"></w2:column> <w2:column displayMode="label" id="column10" inputType="text" value="์†Œ์†" width="50"></w2:column> <w2:column width="170" inputType="text" style="" id="column17" value="์ด๋ฉ”์ผ" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody2" style=""> <w2:row id="row4" style=""> <w2:column displayMode="label" id="EMP_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="EMP_NM" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="GENDER_CD" inputType="text" value="" width="56"></w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="JOIN_DATE" inputType="text" value="" width="76"> </w2:column> <w2:column displayMode="label" id="POSITION_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="ROLE_CD" inputType="text" width="70"></w2:column> <w2:column displayMode="label" id="group" inputType="text" width="50" value=""></w2:column> <w2:column width="170" inputType="text" style="" id="EMAIL" value="" displayMode="label" textAlign="left"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00159S02.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20221104" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <w2:textbox id="" label="P00159S02.xml" style="color: darkviolet;font-size: 1.6em;font-weight: bold;"></w2:textbox> </xf:group> </body> </html>
WRE/WebContent/page/P00055S02.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20220729" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; /** * ๋ฒ„ํŠผ [$p.isPopup() ์‹คํ–‰] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_onclick = function (e) { var ispopup; var strResult; ispopup = $p.isPopup(); //์˜ˆ์ƒ ๊ฒฐ๊ณผ : false strResult = "$p.isPopup();\n"; strResult += "์˜ˆ์ƒ ๊ฒฐ๊ณผ : false\n"; strResult += "์‹คํ–‰ ๊ฒฐ๊ณผ : " + ispopup; alert(strResult); }; /** * ๋ฒ„ํŠผ [$p.isPopup(true) ์‹คํ–‰] ํด๋ฆญ ์‹œ */ scwin.btn_ex2_onclick = function (e) { var ispopup; var strResult; ispopup = $p.isPopup(true); //์˜ˆ์ƒ ๊ฒฐ๊ณผ : true strResult = "$p.isPopup(true);\n"; strResult += "์˜ˆ์ƒ ๊ฒฐ๊ณผ : true\n"; strResult += "์‹คํ–‰ ๊ฒฐ๊ณผ : " + ispopup; alert(strResult); }; /** * ๋ฒ„ํŠผ [$p.isWFramePopup() ์‹คํ–‰] ํด๋ฆญ ์‹œ */ scwin.btn_ex3_onclick = function (e) { var isWFramePopup; var strResult; isWFramePopup = $p.isWFramePopup(); //์˜ˆ์ƒ ๊ฒฐ๊ณผ : false strResult = "$p.isWFramePopup();\n"; strResult += "์˜ˆ์ƒ ๊ฒฐ๊ณผ : false\n"; strResult += "์‹คํ–‰ ๊ฒฐ๊ณผ : " + isWFramePopup; alert(strResult); }; /** * ๋ฒ„ํŠผ [$p.isWFramePopup(true) ์‹คํ–‰] ํด๋ฆญ ์‹œ */ scwin.btn_ex4_onclick = function (e) { var isWFramePopup; var strResult; isWFramePopup = $p.isWFramePopup(true); //์˜ˆ์ƒ ๊ฒฐ๊ณผ : true strResult = "$p.isWFramePopup(true);\n"; strResult += "์˜ˆ์ƒ ๊ฒฐ๊ณผ : true\n"; strResult += "์‹คํ–‰ ๊ฒฐ๊ณผ : " + isWFramePopup; alert(strResult); };]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="์ด ์˜์—ญ์€ WFrame ์ž…๋‹ˆ๋‹ค. WFrame์•ˆ์˜ ์†Œ์Šค์—์„œ์˜ ๋™์ž‘์„ ํ™•์ธํ•˜๊ธฐ ์œ„ํ•ด ๊ตฌ์„ฑ๋˜์—ˆ์Šต๋‹ˆ๋‹ค." style=""></w2:textbox> </xf:group> <xf:group id="" style="" class="titbox"> <xf:trigger class="btn_exam_exec" disabled="" escape="false" ev:onclick="scwin.btn_ex1_onclick" id="btn_ex1" style="" type="button"> <xf:label><![CDATA[$p.isPopup() ์‹คํ–‰]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec" disabled="" escape="false" id="btn_ex2" style="" type="button" ev:onclick="scwin.btn_ex2_onclick"> <xf:label><![CDATA[$p.isPopup(true) ์‹คํ–‰]]></xf:label> </xf:trigger> </xf:group> <xf:group class="titbox" id="" style=""> <xf:trigger class="btn_exam_exec" disabled="" escape="false" ev:onclick="scwin.btn_ex3_onclick" id="btn_ex3" style="" type="button"> <xf:label><![CDATA[$p.isWFramePopup() ์‹คํ–‰]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec" disabled="" escape="false" ev:onclick="scwin.btn_ex4_onclick" id="btn_ex4" style="" type="button"> <xf:label><![CDATA[$p.isWFramePopup(true) ์‹คํ–‰]]></xf:label> </xf:trigger> </xf:group> </body> </html>
WRE/WebContent/page/P00130P01.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20220930" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ /** * ํŽ˜์ด์ง€ ๋กœ๋“œ ์™„๋ฃŒ ์‹œ ํ˜ธ์ถœ */ scwin.onpageload = function () { scwin.initPage(); }; /** * ํŽ˜์ด์ง€ ์ดˆ๊ธฐํ™” */ scwin.initPage = function () { var jsnPopParam; var strInputValue; //๋ถ€๋ชจ์ฐฝ์—์„œ ์ „๋‹ฌํ•œ ๋ฐ์ดํ„ฐ ๊ฐ์ฒด๋ช… "p_param"์œผ๋กœ ํŒŒ๋ผ๋ฏธํ„ฐ ๋ฐ˜ํ™˜ jsnPopParam = $p.getParameter("p_param"); //InputCalendar์˜ ์‚ฌ์šฉ์ž ์ž…๋ ฅ๊ฐ’ ์ถ”์ถœ strInputValue = jsnPopParam.inputData; //span "tbx_msg"์— ์ž…๋ ฅ๊ฐ’ ์ถœ๋ ฅ tbx_msg.setValue(strInputValue); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="pop_contents" id="" style="padding: 10px;"> <xf:group id="" style="font-size: 1.2em;min-height: 1em;font-weight: bold;margin-bottom: 10px;"> <w2:span id="tbx_msg" label=" " style="color:tomato;font-weight:bold;"></w2:span> <w2:span id="" label="์€ ์œ ํšจํ•œ ๋‚ ์งœ๊ฐ€ ์•„๋‹™๋‹ˆ๋‹ค." style=""></w2:span> </xf:group> <w2:textbox id="" label="(ํŒ์—… - P00123P01.xml)" style="color: DarkCyan;font-weight: bold;font-size: 1.1em;"></w2:textbox> </xf:group> </body> </html>
WRE/WebContent/page/P00158.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[TabControl] ํƒญ ๋ณ„ ๋น„ํ™œ์„ฑํ™” ์ƒํƒœ ์œ ์ง€ํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20221104" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { scwin.initPage(); }; /** * ํ™”๋ฉด ์ดˆ๊ธฐํ™” */ scwin.initPage = function () { tac_exam1.addTab( "P00158S01", { "label": "P00158S01", "openAction": "select" }, { "src": "/page/P00158S01.xml", "wframe": true } ); tac_exam2.addTab( "P00158S02", { "label": "P00158S02", "openAction": "select" }, { "src": "/page/P00158S02.xml", "wframe": true } ); }; /** * ์˜์—ญ [(๊ธฐ๋ณธ ๋™์ž‘) keepDisabledTab ๋ฏธ์‚ฌ์šฉ]์˜ * ๋ฒ„ํŠผ [๋น„ํ™œ์„ฑํ™” ํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_onclick = function (e) { //TabControl [tac_exam1] ๋น„ํ™œ์„ฑํ™” ์„ค์ • tac_exam1.setDisabled(true); }; /** * ์˜์—ญ [(๊ธฐ๋ณธ ๋™์ž‘) keepDisabledTab ๋ฏธ์‚ฌ์šฉ]์˜ * ๋ฒ„ํŠผ [ํ™œ์„ฑํ™” ํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_1_onclick = function (e) { //TabControl [tac_exam1] ํ™œ์„ฑํ™” ์„ค์ • tac_exam1.setDisabled(false); }; /** * ์˜์—ญ [keepDisabledTab ์‚ฌ์šฉ]์˜ * ๋ฒ„ํŠผ [๋น„ํ™œ์„ฑํ™” ํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex2_onclick = function (e) { //TabControl [tac_exam2] ๋น„ํ™œ์„ฑํ™” ์„ค์ • tac_exam2.setDisabled(true); }; /** * ์˜์—ญ [keepDisabledTab ์‚ฌ์šฉ]์˜ * ๋ฒ„ํŠผ [ํ™œ์„ฑํ™” ํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex2_1_onclick = function (e) { //TabControl [tac_exam2] ํ™œ์„ฑํ™” ์„ค์ • tac_exam2.setDisabled(false); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='TabControl์˜ ๋น„ํ™œ์„ฑํ™” ์œ ์ง€ ์†์„ฑ์ธ keepDisabledTab ์„ค์ • ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์†์„ฑ keepDisabledTab์€ &lt;br/&gt;API setDisabeld๋กœ TabControl์„ ํ™œ์„ฑํ™”ํ•  ๋•Œ,&lt;br/&gt;API disableTab์œผ๋กœ ๋น„ํ™œ์„ฑํ™”๋œ ํƒญ์€ ๋น„ํ™œ์„ฑํ™” ์ƒํƒœ๋ฅผ ์œ ์ง€ํ•˜๋Š” ์†์„ฑ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์ด ๊ธฐ๋Šฅ์€ ์ƒ์œ„ TabControl์— API setDisabeld๋ฅผ ํ˜ธ์ถœํ•  ๋•Œ๋„ ๋™์ž‘๋ฉ๋‹ˆ๋‹ค.' style=""> </w2:textbox> </xf:group> <xf:group id="" style="" class=""></xf:group> <xf:group class="example_div_tb_style_wrap mw600" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="(๊ธฐ๋ณธ ๋™์ž‘) keepDisabledTab ๋ฏธ์‚ฌ์šฉ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์ƒ์œ„ TabControl์ด ๋น„ํ™œ์„ฑํ™” ๋˜์—ˆ๋‹ค๊ฐ€ ํ™œ์„ฑํ™”๋˜๋ฉด ํ•˜์œ„ TabControl์˜ ๋น„ํ™œ์„ฑํ™”๋œ Tab๋„ ํ™œ์„ฑํ™”๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="mb10" id="" style=""> <xf:trigger class="btn_exam_exec" ev:onclick="scwin.btn_ex1_onclick" id="btn_ex1" style="" type="button"> <xf:label><![CDATA[๋น„ํ™œ์„ฑํ™” ํ•˜๊ธฐ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec" id="btn_ex1_1" style="" type="button" ev:onclick="scwin.btn_ex1_1_onclick"> <xf:label><![CDATA[ํ™œ์„ฑํ™” ํ•˜๊ธฐ]]></xf:label> </xf:trigger> </xf:group> <w2:tabControl alwaysDraw="false" class="" confirmFalseAction="new" confirmTrueAction="exist" id="tac_exam1" style="position: relative;height: 300px;" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true"> </w2:tabControl> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label='keepDisabledTab ์‚ฌ์šฉ' style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์ƒ์œ„ TabControl์ด ๋น„ํ™œ์„ฑํ™” ๋˜์—ˆ๋‹ค๊ฐ€ ํ™œ์„ฑํ™”๋˜๋ฉด ํ•˜์œ„ TabControl์˜ ๋น„ํ™œ์„ฑํ™”๋œ Tab์€ ๋น„ํ™œ์„ฑํ™” ์ƒํƒœ๊ฐ€ ์œ ์ง€๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="mb10" id="" style=""> <xf:trigger class="btn_exam_exec" id="btn_ex2" style="" type="button" ev:onclick="scwin.btn_ex2_onclick"> <xf:label><![CDATA[๋น„ํ™œ์„ฑํ™” ํ•˜๊ธฐ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec" id="btn_ex2_1" style="" type="button" ev:onclick="scwin.btn_ex2_1_onclick"> <xf:label><![CDATA[ํ™œ์„ฑํ™” ํ•˜๊ธฐ]]></xf:label> </xf:trigger> </xf:group> <w2:tabControl alwaysDraw="false" class="" confirmFalseAction="new" confirmTrueAction="exist" id="tac_exam2" style="position: relative;height: 290px;" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true" frameModal="true"> </w2:tabControl> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00170.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] ๋งˆ์šฐ์Šค๋ฅผ ์ด์šฉํ•˜์—ฌ ์…€์˜ ์ˆ˜์ •(ํŽธ์ง‘) ๋ชจ๋“œ ์ง„์ž… ์‹œ ์ ์šฉํ•  ์ด๋ฒคํŠธ ์ง€์ •ํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20221223" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="book_name" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="price" name="์ •๊ฐ€"></w2:column> <w2:column id="published_date" name="์ถœ๊ฐ„์ผ" dataType="text"></w2:column> <w2:column id="categoryLabel" name="๋ถ„๋ฅ˜" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { scwin.setInitData(); }; /** * DataList์— Data ํ• ๋‹น */ scwin.setInitData = function () { var arrData = [ { "book_name": "๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ", "categoryLabel": "์ธ๋ฌธ", "price": "18000", "published_date": "20201201" }, { "book_name": "์‚ฌ๋žŒ์ผ๊นŒ ์ƒํ™ฉ์ผ๊นŒ", "categoryLabel": "์ธ๋ฌธ", "price": "28000", "published_date": "20190826" }, { "book_name": "๋ฌด์—‡์ด ์˜ณ์€๊ฐ€", "categoryLabel": "์ธ๋ฌธ", "price": "17800", "published_date": "20220419" }, { "book_name": "๋ถˆํŽธํ•œ ํŽธ์˜์ ", "categoryLabel": "์†Œ์„ค", "price": "14000", "published_date": "20210420" }, { "book_name": "์ฑ…๋“ค์˜ ๋ถ€์—Œ", "categoryLabel": "์†Œ์„ค", "price": "14500", "published_date": "20220512" } ]; dlt_books.setJSON(arrData); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="GridView์˜ ์†์„ฑ editModeEvent์™€ ์†์„ฑ editModeEventIcon์˜ ์„ค์ • ๊ฐ’ ๋น„๊ต ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;๋‘ ์†์„ฑ์€ ๋งˆ์šฐ์Šค๋ฅผ ์ด์šฉํ•˜์—ฌ ์…€์„ ์ˆ˜์ • ๋ชจ๋“œ๋กœ ๋ณ€๊ฒฝํ•  ๋•Œ ์ ์šฉํ•  ์ด๋ฒคํŠธ๋ฅผ ์ง€์ •ํ•˜๋Š” ๊ธฐ๋Šฅ์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค." style="" class=""> </w2:textbox> <w2:textbox escape="false" id="" label="์†์„ฑ๋ณ„ ์ ์šฉ ๋ฒ”์œ„๋Š” ์•„๋ž˜์™€ ๊ฐ™์Šต๋‹ˆ๋‹ค.&lt;br/&gt;- editModeEvent : ์†์„ฑ viewType์˜ ์„ค์ • ๊ฐ’์ด icon์ด ์•„๋‹Œ ์ปฌ๋Ÿผ&lt;br/&gt;- editModeEventIcon์˜ : ์†์„ฑ viewType์˜ ์„ค์ • ๊ฐ’์ด icon์ธ ์ปฌ๋Ÿผ" style=""> </w2:textbox> <w2:textbox escape="false" id="" label="์†์„ฑ์€ GridView์™€ ์ปฌ๋Ÿผ์— ๊ฐ๊ฐ ์„ค์ •ํ•  ์ˆ˜ ์žˆ์œผ๋ฉฐ, ์ปฌ๋Ÿผ์˜ ์„ค์ •์ด ์šฐ์„ ํ•ฉ๋‹ˆ๋‹ค." style="" class="ws_example_txt_desc_info"> </w2:textbox> <xf:group class="" id="" style="" tagname="details"> <w2:textbox escape="false" id="" label="๋”๋ณด๊ธฐ" style="" tagname="summary"></w2:textbox> <w2:textbox class="" escape="false" id="" label="๋ณธ๋ž˜ ์†์„ฑ viewType์˜ ์„ค์ • ๊ฐ’์ด icon์œผ๋กœ ์ง€์ •๋œ ๊ฒฝ์šฐ ์ˆ˜์ • ๋ชจ๋“œ๋กœ ์ง„์ž…ํ•˜๋Š” ๋งˆ์šฐ์Šค ์ด๋ฒคํŠธ๋ฅผ ํด๋ฆญ์œผ๋กœ ๊ณ ์ •๋˜์–ด ์ œ๊ณต๋˜์—ˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;19๋…„ 1์›” ์ดํ›„ ํ•˜์œ„ ํ˜ธํ™˜์„ฑ์˜ ๋ฌธ์ œ๋กœ ์†์„ฑ editModeEventIcon์„ ์ถ”๊ฐ€ํ•˜์—ฌ ๋งˆ์šฐ์Šค ์ด๋ฒคํŠธ๋ฅผ ๋ณ€๊ฒฝํ•˜๋Š” ๊ธฐ๋Šฅ์„ ์ œ๊ณตํ•˜๊ฒŒ ๋˜์—ˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="editModeEvent - ondblclick (๊ธฐ๋ณธ ๊ฐ’)" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์…€์„ ๋”๋ธ” ํด๋ฆญํ•˜๋ฉด ์ˆ˜์ • ๋ชจ๋“œ๋กœ ๋ณ€๊ฒฝ๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView class="gvw" dataList="data:dlt_books" defaultCellHeight="24" id="" style="height:100px;" visibleRowNum="3" visibleRowNumFix="true" rowNumVisible="true" rowNumWidth="20" editModeEvent="ondblclick" autoFitMinWidth="232" autoFit="allColumn"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="100"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="60"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="72"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" width="100" value=""></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="60" value=""> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" width="72" value=""> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="editModeEvent - onclick" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์…€์„ ํด๋ฆญํ•˜๋ฉด ์ˆ˜์ • ๋ชจ๋“œ๋กœ ๋ณ€๊ฒฝ๋ฉ๋‹ˆ๋‹ค." style=""></w2:textbox> <w2:gridView autoFit="allColumn" autoFitMinWidth="232" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" editModeEvent="onclick" id="" rowNumVisible="true" rowNumWidth="20" style="height:100px;" visibleRowNum="3" visibleRowNumFix="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="100"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="60"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="72"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" value="" width="100"></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" value="" width="60"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" value="" width="72"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="editModeEvent - onsecondclick" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์…€์ด ์„ ํƒ๋œ ์ƒํƒœ์—์„œ ํด๋ฆญํ•˜๋ฉด ์ˆ˜์ • ๋ชจ๋“œ๋กœ ๋ณ€๊ฒฝ๋ฉ๋‹ˆ๋‹ค.&lt;br/&gt;์„ ํƒ๋˜์ง€ ์•Š์€ ์…€์„ ํด๋ฆญํ•˜๋ฉด ์…€์ด ์„ ํƒ๋˜๊ณ , ์ดํ›„ ๋™์ผ ์…€์„ ํด๋ฆญํ•˜๋ฉด ์ˆ˜์ • ๋ชจ๋“œ๋กœ ๋ณ€๊ฒฝ๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView autoFit="allColumn" autoFitMinWidth="232" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" editModeEvent="onsecondclick" id="" rowNumVisible="true" rowNumWidth="20" style="height:100px;" visibleRowNum="3" visibleRowNumFix="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="100"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="60"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="72"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" value="" width="100"></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" value="" width="60"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" value="" width="72"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="editModeEvent ์„ค์ • ๊ฐ’์ด GridView์™€ ์ปฌ๋Ÿผ์ด ๋‹ค๋ฅธ ์˜ˆ์‹œ" style=""> </w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="GridView์˜ ์ „์ฒด ์„ค์ •์€ ์…€์„ ๋”๋ธ” ํด๋ฆญํ•˜๋ฉด ์ˆ˜์ • ๋ชจ๋“œ๋กœ ๋ณ€๊ฒฝ๋ฉ๋‹ˆ๋‹ค.&lt;br/&gt;๋‹จ, ์ปฌ๋Ÿผ [์ •๊ฐ€]๋Š” ์…€์„ ํด๋ฆญํ•˜๋ฉด ์ˆ˜์ • ๋ชจ๋“œ๋กœ ๋ณ€๊ฒฝ๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView autoFit="allColumn" autoFitMinWidth="232" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" id="" rowNumVisible="true" rowNumWidth="20" style="height:100px;" visibleRowNum="3" visibleRowNumFix="true" editModeEvent="ondblclick"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="100"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="60" class="ws5_exam_txt_red"> </w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="72"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" value="" width="100"></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" value="" width="60" editModeEvent="onclick"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" value="" width="72"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="editModeEventIcon - onclick (๊ธฐ๋ณธ ๊ฐ’)" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์ปฌ๋Ÿผ [๋ถ„๋ฅ˜], [์ถœ๊ฐ„์ผ]์€ ์…€์„ ํด๋ฆญํ•˜๋ฉด ์ˆ˜์ • ๋ชจ๋“œ๋กœ ๋ณ€๊ฒฝ๋ฉ๋‹ˆ๋‹ค.&lt;br/&gt;์†์„ฑ editModeEvent์€ ondblclick์œผ๋กœ ์„ค์ •๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;์ปฌ๋Ÿผ [๋„์„œ๋ช…]์€ ์…€์„ ๋”๋ธ” ํด๋ฆญํ•˜๋ฉด ์ˆ˜์ • ๋ชจ๋“œ๋กœ ๋ณ€๊ฒฝ๋ฉ๋‹ˆ๋‹ค." style=""></w2:textbox> <w2:gridView autoFit="lastColumn" autoFitMinWidth="268" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" editModeEvent="ondblclick" editModeEventIcon="onclick" id="" rowNumVisible="true" rowNumWidth="20" style="height:100px;" visibleRowNum="3" visibleRowNumFix="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column4" inputType="text" style="" value="๋ถ„๋ฅ˜" width="68" class="ws5_exam_txt_red"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="100" class="ws5_exam_txt_red"></w2:column> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="100"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column allOption="" chooseOption="true" chooseOptionLabel="" displayMode="label" id="categoryLabel" inputType="select" ref="" style="" value="" viewType="icon" width="68"> <w2:choices> <w2:item> <w2:label><![CDATA[์ธ๋ฌธ]]></w2:label> <w2:value><![CDATA[์ธ๋ฌธ]]></w2:value> </w2:item> <w2:item> <w2:label><![CDATA[์†Œ์„ค]]></w2:label> <w2:value><![CDATA[์†Œ์„ค]]></w2:value> </w2:item> </w2:choices> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="calendar" value="" viewType="icon" width="100"> </w2:column> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" value="" width="100"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="editModeEventIcon - ondblclick" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์ปฌ๋Ÿผ [๋ถ„๋ฅ˜], [์ถœ๊ฐ„์ผ]์˜ ์…€์„ ๋”๋ธ” ํด๋ฆญํ•˜๋ฉด ์ˆ˜์ • ๋ชจ๋“œ๋กœ ๋ณ€๊ฒฝ๋ฉ๋‹ˆ๋‹ค.&lt;br/&gt;์†์„ฑ editModeEvent์€ ondblclick์œผ๋กœ ์„ค์ •๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;์ปฌ๋Ÿผ [๋„์„œ๋ช…]์€ ์…€์„ ๋”๋ธ” ํด๋ฆญํ•˜๋ฉด ์ˆ˜์ • ๋ชจ๋“œ๋กœ ๋ณ€๊ฒฝ๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView autoFit="lastColumn" autoFitMinWidth="268" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" editModeEvent="ondblclick" editModeEventIcon="ondblclick" id="" rowNumVisible="true" rowNumWidth="20" style="height:100px;" visibleRowNum="3" visibleRowNumFix="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column4" inputType="text" style="" value="๋ถ„๋ฅ˜" width="68" class="ws5_exam_txt_red"> </w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="100" class="ws5_exam_txt_red"> </w2:column> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="100"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column allOption="" chooseOption="true" chooseOptionLabel="" displayMode="label" id="categoryLabel" inputType="select" ref="" style="" value="" viewType="icon" width="68"> <w2:choices> <w2:item> <w2:label><![CDATA[์ธ๋ฌธ]]></w2:label> <w2:value><![CDATA[์ธ๋ฌธ]]></w2:value> </w2:item> <w2:item> <w2:label><![CDATA[์†Œ์„ค]]></w2:label> <w2:value><![CDATA[์†Œ์„ค]]></w2:value> </w2:item> </w2:choices> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="calendar" value="" viewType="icon" width="100"> </w2:column> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" value="" width="100"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00164.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[์ปดํฌ๋„ŒํŠธ ๊ณตํ†ต] ์Šคํฌ๋ฆฝํŠธ๋กœ ์ด๋ฒคํŠธ ํ•ด์ œ(์ œ๊ฑฐ)ํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20221109" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { //์˜ˆ์ œ ํ…Œ์ŠคํŠธ๋ฅผ ์œ„ํ•ด ๋ฒ„ํŠผ [ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 3]์— onclick ํ•ธ๋“ค๋Ÿฌ๋ฅผ ์—ฐ๊ฒฐํ•ฉ๋‹ˆ๋‹ค. btn_exam_test3.bind("onclick", scwin.btn_example_test_onclick_user); //์˜ˆ์ œ ํ…Œ์ŠคํŠธ๋ฅผ ์œ„ํ•ด ๋ฒ„ํŠผ [ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 4]์— onclick ํ•ธ๋“ค๋Ÿฌ๋ฅผ ์—ฐ๊ฒฐํ•ฉ๋‹ˆ๋‹ค. btn_exam_test4.bind("onclick", scwin.btn_example_test_onclick_user); }; /** * ์˜ˆ์ œ ํ…Œ์ŠคํŠธ๋ฅผ ์œ„ํ•œ ๊ณต์šฉ onclick ํ•ธ๋“ค๋Ÿฌ */ scwin.btn_example_test_onclick_user = function (e) { var strLog; //๋กœ๊ทธ ์ถœ๋ ฅ strLog = "[๊ณต์šฉ] onclick ์ด๋ฒคํŠธ ํ•ธ๋“ค๋Ÿฌ - ํ•จ์ˆ˜ scwin.btn_example_test_onclick_user"; $c.frame.printExampleLog(strLog, txa_log, false); console.log(strLog); }; /** * ์˜์—ญ [๋ชจ๋“  ์ด๋ฒคํŠธ์˜ ๋ชจ๋“  ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ]์˜ * ๋ฒ„ํŠผ [๋ชจ๋“  ์ด๋ฒคํŠธ์˜ ๋ชจ๋“  ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ - unbind] ํด๋ฆญ ์‹œ * [์ปดํฌ๋„ŒํŠธ ID].unbind(); */ scwin.btn_ex2_onclick = function (e) { var strLog; //๋กœ๊ทธ ์ถœ๋ ฅ strLog = "** ํ•จ์ˆ˜ scwin.btn_ex2_onclick **"; $c.frame.printExampleLog(strLog, txa_log, false); console.log(strLog); strLog = 'btn_exam_test2.unbind();'; $c.frame.printExampleLog(strLog, txa_log, false); console.log(strLog); //๋ฒ„ํŠผ [ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 2]์˜ ๋ชจ๋“  ์ด๋ฒคํŠธ์˜ ๋ชจ๋“  ํ•ธ๋“ค๋Ÿฌ ๋ชจ๋‘ ์ œ๊ฑฐ btn_exam_test2.unbind(); }; /** * ์˜์—ญ [๋ชจ๋“  ์ด๋ฒคํŠธ์˜ ๋ชจ๋“  ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ]์˜ * ๋ฒ„ํŠผ [ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 2]์˜ onclick ํ•ธ๋“ค๋Ÿฌ */ scwin.btn_exam_test2_onclick = function (e) { //๋กœ๊ทธ ์ถœ๋ ฅ $c.frame.printExampleLog("[ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 2] - onclick ๋ฐœ์ƒ - ํ•จ์ˆ˜ scwin.btn_exam_test2_onclick", txa_log, false); }; /** * ์˜์—ญ [๋ชจ๋“  ์ด๋ฒคํŠธ์˜ ๋ชจ๋“  ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ]์˜ * ๋ฒ„ํŠผ [ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 2]์˜ onmouseup ํ•ธ๋“ค๋Ÿฌ */ scwin.btn_exam_test2_onmouseup = function (e) { //๋กœ๊ทธ ์ถœ๋ ฅ $c.frame.printExampleLog("[ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 2] - onmouseup ๋ฐœ์ƒ - ํ•จ์ˆ˜ scwin.btn_exam_test2_onmouseup", txa_log, false); }; /** * ์˜์—ญ [ํŠน์ • ์ด๋ฒคํŠธ์˜ ๋ชจ๋“  ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ]์˜ * ๋ฒ„ํŠผ [ํŠน์ • ์ด๋ฒคํŠธ์˜ ๋ชจ๋“  ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ - unbind] ํด๋ฆญ ์‹œ * [์ปดํฌ๋„ŒํŠธ ID].unbind( type ); */ scwin.btn_ex3_onclick = function (e) { //๋กœ๊ทธ ์ถœ๋ ฅ $c.frame.printExampleLog("** ํ•จ์ˆ˜ scwin.btn_ex3_onclick **", txa_log, false); $c.frame.printExampleLog('btn_exam_test3.unbind("onclick");', txa_log, false); //๋ฒ„ํŠผ [ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 3]์˜ onclick ์ด๋ฒคํŠธ ํ•ธ๋“ค๋Ÿฌ ๋ชจ๋‘ ์ œ๊ฑฐ btn_exam_test3.unbind("onclick"); }; /** * ์˜์—ญ [ํŠน์ • ์ด๋ฒคํŠธ์˜ ๋ชจ๋“  ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ]์˜ * ๋ฒ„ํŠผ [ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 3]์˜ onclick ํ•ธ๋“ค๋Ÿฌ */ scwin.btn_exam_test3_onclick = function (e) { //๋กœ๊ทธ ์ถœ๋ ฅ $c.frame.printExampleLog("[ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 3] - onclick ๋ฐœ์ƒ - ํ•จ์ˆ˜ scwin.btn_exam_test3_onclick", txa_log, false); }; /** * ์˜์—ญ [ํŠน์ • ์ด๋ฒคํŠธ์˜ ๋ชจ๋“  ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ]์˜ * ๋ฒ„ํŠผ [ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 3]์˜ onmouseup ํ•ธ๋“ค๋Ÿฌ */ scwin.btn_exam_test3_onmousedown = function (e) { //๋กœ๊ทธ ์ถœ๋ ฅ $c.frame.printExampleLog("[ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 3] - onmouseup ๋ฐœ์ƒ - ํ•จ์ˆ˜ scwin.btn_exam_test3_onmouseup", txa_log, false); }; /** * ์˜์—ญ [ํŠน์ • ์ด๋ฒคํŠธ์˜ ํŠน์ • ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ]์˜ * ๋ฒ„ํŠผ [ํŠน์ • ์ด๋ฒคํŠธ์˜ ํŠน์ • ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ - unbind] ํด๋ฆญ ์‹œ * [์ปดํฌ๋„ŒํŠธ ID].unbind( type, function ); */ scwin.btn_ex4_onclick = function (e) { //๋กœ๊ทธ ์ถœ๋ ฅ $c.frame.printExampleLog("** ํ•จ์ˆ˜ scwin.btn_ex4_onclick **", txa_log, false); $c.frame.printExampleLog('btn_exam_test4.unbind("onclick", scwin.btn_example_test_onclick_user);', txa_log, false); //์ปดํฌ๋„ŒํŠธ์˜ onclick ์ด๋ฒคํŠธ์˜ 'scwin.btn_example_test_onclick_user' ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐ btn_exam_test4.unbind("onclick", scwin.btn_example_test_onclick_user); }; /** * ์˜์—ญ [ํŠน์ • ์ด๋ฒคํŠธ์˜ ํŠน์ • ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ]์˜ * ๋ฒ„ํŠผ [ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 4]์˜ onclick ํ•ธ๋“ค๋Ÿฌ */ scwin.btn_exam_test4_onclick = function (e) { //๋กœ๊ทธ ์ถœ๋ ฅ $c.frame.printExampleLog("[ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 4] - onclick ๋ฐœ์ƒ - ํ•จ์ˆ˜ scwin.btn_exam_test4_onclick", txa_log, false); }; /** * textarea์˜ ๋กœ๊ทธ ์‚ญ์ œ */ scwin.btn_clearLog_onclick = function (e) { txa_log.setValue(""); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc mb_def_box" id="" style=""> <w2:textbox class="" escape="false" id="" label="์ปดํฌ๋„ŒํŠธ์˜ API unbind์˜ ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;unbind๋Š” ์ด๋ฒคํŠธ ํ•ธ๋“ค๋Ÿฌ๋ฅผ ์ œ๊ฑฐํ•˜๋Š” ๊ธฐ๋Šฅ์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:textbox id="" label="์ปดํฌ๋„ŒํŠธ์˜ ์ด๋ฒคํŠธ ๋ฐœ์ƒ ์‹œ ์˜์—ญ [๋กœ๊ทธ ํ™•์ธ]์˜ textarea์— ๋กœ๊ทธ๊ฐ€ ์ถœ๋ ฅ๋ฉ๋‹ˆ๋‹ค." style="" class="txt_info_important"></w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap mb_def" id="" style=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="๋ชจ๋“  ์ด๋ฒคํŠธ์˜ ๋ชจ๋“  ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="trigger์— ๋ชจ๋“  ์ด๋ฒคํŠธ ํ•ธ๋“ค๋Ÿฌ๋ฅผ ์ œ๊ฑฐํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;[ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ2]์—๋Š” onclick ํ•ธ๋“ค๋Ÿฌ 1๊ฐœ, onmouseup ํ•ธ๋“ค๋Ÿฌ 1๊ฐœ๊ฐ€ ๋“ฑ๋ก๋˜์–ด์žˆ์Šต๋‹ˆ๋‹ค." style=""></w2:textbox> <xf:group class="mb_def_box nobottom" id=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex2_onclick" id="btn_ex2" style="" type="button"> <xf:label><![CDATA[๋ชจ๋“  ์ด๋ฒคํŠธ์˜ ๋ชจ๋“  ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ - unbind]]></xf:label> </xf:trigger> </xf:group> <xf:trigger class="btn_cm" id="btn_exam_test2" style="width: 100px;" type="button" ev:onclick="scwin.btn_exam_test2_onclick" ev:onmouseup="scwin.btn_exam_test2_onmouseup"> <xf:label><![CDATA[ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 2]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="ํŠน์ • ์ด๋ฒคํŠธ์˜ ๋ชจ๋“  ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="trigger์˜ onclick ์ด๋ฒคํŠธ์˜ ๋ชจ๋“  ํ•ธ๋“ค๋Ÿฌ๋ฅผ ์ œ๊ฑฐํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;[ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ3]์—๋Š” onclick ํ•ธ๋“ค๋Ÿฌ 2๊ฐœ, onmouseup ํ•ธ๋“ค๋Ÿฌ 1๊ฐœ๊ฐ€ ๋“ฑ๋ก๋˜์–ด์žˆ์Šต๋‹ˆ๋‹ค." style=""></w2:textbox> <xf:group class="mb_def_box nobottom" id=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex3_onclick" id="btn_ex3" style="" type="button"> <xf:label><![CDATA[ํŠน์ • ์ด๋ฒคํŠธ์˜ ๋ชจ๋“  ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ - unbind]]></xf:label> </xf:trigger> </xf:group> <xf:trigger class="btn_cm" id="btn_exam_test3" style="width: 100px;" type="button" ev:onclick="scwin.btn_exam_test3_onclick" ev:onmousedown="scwin.btn_exam_test3_onmousedown"> <xf:label><![CDATA[ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 3]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="ํŠน์ • ์ด๋ฒคํŠธ์˜ ํŠน์ • ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="trigger์˜ onclick ์ด๋ฒคํŠธ์˜ ํ•ธ๋“ค๋Ÿฌ [scwin.btn_example_test_onclick_user]๋ฅผ ์ œ๊ฑฐํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;[ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ4]์—๋Š” onclick ํ•ธ๋“ค๋Ÿฌ 2๊ฐœ๊ฐ€ ๋“ฑ๋ก๋˜์–ด์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="mb_def_box nobottom" id=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex4_onclick" id="btn_ex4" style="" type="button"> <xf:label><![CDATA[ํŠน์ • ์ด๋ฒคํŠธ์˜ ํŠน์ • ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ - unbind]]></xf:label> </xf:trigger> </xf:group> <xf:trigger class="btn_cm" id="btn_exam_test4" style="width: 100px;" type="button" ev:onclick="scwin.btn_exam_test4_onclick"> <xf:label><![CDATA[ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 4]]></xf:label> </xf:trigger> </xf:group> </xf:group> </xf:group> <xf:group class="example_div_tb_style_wrap" id="" style=""> <xf:group class="example_div_tr_style" id="" style=""> <xf:group class="example_div_th_style" id=""> <w2:span class="mr_def txt_blue" id="" label="๋กœ๊ทธ ํ™•์ธ" style=""></w2:span> <xf:trigger class="com_example_btn_log_clear" ev:onclick="scwin.btn_clearLog_onclick" id="btn_clearLog" style="" title="๋กœ๊ทธ ์‚ญ์ œ" type="button"> <xf:label><![CDATA[๊ฒ€์ƒ‰ ์ทจ์†Œ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="example_div_td_style" id="" style=""> <xf:textarea class="com_example_txa_log" id="txa_log" spellcheck="false" style="width: 100%;height: 140px;"></xf:textarea> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00165.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[์ปดํฌ๋„ŒํŠธ ๊ณตํ†ต] ์Šคํฌ๋ฆฝํŠธ๋กœ ์ด๋ฒคํŠธ ๋ฐœ์ƒ์‹œํ‚ค๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20221109" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { //์˜ˆ์ œ ํ…Œ์ŠคํŠธ๋ฅผ ์œ„ํ•ด ๋ฒ„ํŠผ [ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 6]์— onclick ํ•ธ๋“ค๋Ÿฌ๋ฅผ ์—ฐ๊ฒฐํ•ฉ๋‹ˆ๋‹ค. btn_exam_test6.bind("onclick", scwin.btn_example_test_onclick_user); }; /** * ์˜ˆ์ œ ํ…Œ์ŠคํŠธ๋ฅผ ์œ„ํ•œ ๊ณต์šฉ onclick ํ•ธ๋“ค๋Ÿฌ */ scwin.btn_example_test_onclick_user = function (e) { var strLog; //๋กœ๊ทธ ์ถœ๋ ฅ strLog = "[๊ณต์šฉ] onclick ์ด๋ฒคํŠธ ํ•ธ๋“ค๋Ÿฌ - ํ•จ์ˆ˜ scwin.btn_example_test_onclick_user"; $c.frame.printExampleLog(strLog, txa_log, false); console.log(strLog); //๋ฒ„ํŠผ [์ด๋ฒคํŠธ ๋ฐœ์ƒ - trigger - ์‚ฌ์šฉ์ž ์ธ์ˆ˜๊ฐ’ ์ •์˜ํ•˜๊ธฐ] ํด๋ฆญํ•˜์—ฌ ์ด๋ฒคํŠธ๊ฐ€ ๋ฐœ์ƒ๋œ ๊ฒฝ์šฐ e.exampleParam๋กœ ์ „๋‹ฌ๊ฐ’์„ ๋ฐ˜ํ™˜ ๋ฐ›์„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. strLog = 'e.exampleParam : ' + e.exampleParam; $c.frame.printExampleLog(strLog, txa_log, false); console.log(strLog); }; /** * ์˜์—ญ [์ด๋ฒคํŠธ ๋ฐœ์ƒ ์‹œํ‚ค๊ธฐ - trigger]์˜ * ๋ฒ„ํŠผ [์ด๋ฒคํŠธ ๋ฐœ์ƒ - trigger] ํด๋ฆญ ์‹œ * [์ปดํฌ๋„ŒํŠธ ID].trigger( type , array ); */ scwin.btn_ex5_onclick = function (e) { //๋กœ๊ทธ ์ถœ๋ ฅ $c.frame.printExampleLog("** ํ•จ์ˆ˜ scwin.btn_ex5_onclick **", txa_log, false); $c.frame.printExampleLog('btn_exam_test5.trigger("onclick");', txa_log, false); //์ปดํฌ๋„ŒํŠธ์˜ onclick ์ด๋ฒคํŠธ๋ฅผ ๋ฐœ์ƒ์‹œํ‚จ๋‹ค. btn_exam_test5.trigger("onclick"); }; /** * ์˜์—ญ [ํŠน์ • ์ด๋ฒคํŠธ์˜ ํŠน์ • ํ•ธ๋“ค๋Ÿฌ ์ œ๊ฑฐํ•˜๊ธฐ]์˜ * ๋ฒ„ํŠผ [ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 5]์˜ onclick ํ•ธ๋“ค๋Ÿฌ */ scwin.btn_exam_test5_onclick = function (e) { //๋กœ๊ทธ ์ถœ๋ ฅ $c.frame.printExampleLog("[ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 5] - onclick ๋ฐœ์ƒ - ํ•จ์ˆ˜ scwin.btn_exam_test5_onclick", txa_log, false); }; /** * ์˜์—ญ [์ด๋ฒคํŠธ ๋ฐœ์ƒ ์‹œํ‚ค๊ธฐ - trigger - ์‚ฌ์šฉ์ž ์ธ์ˆ˜๊ฐ’ ์ •์˜ํ•˜๊ธฐ]์˜ * [์ด๋ฒคํŠธ ๋ฐœ์ƒ - trigger - ์‚ฌ์šฉ์ž ์ธ์ˆ˜๊ฐ’ ์ •์˜ํ•˜๊ธฐ] ํด๋ฆญ ์‹œ * [์ปดํฌ๋„ŒํŠธ ID].trigger( type , array ); */ scwin.btn_ex6_onclick = function (e) { //๋กœ๊ทธ ์ถœ๋ ฅ $c.frame.printExampleLog("** ํ•จ์ˆ˜ scwin.btn_ex6_onclick **", txa_log, false); $c.frame.printExampleLog('btn_exam_test6.trigger("onclick", [{"exampleParam":"C0001"}]);', txa_log, false); //์ปดํฌ๋„ŒํŠธ์˜ onclick ์ด๋ฒคํŠธ๋ฅผ ๋ฐœ์ƒ์‹œํ‚ค๋ฉฐ ์‚ฌ์šฉ์ž ์ธ์ˆ˜๊ฐ’์„ ์ •์˜ํ•œ๋‹ค. btn_exam_test6.trigger("onclick", [{ "exampleParam": "C0001" }]); }; /** * textarea์˜ ๋กœ๊ทธ ์‚ญ์ œ */ scwin.btn_clearLog_onclick = function (e) { txa_log.setValue(""); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc mb_def_box" id="" style=""> <w2:textbox class="" escape="false" id="" label="์ปดํฌ๋„ŒํŠธ์˜ API trigger์˜ ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;trigger๋Š” ์ด๋ฒคํŠธ๋ฅผ ๋ฐœ์ƒ ์‹œํ‚ค๋Š” ๊ธฐ๋Šฅ์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:textbox id="" label="์ปดํฌ๋„ŒํŠธ์˜ ์ด๋ฒคํŠธ ๋ฐœ์ƒ ์‹œ ์˜์—ญ [๋กœ๊ทธ ํ™•์ธ]์˜ textarea์— ๋กœ๊ทธ๊ฐ€ ์ถœ๋ ฅ๋ฉ๋‹ˆ๋‹ค." style="" class="txt_info_important"></w2:textbox> </xf:group> <xf:group class="mb_def_box nobottom" id="" style=""></xf:group> <xf:group class="example_div_tb_style_wrap mb_def" id="" style=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="์ด๋ฒคํŠธ ๋ฐœ์ƒ ์‹œํ‚ค๊ธฐ - trigger" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="trigger์— onclick ์ด๋ฒคํŠธ๋ฅผ ๋ฐœ์ƒ ์‹œํ‚ต๋‹ˆ๋‹ค.&lt;br/&gt;[ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ5]์—๋Š” onclick ํ•ธ๋“ค๋Ÿฌ 1๊ฐœ๊ฐ€ ๋“ฑ๋ก๋˜์–ด์žˆ์Šต๋‹ˆ๋‹ค." style=""></w2:textbox> <xf:group class="mb_def_box nobottom" id=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex5_onclick" id="btn_ex5" style="" type="button"> <xf:label><![CDATA[์ด๋ฒคํŠธ ๋ฐœ์ƒ - trigger]]></xf:label> </xf:trigger> </xf:group> <xf:trigger class="btn_cm" id="btn_exam_test5" style="width: 100px;" type="button" ev:onclick="scwin.btn_exam_test5_onclick"> <xf:label><![CDATA[ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 5]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="์ด๋ฒคํŠธ ๋ฐœ์ƒ ์‹œํ‚ค๊ธฐ - trigger - ์‚ฌ์šฉ์ž ์ธ์ˆ˜๊ฐ’ ์ •์˜ํ•˜๊ธฐ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="trigger์— onclick ์ด๋ฒคํŠธ๋ฅผ ์ธ์ˆ˜๊ฐ’์„ ์ „๋‹ฌํ•˜๋ฉฐ ๋ฐœ์ƒ ์‹œํ‚ต๋‹ˆ๋‹ค.&lt;br/&gt;[ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ6]์—๋Š” onclick ํ•ธ๋“ค๋Ÿฌ 1๊ฐœ๊ฐ€ ๋“ฑ๋ก๋˜์–ด์žˆ์Šต๋‹ˆ๋‹ค." style=""></w2:textbox> <xf:group class="mb_def_box nobottom" id=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex6_onclick" id="btn_ex6" style="" type="button"> <xf:label><![CDATA[์ด๋ฒคํŠธ ๋ฐœ์ƒ - trigger - ์‚ฌ์šฉ์ž ์ธ์ˆ˜๊ฐ’ ์ •์˜ํ•˜๊ธฐ]]></xf:label> </xf:trigger> </xf:group> <xf:trigger class="btn_cm" id="btn_exam_test6" style="width: 100px;" type="button"> <xf:label><![CDATA[ํ…Œ์ŠคํŠธ ๋ฒ„ํŠผ 6]]></xf:label> </xf:trigger> </xf:group> </xf:group> </xf:group> <xf:group class="example_div_tb_style_wrap" id="" style=""> <xf:group class="example_div_tr_style" id="" style=""> <xf:group class="example_div_th_style" id=""> <w2:span class="mr_def txt_blue" id="" label="๋กœ๊ทธ ํ™•์ธ" style=""></w2:span> <xf:trigger class="com_example_btn_log_clear" ev:onclick="scwin.btn_clearLog_onclick" id="btn_clearLog" style="" title="๋กœ๊ทธ ์‚ญ์ œ" type="button"> <xf:label><![CDATA[๊ฒ€์ƒ‰ ์ทจ์†Œ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="example_div_td_style" id="" style=""> <xf:textarea class="com_example_txa_log" id="txa_log" spellcheck="false" style="width: 100%;height: 140px;"></xf:textarea> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00171.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] ํ‚ค๋ณด๋“œ๋ฅผ ์ด์šฉํ•ด ํฌ์ปค์Šค ์ด๋™ ์‹œ ์ด๋™ ๋ฒ”์œ„ ์„ค์ •ํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20221230" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="book_name" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="price" name="์ •๊ฐ€"></w2:column> <w2:column id="published_date" name="์ถœ๊ฐ„์ผ" dataType="text"></w2:column> <w2:column id="categoryLabel" name="๋ถ„๋ฅ˜" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { scwin.setInitData(); }; /** * DataList์— Data ํ• ๋‹น */ scwin.setInitData = function () { var arrData = [ { "book_name": "๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ", "categoryLabel": "์ธ๋ฌธ", "price": "18000", "published_date": "20201201" }, { "book_name": "์‚ฌ๋žŒ์ผ๊นŒ ์ƒํ™ฉ์ผ๊นŒ", "categoryLabel": "์ธ๋ฌธ", "price": "28000", "published_date": "20190826" }, { "book_name": "๋ฌด์—‡์ด ์˜ณ์€๊ฐ€", "categoryLabel": "์ธ๋ฌธ", "price": "17800", "published_date": "20220419" }, { "book_name": "๋ถˆํŽธํ•œ ํŽธ์˜์ ", "categoryLabel": "์†Œ์„ค", "price": "14000", "published_date": "20210420" }, { "book_name": "์ฑ…๋“ค์˜ ๋ถ€์—Œ", "categoryLabel": "์†Œ์„ค", "price": "14500", "published_date": "20220512" } ]; dlt_books.setJSON(arrData); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="GridView์˜ ์†์„ฑ focusFlow์˜ ์„ค์ • ๊ฐ’ ๋น„๊ต ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์†์„ฑ์€ focusFlow๋Š” ํ‚ค ์ž…๋ ฅ์„ ํ†ตํ•ด ์…€์˜ ํฌ์ปค์Šค๋ฅผ ์ด๋™ํ•  ๋•Œ, ํฌ์ปค์Šค์˜ ์ด๋™ ๋ฒ”์œ„๋ฅผ ์ง€์ •ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." style="" class=""> </w2:textbox> <w2:textbox class="" escape="false" id="" label="๋‹ค์Œ ์…€๋กœ ํฌ์ปค์Šค๋ฅผ ์ด๋™ํ•˜๋Š” ๊ธฐ๋ณธ ํ‚ค๋Š” [Tab]์ด๋ฉฐ ์ด์ „ ์…€๋กœ ํฌ์ปค์Šค ์ด๋™์€ ํ‚ค [Shift+Tab]๋กœ ์„ค์ •๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:textbox escape="false" id="" label="์„ค์ • ๊ฐ’์— ๋”ฐ๋ฅธ ๋™์ž‘ ๋ฐฉ์‹์€ ์•„๋ž˜์™€ ๊ฐ™์Šต๋‹ˆ๋‹ค.&lt;br/&gt;- default : ํ–‰(row)์—์„œ๋งŒ ํฌ์ปค์Šค๊ฐ€ ์ด๋™๋ฉ๋‹ˆ๋‹ค.&lt;br/&gt;- linear : ํ–‰์˜ ๋งˆ์ง€๋ง‰ ์…€์—์„œ ํ‚ค Tab์„ ๋ˆ„๋ฅด๋ฉด ๋‹ค์Œ ํ–‰์˜ ์ฒซ ๋ฒˆ์งธ ์…€๋กœ ์ด๋™๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="focusFlow - default (๊ธฐ๋ณธ ๊ฐ’)" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="ํฌ์ปค์Šค ์ด๋™ ๋ฒ”์œ„๊ฐ€ ํ–‰(row) ๋‹จ์œ„์ž…๋‹ˆ๋‹ค.&lt;br/&gt;ํ–‰์˜ ๋งˆ์ง€๋ง‰ ์…€์—์„œ ํ‚ค Tab์„ ๋ˆ„๋ฅด๋ฉด ํฌ์ปค์Šค๊ฐ€ ์ด๋™ํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView class="gvw" dataList="data:dlt_books" defaultCellHeight="24" id="" style="height:100px;" visibleRowNum="3" visibleRowNumFix="true" rowNumVisible="true" rowNumWidth="20" autoFitMinWidth="162" autoFit="lastColumn" focusFlow="default"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column width="52" inputType="text" style="" id="column4" value="๋ถ„๋ฅ˜" displayMode="label"></w2:column> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="110"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column width="52" inputType="text" style="" id="categoryLabel" value="" displayMode="label"></w2:column> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" width="110" value=""></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="focusFlow - linear" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="ํฌ์ปค์Šค ์ด๋™ ๋ฒ”์œ„๊ฐ€ ์ „์ฒด ์˜์—ญ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;ํ–‰์˜ ๋งˆ์ง€๋ง‰ ์…€์—์„œ ํ‚ค Tab์„ ๋ˆ„๋ฅด๋ฉด ๋‹ค์Œ ํ–‰์˜ ์ฒซ ๋ฒˆ์งธ ์…€๋กœ ์ด๋™๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView autoFit="lastColumn" autoFitMinWidth="162" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" focusFlow="linear" id="" rowNumVisible="true" rowNumWidth="20" style="height:100px;" visibleRowNum="3" visibleRowNumFix="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column4" inputType="text" style="" value="๋ถ„๋ฅ˜" width="52"></w2:column> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="110"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="categoryLabel" inputType="text" style="" value="" width="52"></w2:column> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" value="" width="110"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00159.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[TabControl] ํƒญ์„ ํ‘œ์‹œํ•  ์œ„์น˜๋ฅผ ์ง€์ •ํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20221104" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { scwin.initPage(); }; /** * ํ™”๋ฉด ์ดˆ๊ธฐํ™” */ scwin.initPage = function () { //TabControl [tac_exam1], [tac_exam2], [tac_exam3], [tac_exam4]์— ํƒญ P00159S01.xml, P00159S02.xml, P00159S03.xml ์ถ”๊ฐ€ํ•˜๊ธฐ for (let i = 1; i <= 3; i++) { let strPage = "P00159S0" + i; tac_exam1.addTab(strPage, { "label": strPage, "openAction": "select" }, { "src": "/page/" + strPage + ".xml", "wframe": true }); tac_exam2.addTab(strPage, { "label": strPage, "openAction": "select" }, { "src": "/page/" + strPage + ".xml", "wframe": true }); tac_exam3.addTab(strPage, { "label": strPage, "openAction": "select" }, { "src": "/page/" + strPage + ".xml", "wframe": true }); tac_exam4.addTab(strPage, { "label": strPage, "openAction": "select" }, { "src": "/page/" + strPage + ".xml", "wframe": true }); } //ํƒญ ์ถ”๊ฐ€ ์˜ˆ์‹œ //tac_exam1.addTab( "P00159S01", { "label" : "P00159S01", "openAction" : "select" }, { "src" : "/page/P00159S01.xml", "wframe" : true }); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='TabControl์˜ ํƒญ์„ ํ‘œ์‹œํ•  ์œ„์น˜๋ฅผ ์ง€์ •ํ•˜๋Š” ์†์„ฑ tabPosition ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์†์„ฑ tabPosition์— ์ง€์ •ํ•  ์ˆ˜ ์žˆ๋Š” ๊ฐ’์€ "top", "left", "right", "bottom" ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์†์„ฑ tabScroll์ด "true"๋กœ ์ง€์ •๋œ ๊ฒฝ์šฐ "top", "bottom"๋งŒ ์ง€์›๋˜๋ฉฐ, "left", "right"๋กœ ์ง€์ •๋œ ๊ฒฝ์šฐ "top"์œผ๋กœ ๋™์ž‘ํ•ฉ๋‹ˆ๋‹ค.' style=""> </w2:textbox> </xf:group> <xf:group id="" style="" class=""></xf:group> <xf:group class="example_div_tb_style_wrap mw600" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="(๊ธฐ๋ณธ ๋™์ž‘) ํƒญ ์œ„์น˜ : top" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:tabControl alwaysDraw="false" class="" confirmFalseAction="new" confirmTrueAction="exist" id="tac_exam1" style="position: relative;height: 160px;" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true"> </w2:tabControl> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="ํƒญ ์œ„์น˜ : right" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:tabControl alwaysDraw="false" class="" confirmFalseAction="new" confirmTrueAction="exist" id="tac_exam2" style="position: relative;height: 160px;" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true" tabPosition="right"> </w2:tabControl> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="ํƒญ ์œ„์น˜ : bottom" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:tabControl alwaysDraw="false" class="" confirmFalseAction="new" confirmTrueAction="exist" id="tac_exam3" style="position: relative;height: 160px;" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true" tabPosition="bottom"> </w2:tabControl> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="ํƒญ ์œ„์น˜ : left" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:tabControl alwaysDraw="false" class="" confirmFalseAction="new" confirmTrueAction="exist" id="tac_exam4" style="position: relative;height: 160px;" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true" tabPosition="left"> </w2:tabControl> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00213.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] ํ–‰์˜ ๋ฒˆํ˜ธ(rowNum), ํ–‰์˜ ์ƒํƒœ(rowStatus) ์—ด ์ˆจ๊ธฐ๊ธฐ(๋„ˆ๋น„ ๋ณ€๊ฒฝํ•˜๊ธฐ)"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20230210" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="book_name" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="price" name="์ •๊ฐ€"></w2:column> <w2:column id="published_date" name="์ถœ๊ฐ„์ผ" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <book_name><![CDATA[์‚ฌ๋žŒ์ผ๊นŒ ์ƒํ™ฉ์ผ๊นŒ]]></book_name> <price><![CDATA[28000]]></price> <published_date><![CDATA[20190826]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋‚ด๊ฐ€ ํ‹€๋ฆด ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค]]></book_name> <price><![CDATA[16000]]></price> <published_date><![CDATA[20220418]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ]]></book_name> <price><![CDATA[18000]]></price> <published_date><![CDATA[20201201]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋ถˆํŽธํ•œ ํŽธ์˜์ ]]></book_name> <price><![CDATA[14000]]></price> <published_date><![CDATA[20210420]]></published_date> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { //์˜ˆ์ œ ํ…Œ์ŠคํŠธ๋ฅผ ์œ„ํ•œ ์…€ ๋ฐ์ดํ„ฐ ์ˆ˜์ • dlt_books.setCellData(3, "book_name", "๋„์„œ๋ช… ์ˆ˜์ • ์ค‘"); }; /** * ๋ฒ„ํŠผ [์ปฌ๋Ÿผ 'NO' ์ˆจ๊ธฐ๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_1_onclick = function (e) { //GridView์˜ rowNum ์ปฌ๋Ÿผ์˜ width๋ฅผ 0์œผ๋กœ ์ง€์ •ํ•ฉ๋‹ˆ๋‹ค. ์ปฌ๋Ÿผ์ด ์ˆจ๊น€๋œ ํšจ๊ณผ๋ฅผ ๋ณผ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. grd_exam1.setRowNumColumnWidth(0); }; /** * ๋ฒ„ํŠผ [์ปฌ๋Ÿผ 'NO' ๋ณด์ด๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_2_onclick = function (e) { //GridView์˜ rowNum ์ปฌ๋Ÿผ์˜ width๋ฅผ 30์œผ๋กœ ์ง€์ •ํ•ฉ๋‹ˆ๋‹ค. grd_exam1.setRowNumColumnWidth(30); }; /** * ๋ฒ„ํŠผ [์ปฌ๋Ÿผ '์ƒํƒœ' ์ˆจ๊ธฐ๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex2_1_onclick = function (e) { //GridView์˜ rowStatus ์ปฌ๋Ÿผ์˜ width๋ฅผ 0์œผ๋กœ ์ง€์ •ํ•ฉ๋‹ˆ๋‹ค. ์ปฌ๋Ÿผ์ด ์ˆจ๊น€๋œ ํšจ๊ณผ๋ฅผ ๋ณผ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. grd_exam1.setRowStatusColumnWidth(0); }; /** * ๋ฒ„ํŠผ [์ปฌ๋Ÿผ '์ƒํƒœ' ๋ณด์ด๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex2_2_onclick = function (e) { //GridView์˜ rowSatus ์ปฌ๋Ÿผ์˜ width๋ฅผ 34์œผ๋กœ ์ง€์ •ํ•ฉ๋‹ˆ๋‹ค. grd_exam1.setRowStatusColumnWidth(34); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='GridView์˜ ํ–‰์˜ ๋ฒˆํ˜ธ(rowNum), ํ–‰์˜ ์ƒํƒœ rowStatus) ์—ด์˜ ๋„ˆ๋น„(width)๋ฅผ ์Šคํฌ๋ฆฝํŠธ๋กœ ์ง€์ •ํ•˜๋Š” ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์ปฌ๋Ÿผ์˜ ๋„ˆ๋น„(width) ์„ค์ •์„ 0์œผ๋กœ ์„ค์ •ํ•˜์—ฌ ์—ด์„ ์ˆจ๊น€ ์ฒ˜๋ฆฌํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;์ด ๊ธฐ๋Šฅ์€ ์•„๋ž˜์˜ ํ•จ์ˆ˜๋ฅผ ํ˜ธ์ถœํ•˜์—ฌ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;- setRowNumColumnWidth : rowNum ์ปฌ๋Ÿผ์˜ ํญ์„ ๋ณ€๊ฒฝ&lt;br/&gt;- setRowStatusColumnWidth : rowStatus ์ปฌ๋Ÿผ์˜ ํญ์„ ๋ณ€๊ฒฝ' style=""></w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="์Šคํฌ๋ฆฝํŠธ๋กœ ์ปฌ๋Ÿผ RowNum, RowStatus์˜ ์ˆจ๊น€ ์—ฌ๋ถ€ ์ง€์ •ํ•˜๊ธฐ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="GridView์— ์ƒํƒœ ์•„์ด์ฝ˜์„ ํ‘œ์‹œํ•˜๊ธฐ ์œ„ํ•ด 4๋ฒˆ์งธ ํ–‰์˜ ์—ด '๋„์„œ๋ช…'์˜ ๋ฐ์ดํ„ฐ๋ฅผ ๋ณ€๊ฒฝํ•œ ์ƒํƒœ์ž…๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์ปฌ๋Ÿผ์˜ ์‹๋ณ„์„ ์œ„ํ•ด ์ปฌ๋Ÿผ rowNum์˜ ํ—ค๋”๋ช…์„ 'NO', ์ปฌ๋Ÿผ rowStatus์˜ ํ—ค๋”๋ช…์„ '์ƒํƒœ'๋กœ ์ง€์ •๋˜์—ˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="mb_def_box nobottom" id="" style=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex1_1_onclick" id="btn_ex1_1" style="" type="button"> <xf:label><![CDATA[์ปฌ๋Ÿผ 'NO' ์ˆจ๊ธฐ๊ธฐ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex1_2_onclick" id="btn_ex1_2" style="" type="button"> <xf:label><![CDATA[์ปฌ๋Ÿผ 'NO' ๋ณด์ด๊ธฐ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="mb_def_box nobottom" id="" style=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex2_1_onclick" id="btn_ex2_1" style="" type="button"> <xf:label><![CDATA[์ปฌ๋Ÿผ '์ƒํƒœ' ์ˆจ๊ธฐ๊ธฐ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex2_2_onclick" id="btn_ex2_2" style="" type="button"> <xf:label><![CDATA[์ปฌ๋Ÿผ '์ƒํƒœ' ๋ณด์ด๊ธฐ]]></xf:label> </xf:trigger> </xf:group> <w2:gridView class="gvw" dataList="data:dlt_books" defaultCellHeight="24" id="grd_exam1" style="height:100px;" visibleRowNum="4" visibleRowNumFix="true" rowNumVisible="true" rowNumWidth="30" readOnly="true" rowStatusWidth="34" autoFitMinWidth="272" rowStatusHeaderValue="์ƒํƒœ" rowStatusVisible="true" rowNumHeaderValue="NO" rowNumStatusResize="false" keepDefaultColumnWidth="true" autoFit="allColumn"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="146"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="50"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="76"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" width="146" value=""></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="50" value=""> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" width="76" value=""> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00159S03.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20221104" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <w2:textbox id="" label="P00159S03.xml" style="color: chocolate;font-size: 1.6em;font-weight: bold;"></w2:textbox> </xf:group> </body> </html>
WRE/WebContent/page/P00207.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="[GridView] ๋ณด์—ฌ์งˆ ํ–‰์˜ ๊ฐœ์ˆ˜ ์ง€์ •ํ•˜๊ธฐ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20230203" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_books" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="book_name" name="๋„์„œ๋ช…"></w2:column> <w2:column dataType="text" id="price" name="์ •๊ฐ€"></w2:column> <w2:column id="published_date" name="์ถœ๊ฐ„์ผ" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <book_name><![CDATA[์‚ฌ๋žŒ์ผ๊นŒ ์ƒํ™ฉ์ผ๊นŒ]]></book_name> <price><![CDATA[28000]]></price> <published_date><![CDATA[20190826]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋‚ด๊ฐ€ ํ‹€๋ฆด ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค]]></book_name> <price><![CDATA[16000]]></price> <published_date><![CDATA[20220418]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋ฌด์—‡์ด ์˜ณ์€๊ฐ€]]></book_name> <price><![CDATA[17800]]></price> <published_date><![CDATA[20220419]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๊ณต์ •ํ•˜๋‹ค๋Š” ์ฐฉ๊ฐ]]></book_name> <price><![CDATA[18000]]></price> <published_date><![CDATA[20201201]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[์ฑ…๋“ค์˜ ๋ถ€์—Œ]]></book_name> <price><![CDATA[14500]]></price> <published_date><![CDATA[20220512]]></published_date> </w2:row> <w2:row> <book_name><![CDATA[๋ถˆํŽธํ•œ ํŽธ์˜์ ]]></book_name> <price><![CDATA[14000]]></price> <published_date><![CDATA[20210420]]></published_date> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; /** * ๋ฒ„ํŠผ [๋ณด์—ฌ์ง€๋Š” ํ–‰์„ 2๊ฐœ๋กœ ์ง€์ •ํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex1_onclick = function (e) { //GridView 'grd_exam1'์˜ ๋ณด์—ฌ์ง€๋Š” ํ–‰์„ 2๊ฐœ๋กœ ์ง€์ •ํ•˜๊ธฐ grd_exam1.setVisibleRowNum(2); }; /** * ๋ฒ„ํŠผ [๋ณด์—ฌ์ง€๋Š” ํ–‰์„ ์ „์ฒด๋กœ ์ง€์ •ํ•˜๊ธฐ] ํด๋ฆญ ์‹œ */ scwin.btn_ex2_onclick = function (e) { var numTotalRow; //GridView 'grd_exam1'์˜ ์ „์ฒด ํ–‰ ๊ฐœ์ˆ˜ ๋ฐ˜ํ™˜ ๋ฐ›๊ธฐ numTotalRow = grd_exam1.getTotalRow(); //GridView 'grd_exam1'์˜ ๋ณด์—ฌ์ง€๋Š” ํ–‰์„ ์ „์ฒด๋กœ ์ง€์ •ํ•˜๊ธฐ grd_exam1.setVisibleRowNum(numTotalRow); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label='GridView์— ๋ณด์—ฌ์งˆ ํ–‰์˜ ๊ฐœ์ˆ˜๋ฅผ ์ง€์ •ํ•˜๋Š” ์˜ˆ์ œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์ด ๊ธฐ๋Šฅ์€ ์•„๋ž˜์˜ ์†์„ฑ๊ณผ ํ•จ์ˆ˜๋กœ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;- visibleRowNum : (์†์„ฑ) ํ™”๋ฉด์— ํ‘œํ˜„ํ•  ํ–‰์˜ ๊ฐœ์ˆ˜.&lt;br/&gt;- setVisibleRowNum : (ํ•จ์ˆ˜) ์†์„ฑ visibleRowNum์„ ์Šคํฌ๋ฆฝํŠธ๋กœ ์ง€์ •.' style=""> </w2:textbox> <w2:textbox escape="false" id="" label="๊ฐ ์˜์—ญ์˜ GridView๋Š” ๋™์ผํ•œ height๋กœ ์ง€์ •๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;๋ธŒ๋ผ์šฐ์ €์— ์ถœ๋ ฅ๋˜๋Š” ๊ฒƒ์„ ๋น„๊ตํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="example_div_tb_style_wrap" id=""> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="๋ณด์—ฌ์งˆ ํ–‰์˜ ์ˆ˜ ์ง€์ •ํ•˜๊ธฐ" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="์ด GridView๋Š” ์†์„ฑ visibleRowNum์ด 3์œผ๋กœ ์ง€์ •๋˜์–ด, ์ดˆ๊ธฐ์— 3๊ฐœ์˜ ํ–‰์ด ๋ณด์—ฌ์ง‘๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="mb_def_box nobottom" id="" style=""> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" ev:onclick="scwin.btn_ex1_onclick" id="btn_ex1" style="" type="button"> <xf:label><![CDATA[๋ณด์—ฌ์ง€๋Š” ํ–‰์„ 2๊ฐœ๋กœ ์ง€์ •ํ•˜๊ธฐ]]></xf:label> </xf:trigger> <xf:trigger class="btn_exam_exec btn_txt_of" disabled="" escape="false" id="btn_ex2" style="" type="button" ev:onclick="scwin.btn_ex2_onclick"> <xf:label><![CDATA[๋ณด์—ฌ์ง€๋Š” ํ–‰์„ ์ „์ฒด๋กœ ์ง€์ •ํ•˜๊ธฐ]]></xf:label> </xf:trigger> </xf:group> <w2:gridView autoFit="allColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" id="grd_exam1" style="height:70px;" visibleRowNum="3" rowNumVisible="true" rowNumWidth="26" readOnly="true"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="178"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="63"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="83"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" width="178"></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="63"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" width="83"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> <xf:group class="example_div_tr_style" id="" style=""> <w2:textbox class="example_div_th_style" escape="false" id="" label="์†์„ฑ visibleRowNum์„ ๋ฏธ์ง€์ •" style=""></w2:textbox> <xf:group class="example_div_td_style" id="" style=""> <w2:textbox class="ws5_example_txt_normal" escape="false" id="" label="GridView์— ์ง€์ •๋œ ๋†’์ด์— ์ถœ๋ ฅํ•  ์ˆ˜ ์žˆ๋Š” ํ–‰๋งŒ ๊ทธ๋ ค์ง‘๋‹ˆ๋‹ค.&lt;br/&gt;์ด GridView๋Š” 1๊ฐœ์˜ ํ–‰์ด ๋ณด์—ฌ์ง€๋ฉฐ ๋‚จ์€ ๊ณต๊ฐ„์€ ๋นˆ ์—ฌ๋ฐฑ์œผ๋กœ ํ‘œ์‹œ๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:gridView autoFit="allColumn" autoFitMinWidth="240" class="gvw" dataList="data:dlt_books" defaultCellHeight="24" id="grd_exam2" readOnly="true" rowNumVisible="true" rowNumWidth="26" style="height:70px;"> <w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column displayMode="label" id="column3" inputType="text" value="๋„์„œ๋ช…" width="178"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" value="์ •๊ฐ€" width="63"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" value="์ถœ๊ฐ„์ผ" width="83"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="book_name" inputType="text" textAlign="left" width="178"></w2:column> <w2:column dataType="number" displayFormat="#,###" displayMode="label" id="price" inputType="text" textAlign="right" width="63"> </w2:column> <w2:column dataType="date" displayFormat="yyyy-MM-dd" displayMode="label" id="published_date" inputType="text" width="83"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00011.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="์†Œ๊ณ„, ํ•ฉ๊ณ„"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20220428" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dlt_griddata" repeatNode="map" style="" valueAttribute=""> <w2:columnInfo> <w2:column dataType="text" id="category1" name="category1"></w2:column> <w2:column dataType="text" id="category2" name="category2"></w2:column> <w2:column dataType="text" id="title" name="title"></w2:column> <w2:column dataType="text" id="row3_1" name="row3_1"></w2:column> <w2:column dataType="text" id="row3_2" name="row3_2"></w2:column> <w2:column dataType="text" id="row3_3" name="row3_3"></w2:column> <w2:column dataType="text" id="row3_4" name="row3_4"></w2:column> <w2:column dataType="text" id="row3_5" name="row3_5"></w2:column> <w2:column dataType="text" id="row3_6" name="row3_6"></w2:column> <w2:column dataType="text" id="row3_7" name="row3_7"></w2:column> <w2:column dataType="text" id="row3_8" name="row3_8"></w2:column> <w2:column dataType="text" id="row3_9" name="row3_9"></w2:column> <w2:column dataType="text" id="row3_10" name="row3_10"></w2:column> <w2:column dataType="text" id="row3_11" name="row3_11"></w2:column> <w2:column dataType="text" id="row3_12" name="row3_12"></w2:column> </w2:columnInfo> <w2:data use="true" xmlns=""> <w2:row> <category1><![CDATA[์†Œ์„ค]]></category1> <category2><![CDATA[ํ•œ๊ตญ์†Œ์„ค]]></category2> <row3_1><![CDATA[100]]></row3_1> <row3_2><![CDATA[400]]></row3_2> <row3_3><![CDATA[700]]></row3_3> <row3_4><![CDATA[100]]></row3_4> <row3_5><![CDATA[100]]></row3_5> <row3_6><![CDATA[100]]></row3_6> <row3_7><![CDATA[100]]></row3_7> <row3_8><![CDATA[100]]></row3_8> <row3_9><![CDATA[100]]></row3_9> <row3_10><![CDATA[300]]></row3_10> <row3_11><![CDATA[800]]></row3_11> <row3_12><![CDATA[100]]></row3_12> <title><![CDATA[ํ† ์ง€]]></title> </w2:row> <w2:row> <category1><![CDATA[์†Œ์„ค]]></category1> <category2><![CDATA[ํ•œ๊ตญ์†Œ์„ค]]></category2> <row3_1><![CDATA[200]]></row3_1> <row3_2><![CDATA[300]]></row3_2> <row3_3><![CDATA[800]]></row3_3> <row3_4><![CDATA[200]]></row3_4> <row3_5><![CDATA[200]]></row3_5> <row3_6><![CDATA[200]]></row3_6> <row3_7><![CDATA[400]]></row3_7> <row3_8><![CDATA[700]]></row3_8> <row3_9><![CDATA[200]]></row3_9> <row3_10><![CDATA[400]]></row3_10> <row3_11><![CDATA[700]]></row3_11> <row3_12><![CDATA[200]]></row3_12> <title><![CDATA[์นผ์˜ ๋…ธ๋ž˜]]></title> </w2:row> <w2:row> <category1><![CDATA[์†Œ์„ค]]></category1> <category2><![CDATA[ํ•œ๊ตญ์†Œ์„ค]]></category2> <row3_1><![CDATA[300]]></row3_1> <row3_2><![CDATA[300]]></row3_2> <row3_3><![CDATA[300]]></row3_3> <row3_4><![CDATA[300]]></row3_4> <row3_5><![CDATA[300]]></row3_5> <row3_6><![CDATA[300]]></row3_6> <row3_7><![CDATA[100]]></row3_7> <row3_8><![CDATA[800]]></row3_8> <row3_9><![CDATA[300]]></row3_9> <row3_10><![CDATA[300]]></row3_10> <row3_11><![CDATA[300]]></row3_11> <row3_12><![CDATA[300]]></row3_12> <title><![CDATA[ํƒœ๋ฐฑ์‚ฐ๋งฅ]]></title> </w2:row> <w2:row> <category1><![CDATA[์†Œ์„ค]]></category1> <category2><![CDATA[์˜๋ฏธ์†Œ์„ค]]></category2> <row3_1><![CDATA[400]]></row3_1> <row3_2><![CDATA[200]]></row3_2> <row3_3><![CDATA[200]]></row3_3> <row3_4><![CDATA[400]]></row3_4> <row3_5><![CDATA[700]]></row3_5> <row3_6><![CDATA[100]]></row3_6> <row3_7><![CDATA[400]]></row3_7> <row3_8><![CDATA[400]]></row3_8> <row3_9><![CDATA[100]]></row3_9> <row3_10><![CDATA[400]]></row3_10> <row3_11><![CDATA[100]]></row3_11> <row3_12><![CDATA[400]]></row3_12> <title><![CDATA[๋‹ฌ๊ณผ 6ํŽœ์Šค]]></title> </w2:row> <w2:row> <category1><![CDATA[์†Œ์„ค]]></category1> <category2><![CDATA[์˜๋ฏธ์†Œ์„ค]]></category2> <row3_1><![CDATA[600]]></row3_1> <row3_2><![CDATA[600]]></row3_2> <row3_3><![CDATA[100]]></row3_3> <row3_4><![CDATA[300]]></row3_4> <row3_5><![CDATA[800]]></row3_5> <row3_6><![CDATA[400]]></row3_6> <row3_7><![CDATA[100]]></row3_7> <row3_8><![CDATA[700]]></row3_8> <row3_9><![CDATA[200]]></row3_9> <row3_10><![CDATA[600]]></row3_10> <row3_11><![CDATA[300]]></row3_11> <row3_12><![CDATA[500]]></row3_12> <title><![CDATA[ํ•ด๋ฆฌํฌํ„ฐ]]></title> </w2:row> <w2:row> <category1><![CDATA[์†Œ์„ค]]></category1> <category2><![CDATA[ํ”„๋ž‘์Šค์†Œ์„ค]]></category2> <title><![CDATA[๋ ˆ๋ฏธ์ œ๋ผ๋ธ”]]></title> <row3_3><![CDATA[200]]></row3_3> <row3_4><![CDATA[100]]></row3_4> <row3_1><![CDATA[700]]></row3_1> <row3_2><![CDATA[700]]></row3_2> <row3_5><![CDATA[700]]></row3_5> <row3_7><![CDATA[600]]></row3_7> <row3_8><![CDATA[300]]></row3_8> <row3_10><![CDATA[700]]></row3_10> <row3_9><![CDATA[300]]></row3_9> <row3_6><![CDATA[700]]></row3_6> <row3_11><![CDATA[400]]></row3_11> <row3_12><![CDATA[100]]></row3_12> </w2:row> <w2:row> <category1><![CDATA[์—ญ์‚ฌ/๋ฌธํ™”]]></category1> <category2><![CDATA[ํ•œ๊ตญ์‚ฌ]]></category2> <row3_1><![CDATA[600]]></row3_1> <row3_2><![CDATA[600]]></row3_2> <row3_3><![CDATA[600]]></row3_3> <row3_4><![CDATA[600]]></row3_4> <row3_5><![CDATA[300]]></row3_5> <row3_6><![CDATA[800]]></row3_6> <row3_7><![CDATA[700]]></row3_7> <row3_8><![CDATA[400]]></row3_8> <row3_9><![CDATA[100]]></row3_9> <row3_10><![CDATA[800]]></row3_10> <row3_11><![CDATA[800]]></row3_11> <row3_12><![CDATA[600]]></row3_12> <title><![CDATA[์กฐ์„ ์™•์กฐ์‹ค๋ก]]></title> </w2:row> <w2:row> <category1><![CDATA[์—ญ์‚ฌ/๋ฌธํ™”]]></category1> <category2><![CDATA[ํ•œ๊ตญ์‚ฌ]]></category2> <row3_1><![CDATA[700]]></row3_1> <row3_2><![CDATA[700]]></row3_2> <row3_3><![CDATA[700]]></row3_3> <row3_4><![CDATA[700]]></row3_4> <row3_5><![CDATA[400]]></row3_5> <row3_6><![CDATA[400]]></row3_6> <row3_7><![CDATA[700]]></row3_7> <row3_8><![CDATA[700]]></row3_8> <row3_9><![CDATA[300]]></row3_9> <row3_10><![CDATA[700]]></row3_10> <row3_11><![CDATA[700]]></row3_11> <row3_12><![CDATA[700]]></row3_12> <title><![CDATA[๋‚œ์ค‘์ผ๊ธฐ]]></title> </w2:row> <w2:row> <category1><![CDATA[์—ญ์‚ฌ/๋ฌธํ™”]]></category1> <category2><![CDATA[์„œ์–‘์‚ฌ]]></category2> <row3_1><![CDATA[300]]></row3_1> <row3_2><![CDATA[700]]></row3_2> <row3_3><![CDATA[400]]></row3_3> <row3_4><![CDATA[800]]></row3_4> <row3_5><![CDATA[100]]></row3_5> <row3_6><![CDATA[800]]></row3_6> <row3_7><![CDATA[300]]></row3_7> <row3_8><![CDATA[300]]></row3_8> <row3_9><![CDATA[800]]></row3_9> <row3_10><![CDATA[100]]></row3_10> <row3_11><![CDATA[800]]></row3_11> <row3_12><![CDATA[800]]></row3_12> <title><![CDATA[์ฝœ๋””์ŠคํŠธ ์œˆํ„ฐ]]></title> </w2:row> <w2:row> <category1><![CDATA[์—ญ์‚ฌ/๋ฌธํ™”]]></category1> <category2><![CDATA[์„œ์–‘์‚ฌ]]></category2> <title><![CDATA[๋กœ๋งˆ์ธ ์ด์•ผ๊ธฐ]]></title> <row3_2><![CDATA[800]]></row3_2> <row3_3><![CDATA[100]]></row3_3> <row3_1><![CDATA[200]]></row3_1> <row3_4><![CDATA[700]]></row3_4> <row3_5><![CDATA[200]]></row3_5> <row3_6><![CDATA[800]]></row3_6> <row3_7><![CDATA[400]]></row3_7> <row3_8><![CDATA[400]]></row3_8> <row3_9><![CDATA[700]]></row3_9> <row3_10><![CDATA[200]]></row3_10> <row3_11><![CDATA[600]]></row3_11> <row3_12><![CDATA[300]]></row3_12> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { if (WebSquare.util.isMobile()) { grd_exam1.setFixedColumn(1); } }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="GridView์˜ ์†Œ๊ณ„(subtotal)๊ณผ ํ•ฉ๊ณ„(footer)์˜์—ญ์„ ํ‘œํ˜„ํ•œ ์˜ˆ์‹œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์ปฌ๋Ÿผ์˜ inputType์†์„ฑ์„ expression์œผ๋กœ ์ ์šฉํ•˜์—ฌ ์ปฌ๋Ÿผ๊ฐ„ ๋ฐ์ดํ„ฐ ๋˜๋Š” ํ–‰๊ฐ„ ์ง‘ํ•ฉ ๋ฐ์ดํ„ฐ๋ฅผ ์—ฐ์‚ฐํ•˜์—ฌ ์ถœ๋ ฅํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:textbox class="ws_example_txt_desc_info" escape="false" id="" label="์ด ์˜ˆ์ œ๋Š” ์‹œ์—ฐ์šฉ ์˜ˆ์ œ๋กœ ์˜ˆ์ œ ๊ฐ€์ด๋“œ ๋ฌธ์„œ๊ฐ€ ํฌํ•จ๋˜์–ด ์žˆ์ง€ ์•Š์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group id="" class="gvwbox"> <w2:gridView oddEvenColorDisplay="false" repeatNode="" rowNumVisible="" readOnly="true" scrollByColumn="true" defaultCellHeight="26" baseNode="" focusMode="row" rowNumWidth="" fixedColumn="3" dataList="data:dlt_griddata" style="position: relative ;height:400px;" autoFit="allColumn" id="grd_exam1" visibleRowNum="all" readOnlyBackgroundColor="" class="gvw" autoFitMinWidth="1000"> <w2:header style="" id="header5"> <w2:row style="" id="row35"> <w2:column hidden="false" width="90" inputType="text" id="column572" value="๋Œ€๋ถ„๋ฅ˜" blockSelect="false" displayMode="label"> </w2:column> <w2:column hidden="false" width="70" inputType="text" id="column573" value="์ค‘๋ถ„๋ฅ˜" blockSelect="false" displayMode="label"> </w2:column> <w2:column width="120" inputType="text" id="column575" value="๋„์„œ๋ช…" blockSelect="false" displayMode="label"></w2:column> <w2:column width="60" inputType="text" id="column468" value="1์›”"></w2:column> <w2:column width="60" inputType="text" id="column467" value="2์›”"></w2:column> <w2:column width="60" inputType="text" id="column466" value="3์›”"></w2:column> <w2:column width="60" inputType="text" id="column465" value="4์›”"></w2:column> <w2:column width="60" inputType="text" id="column464" value="5์›”"></w2:column> <w2:column width="60" inputType="text" id="column463" value="6์›”"></w2:column> <w2:column width="60" inputType="text" id="column462" value="7์›”"></w2:column> <w2:column width="60" inputType="text" id="column461" value="8์›”"></w2:column> <w2:column width="60" inputType="text" id="column460" value="9์›”"></w2:column> <w2:column width="60" inputType="text" id="column459" value="10์›”"></w2:column> <w2:column width="60" inputType="text" id="column458" value="11์›”"></w2:column> <w2:column width="60" inputType="text" id="column457" value="12์›”"></w2:column> <w2:column hidden="false" width="70" inputType="text" id="column574" value="ํ•ฉ๊ณ„" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody5"> <w2:row style="" id="row37"> <w2:column hidden="false" colMerge="true" width="90" inputType="text" style="height:30px" id="category1" blockSelect="false" displayMode="label"> </w2:column> <w2:column hidden="false" colMerge="true" width="70" inputType="text" style="height:30px" id="category2" blockSelect="false" displayMode="label"> </w2:column> <w2:column width="120" inputType="text" id="title" blockSelect="false" displayMode="label"></w2:column> <w2:column textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="text" id="row3_1"></w2:column> <w2:column textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="text" id="row3_2"></w2:column> <w2:column textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="text" id="row3_3"></w2:column> <w2:column textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="text" id="row3_4"></w2:column> <w2:column textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="text" id="row3_5"></w2:column> <w2:column textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="text" id="row3_6"></w2:column> <w2:column textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="text" id="row3_7"></w2:column> <w2:column textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="text" id="row3_8"></w2:column> <w2:column textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="text" id="row3_9"></w2:column> <w2:column textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="text" id="row3_10"></w2:column> <w2:column textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="text" id="row3_11"></w2:column> <w2:column textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="text" id="row3_12"></w2:column> <w2:column expression="sum('row3_1','row3_2','row3_3','row3_4','row3_5','row3_6','row3_7','row3_8','row3_9','row3_10','row3_11','row3_12')" hidden="false" textAlign="right" dataType="number" width="70" displayFormat="#,###" inputType="expression" style="height:30px" id="row_total" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:gBody> <w2:subTotal targetColumnID="category2" style="" id="subTotal1"> <w2:row style="" id="row42"> <w2:column width="90" inputType="text" id="column577" value="์†Œ๊ณ„" blockSelect="false" displayMode="label"></w2:column> <w2:column rowSpan="" expression="targetColValue() + ' - ' +count('row_total') + '๊ฑด'" colSpan="2" width="226" inputType="expression" style="height:32px;" id="column555" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_1')" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" id="column553" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_2')" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" id="column552" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_3')" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" id="column551" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_4')" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" id="column550" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_5')" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" id="column549" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_6')" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" id="column548" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_7')" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" id="column547" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_8')" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" id="column546" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_9')" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" id="column545" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_10')" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" id="column544" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_11')" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" id="column543" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_12')" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" id="column542" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row_total')" textAlign="right" dataType="number" width="70" displayFormat="#,###" inputType="expression" id="column541" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:subTotal> <w2:footer style="" id="footer1"> <w2:row style="" id="row41"> <w2:column width="90" inputType="text" style="height:50px;" id="column580" value="ํ•ฉ๊ณ„" blockSelect="false" displayMode="label"> </w2:column> <w2:column rowSpan="" expression="'์ด ํ•ฉ๊ณ„ - '+count('row_total') +'๊ฑด'" colSpan="2" width="226" inputType="expression" style="height:50px;font-weight: bold;" id="column528" class="foBg"> </w2:column> <w2:column expression="sum('row3_1')" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" style="height:50px;font-weight: bold;" id="column526"> </w2:column> <w2:column expression="sum('row3_2')" hidden="false" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" style="height:50px;" id="column584" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_3')" hidden="false" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" style="height:50px;" id="column585" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_4')" hidden="false" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" style="height:50px;" id="column586" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_5')" hidden="false" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" style="height:50px;" id="column587" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_6')" hidden="false" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" style="height:50px;" id="column588" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_7')" hidden="false" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" style="height:50px;" id="column589" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_8')" hidden="false" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" style="height:50px;" id="column590" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_9')" hidden="false" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" style="height:50px;" id="column591" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_10')" hidden="false" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" style="height:50px;" id="column592" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_11')" hidden="false" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" style="height:50px;" id="column593" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row3_12')" hidden="false" textAlign="right" dataType="number" width="60" displayFormat="#,###" inputType="expression" style="height:50px;" id="column594" blockSelect="false" displayMode="label"> </w2:column> <w2:column expression="sum('row_total')" hidden="false" textAlign="right" dataType="number" width="70" displayFormat="#,###" inputType="expression" style="height:50px;" id="column595" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:footer> </w2:gridView> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00005.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="ํ†ต์‹  ๋ชจ๋“ˆ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20220428" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataMap baseNode="map" id="dma_request" style=""> <w2:keyInfo> <w2:key id="reqData1" name="์ „์†ก๊ฐ’1" dataType="text"></w2:key> <w2:key id="reqData2" name="์ „์†ก๊ฐ’2" dataType="text"></w2:key> <w2:key id="reqData3" name="์ „์†ก๊ฐ’3" dataType="text"></w2:key> <w2:key id="reqData4" name="์ „์†ก๊ฐ’4" dataType="text"></w2:key> </w2:keyInfo> </w2:dataMap> <w2:dataMap id="dc_resUserMapData" style="" valueAttribute=""> <w2:keyInfo> <w2:key id="name" name="name" dataType="text"></w2:key> <w2:key id="birthday" name="birthday" dataType="text"></w2:key> <w2:key id="height" name="height" dataType="text"></w2:key> <w2:key id="weight" name="weight" dataType="text"></w2:key> <w2:key id="gender" name="gender" dataType="text"></w2:key> </w2:keyInfo> </w2:dataMap> </w2:dataCollection> <xf:submission id="sbm_getUserData" ref="data:json,dma_request" target="data:json,dc_resUserMapData" action="/data/sampleData/sampleData_json_dc_map.json" method="post" mediatype="application/json" encoding="UTF-8" mode="asynchronous" processMsg="" ev:submit="scwin.sbm_getUserData_submit" ev:submitdone="scwin.sbm_getUserData_submitdone" ev:submiterror="scwin.sbm_getUserData_submiterror" instance="" replace="" errorHandler="" customHandler="" abortTrigger=""> </xf:submission> <xf:submission id="sbm_getUserData_404" ref="data:json,dma_request" target="data:json,dc_resUserMapData" action="/sp5555/data/sampleData/sampleData_json_dc_map.json" method="post" mediatype="application/json" encoding="UTF-8" mode="asynchronous" processMsg="" ev:submit="scwin.sbm_getUserData_submit" ev:submitdone="scwin.sbm_getUserData_submitdone" ev:submiterror="scwin.sbm_getUserData_submiterror" instance="" replace="" errorHandler="" customHandler="" abortTrigger=""> </xf:submission> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; /** * [Submission ์ •์ƒ ์ƒํƒœ] ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ */ scwin.btn_submission_onclick = function (e) { //submission ์‹คํ–‰ $p.executeSubmission("sbm_getUserData"); }; /** * [Submission Error ๋ฐœ์ƒ] ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ */ scwin.btn_submission_error_onclick = function (e) { //submission ์‹คํ–‰ - 404 ํŽ˜์ด์ง€ ์—†์Œ error $p.executeSubmission("sbm_getUserData_404"); }; /** * submission์˜ submit ์ด๋ฒคํŠธ ํ•ธ๋“ค๋Ÿฌ * ํ†ต์‹ ์„ ์ˆ˜ํ–‰ํ•˜๊ธฐ ์ „์— ์‹คํ–‰๋˜๋ฉฐ return์˜ ๊ฐ’์ด false์ธ ๊ฒฝ์šฐ ์‹คํ–‰์„ ์ค‘๋‹จํ•œ๋‹ค. */ scwin.sbm_getUserData_submit = function () { var searchTxt; //ํ•„์ˆ˜ ์ „์†ก๊ฐ’1์˜ input์˜ ๊ฐ’์„ ๋ฐ˜ํ™˜๋ฐ›์•„ ์ขŒ์šฐ ๊ณต๋ฐฑ์„ ์ œ๊ฑฐํ•œ๋‹ค. searchTxt = ibx_reqData1.getValue().trim(); //์‘๋‹ต๊ฐ’ ์ถœ๋ ฅ ์˜์—ญ ์ดˆ๊ธฐํ™” scwin.grp_response_init(); //ํ•„์ˆ˜ ์ „์†ก๊ฐ’1์ด ์—†๋Š” ๊ฒฝ์šฐ ๋ถ„๊ธฐ if (searchTxt === "") { alert("๊ฒ€์ƒ‰์–ด๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”"); //input ์ปดํฌ๋„ŒํŠธ์— focus ibx_reqData1.focus(); //textarea์— ๋กœ๊ทธ ์ถœ๋ ฅ scwin.printLog("submission ์‹คํ–‰์ด ์ค‘๋‹จ ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. -> scwin.sbm_getUserData_submit"); //ํ†ต์‹  ์‹คํ–‰ ์ค‘๋‹จ. return false; } return true; }; /** * submission์ด submit done ์ด๋ฒคํŠธ ํ•ธ๋“ค๋Ÿฌ * ํ†ต์‹ ์ด ์ •์ƒ์ ์œผ๋กœ ์™„๋ฃŒ๋œ ๊ฒฝ์šฐ ๋ฐœ์ƒ. * (http status code๊ฐ€ ์ •์ƒ ๋ฒ”์ฃผ์ธ ๊ฒฝ์šฐ) */ scwin.sbm_getUserData_submitdone = function (e) { console.log("scwin.sbm_getUserData_submitdone >>>>>>>>> ", e); scwin.printLog("๊ฐœ๋ฐœ์ž๋„๊ตฌ console์— ๋” ๋งŽ์€ ์ •๋ณด๊ฐ€ ์ถœ๋ ฅ๋ฉ๋‹ˆ๋‹ค.\nsubmission ์™„๋ฃŒ-scwin.sbm_getUserData_submitdone\nresponseText :\n" + e.responseText); }; /** * submission์ด submit error ์ด๋ฒคํŠธ ํ•ธ๋“ค๋Ÿฌ * ํ†ต์‹ ์˜ ์‘๋‹ต๊ฐ’์ด ์˜ค๋ฅ˜์ธ ๊ฒฝ์šฐ ๋ฐœ์ƒ. * (http status code๊ฐ€ ์ •์ƒ ๋ฒ”์ฃผ๊ฐ€ ์•„๋‹Œ ๊ฒฝ์šฐ - 200 > http status ๋˜๋Š” 300 <= http status ๋˜๋Š” 0 == e.status) */ scwin.sbm_getUserData_submiterror = function (e) { console.log("scwin.sbm_getUserData_submiterror >>>>>>>>> ", e); scwin.printLog("๊ฐœ๋ฐœ์ž๋„๊ตฌ console์— ๋” ๋งŽ์€ ์ •๋ณด๊ฐ€ ์ถœ๋ ฅ๋ฉ๋‹ˆ๋‹ค.\nsubmission ์—๋Ÿฌ-scwin.sbm_getUserData_submiterror\nresponseStatusCode : " + e.responseStatusCode + "\nresponseReasonPhrase : " + e.responseReasonPhrase + "\nerrorType : " + e.errorType); }; /** * [$p.ajax ์‚ฌ์šฉ] ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ */ scwin.btn_ajax_onclick = function (e) { scwin.fn_execAjax( "/data/sampleData/sampleData_json_dc_map02.json", "dma_request", "dc_resUserMapData" ); }; /** * [$p.ajax 404 Error ๋ฐœ์ƒ] ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ */ scwin.btn_ajax_error_onclick = function (e) { //404 ํŽ˜์ด์ง€ ์—†์Œ error scwin.fn_execAjax( "/sp5555/data/sampleData/sampleData_json_dc_map02.json", "dma_request", "dc_resUserMapData" ); }; //reqDC , resDC ๊ฐ€ ๋‹ค๊ฑด์ธ ๊ฒฝ์šฐ ,๋กœ ๊ตฌ๋ถ„ํ•œ๋‹ค. scwin.fn_execAjax = function (actionUrl, reqDC, resDC) { var tmpReqDC; var sendOpt; //์‘๋‹ต๊ฐ’ ์ถœ๋ ฅ ์˜์—ญ ์ดˆ๊ธฐํ™” scwin.grp_response_init(); if (typeof actionUrl != "string") { alert("action์ด ์ •์˜๋˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค."); return; } /* ajaxํ†ต์‹ ์šฉ ํ•จ์ˆ˜ Parameters : - Object options JSONํ˜•ํƒœ ๊ฐ์ฒด options.action : ajax ์š”์ฒญ์ฃผ์†Œ options.mode : asynchronous(default)/synchronous options.mediatype : application/x-www-form-urlencoded , application/json , application/xml , text/xml options.method : get/post/put/delete options.requestData : ์š”์ฒญ๋ณธ๋ฌธ options.timeout : ajax์š”์ฒญํ›„ timeout ์‹œ๊ฐ„. ์ด์‹œ๊ฐ„์ด ์ดˆ๊ณผํ•ด๋„ ์‘๋‹ต์ด ์˜ค์ง€ ์•Š๋Š” ๊ฒฝ์šฐ error callbackํ•จ์ˆ˜๋ฅผ ์‹คํ–‰ options.type : xml/json. xml์ธ ๊ฒฝ์šฐ success callbackํ•จ์ˆ˜์˜ ์ธ์ž๊ฐ์ฒด์˜ responseBody์†์„ฑ์— xml๊ฐ์ฒด๊ฐ€ ์„ค์ •๋˜๊ณ , json์ธ ๊ฒฝ์šฐ ์ž๋ฐ”์Šคํฌ๋ฆฝํŠธ ๊ฐ์ฒด๊ฐ€ ์„ค์ •๋œ๋‹ค.๋‚˜๋จธ์ง€ ๊ฒฝ์šฐ๋Š” textํ˜•์‹์ด ์„ค์ •. options.beforeAjax : ์š”์ฒญ์ „์— ์‹คํ–‰๋˜๋Š” ํ•จ์ˆ˜๋กœ ์ด ํ•จ์ˆ˜๋‚ด์—์„œ false๋ฅผ returnํ•˜๋ฉด ajax์š”์ฒญ์„ ํ•˜์ง€ ์•Š๋Š”๋‹ค options.success : ์š”์ฒญ์ด ์„ฑ๊ณตํ•œ ๊ฒฝ์šฐ ์‹คํ–‰๋˜๋Š” callbackํ•จ์ˆ˜ options.error : ์š”์ฒญ์ด ์‹คํŒจํ•œ ๊ฒฝ์šฐ ์‹คํ–‰๋˜๋Š” callbackํ•จ์ˆ˜ */ tmpReqDC = reqDC.split(",") || []; sendOpt = {}; sendOpt.action = actionUrl; sendOpt.mediatype = "application/json"; sendOpt.method = "post"; sendOpt.requestHeader = { insUserData: "w5Edu" }; sendOpt.requestData = JSON.stringify($p.data.get("JSON", tmpReqDC)); sendOpt.beforeAjax = function (e) { $p.log("Before"); for (var tmp in e) { $p.log("==::" + tmp); } e.requestData = '{"userInfo":' + e.requestData + '}'; return true; }; sendOpt.success = function (e) { console.log("$p.ajax sendOpt.success >>>>>>>>> ", e); scwin.printLog("๊ฐœ๋ฐœ์ž๋„๊ตฌ console์— ๋” ๋งŽ์€ ์ •๋ณด๊ฐ€ ์ถœ๋ ฅ๋ฉ๋‹ˆ๋‹ค.\n$p.ajax success\nresponseText :\n" + e.responseText); if (resDC) $p.getComponentById(resDC).setJSON(e.responseJSON[resDC]); }; sendOpt.error = function (e) { console.log("$p.ajax sendOpt.error >>>>>>>>> ", e); scwin.printLog("๊ฐœ๋ฐœ์ž๋„๊ตฌ console์— ๋” ๋งŽ์€ ์ •๋ณด๊ฐ€ ์ถœ๋ ฅ๋ฉ๋‹ˆ๋‹ค.\n$p.ajax ํ†ต์‹  ์—๋Ÿฌ\nresponseStatusCode : " + e.responseStatusCode + "\nresponseReasonPhrase : " + e.responseReasonPhrase + "\nerrorType : " + e.errorType); }; $p.ajax(sendOpt); }; /** * ๋กœ๊ทธ์ถœ๋ ฅ ์˜์—ญ์˜ textarea์— ํ†ต์‹  ๊ฒฐ๊ณผ๋ฅผ ์ถœ๋ ฅ. */ scwin.printLog = function (argStrLog) { var strPreData; //textarea์— ์ถœ๋ ฅ๋œ ๊ธฐ์กด ๋ฐ์ดํ„ฐ ์ถ”์ถœ. strPreData = txa_log.getValue(); if (strPreData) { strPreData += "\n\n*********************************************************************\n\n"; } //๊ธฐ์กด ๋ฐ์ดํ„ฐ์— ์ถ”๊ฐ€ํ•˜์—ฌ ์ถœ๋ ฅ txa_log.setValue(strPreData + argStrLog); $c.frame.scrollToBottom(txa_log); }; /** * ์‘๋‹ต๊ฐ’ ์ถœ๋ ฅ ์˜์—ญ ์ดˆ๊ธฐํ™” - ๋นˆ ๊ฐ’์œผ๋กœ ์ถœ๋ ฅ */ scwin.grp_response_init = function () { //dc_resUserMapData์˜ ์ „์ฒด ๋ฐ์ดํ„ฐ๋ฅผ ๋นˆ๊ฐ’์œผ๋กœ ํ• ๋‹นํ•œ๋‹ค. dc_resUserMapData.setEmptyValue(); //ํ˜„์žฌ ๊ฐ’์œผ๋กœ dc_resUserMapData์„ ์ดˆ๊ธฐํ™”ํ•œ๋‹ค. dc_resUserMapData.reform(); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="์›น์Šคํ€˜์–ด์—์„œ ์ œ๊ณตํ•˜๋Š” ํ†ต์‹  ๋ชจ๋“ˆ ์˜ˆ์‹œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;์›น์Šคํ€˜์–ด๋Š” AJAX๋กœ ํ†ต์‹ ์„ ํ•ฉ๋‹ˆ๋‹ค.(HTML์˜ Form Submit์„ ์ด์šฉํ•˜์ง€ ์•Š์Œ).&lt;br/&gt;์ œ๊ณต๋˜๋Š” ํ†ต์‹  ๋ชจ๋“ˆ์€ Submission๊ณผ Ajax Util (API) ๋ชจ๋“ˆ์ด ์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <w2:textbox class="ws_example_txt_desc_info" escape="false" id="" label="์ด ์˜ˆ์ œ๋Š” ์‹œ์—ฐ์šฉ ์˜ˆ์ œ๋กœ ์˜ˆ์ œ ๊ฐ€์ด๋“œ ๋ฌธ์„œ๊ฐ€ ํฌํ•จ๋˜์–ด ์žˆ์ง€ ์•Š์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="schbox" id="" style=""> <xf:group class="schbox_inner" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="1240" class="w2tb tbl " id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:90px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:80px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:80px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:80px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group class="" id="" style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ•„์ˆ˜ ์ „์†ก๊ฐ’1" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input id="ibx_reqData1" ref="data:dma_request.reqData1" style="" initValue="websquare"></xf:input> </xf:group> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="" id="" label="์ „์†ก๊ฐ’2" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" id="" style="" tagname="td"> <xf:checkcombobox id="" displayAllOptionLabel="false" chooseOption="true" displayMode="label" style="" submenuSize="auto" allOption="" disabled="false" direction="auto" appearance="minimal" chooseOptionLabel="" ref="data:dma_request.reqData2" separator=","> <xf:choices> <xf:item> <xf:label><![CDATA[์ฝ”๋“œ01]]></xf:label> <xf:value><![CDATA[C01]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[์ฝ”๋“œ02]]></xf:label> <xf:value><![CDATA[C02]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[์ฝ”๋“œ03]]></xf:label> <xf:value><![CDATA[C03]]></xf:value> </xf:item> </xf:choices> </xf:checkcombobox> </xf:group> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="" id="" label="์ „์†ก๊ฐ’3" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" id="" style="" tagname="td"> <xf:select1 appearance="full" cols="" disabled="" id="" ref="data:dma_request.reqData3" renderType="radiogroup" rows="" selectedIndex="0" style=""> <xf:choices> <xf:item> <xf:label><![CDATA[๋ฏธํ˜ผ]]></xf:label> <xf:value><![CDATA[N]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[๊ธฐํ˜ผ]]></xf:label> <xf:value><![CDATA[Y]]></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="" id="" label="์ „์†ก๊ฐ’4" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" id="" style="" tagname="td"> <w2:inputCalendar footerDiv="false" id="" style="" renderDiv="true" focusOnDateSelect="false" calendarValueType="yearMonthDate" rightAlign="false" renderType="component" setCurrentDate="true" ref="data:dma_request.reqData4"> </w2:inputCalendar> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group style="" id="" class="titbox"> <xf:trigger class="btn_cm event" disabled="" escape="false" id="btn_submission" style="" type="button" ev:onclick="scwin.btn_submission_onclick"> <xf:label><![CDATA[Submission ์ •์ƒ ์ƒํƒœ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm event" disabled="" escape="false" id="btn_ajax" style="" type="button" ev:onclick="scwin.btn_ajax_onclick"> <xf:label><![CDATA[$p.ajax ์ •์ƒ ์ƒํƒœ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm event" disabled="" escape="false" id="btn_submission_error" style="" type="button" ev:onclick="scwin.btn_submission_error_onclick"> <xf:label><![CDATA[Submission 404 Error ๋ฐœ์ƒ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm event" disabled="" escape="false" id="btn_ajax_error" style="" type="button" ev:onclick="scwin.btn_ajax_error_onclick"> <xf:label><![CDATA[$p.ajax 404 Error ๋ฐœ์ƒ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="example_div_tb_style_wrap mwp100 mb_def" id=""> <xf:group class="example_div_tr_style" id="" style=""> <xf:group class="example_div_th_style" id=""> <w2:span class="mr_def txt_blue" id="" label="๋กœ๊ทธ ํ™•์ธ" style=""></w2:span> <xf:trigger class="com_example_btn_log_clear" ev:onclick="scwin.btn_clearLog_onclick" id="btn_clearLog" style="" title="๋กœ๊ทธ ์‚ญ์ œ" type="button"> <xf:label><![CDATA[๊ฒ€์ƒ‰ ์ทจ์†Œ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="example_div_td_style" id="" style=""> <xf:textarea class="com_example_txa_log" id="txa_log" spellcheck="false" style="width: 100%;height: 140px;"></xf:textarea> </xf:group> </xf:group> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="์‘๋‹ต๊ฐ’ ์ถœ๋ ฅ" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group id="" class="tblbox"> <xf:group tagname="table" style="width:100%;" id="grp_response" class="w2tb tbl" adaptive="layout" adaptiveThreshold="800"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="caption"></xf:group> <xf:group tagname="colgroup"> <xf:group tagname="col" style="width:80px;"></xf:group> <xf:group tagname="col" style=""></xf:group> <xf:group tagname="col" style="width:80px;"></xf:group> <xf:group tagname="col" style=""></xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="th" style="" class="w2tb_th"> name <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group tagname="td" style="" class="w2tb_td"> <w2:span ref="data:dc_resUserMapData.name" style="" label="" id=""></w2:span> </xf:group> <xf:group tagname="th" style="" class="w2tb_th"> weight <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group tagname="td" style="" class="w2tb_td"> <w2:span ref="data:dc_resUserMapData.weight" dataType="number" displayFormat="#,### kg" style="" id="" label=""> </w2:span> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="th" style="" class="w2tb_th"> birthday <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group tagname="td" style="" class="w2tb_td"> <w2:span ref="data:dc_resUserMapData.birthday" dataType="date" displayFormat="yyyy-MM-dd" style="" id="" label=""> </w2:span> </xf:group> <xf:group tagname="th" style="" class="w2tb_th"> gender <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group tagname="td" style="" class="w2tb_td"> <xf:select1 ref="data:dc_resUserMapData.gender" appearance="full" style="" id="" renderType="radiogroup" rows="" cols="" selectedIndex=""> <xf:choices> <xf:item> <xf:label><![CDATA[๋‚จ์„ฑ]]></xf:label> <xf:value><![CDATA[M]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[์—ฌ์„ฑ]]></xf:label> <xf:value><![CDATA[F]]></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="th" style="" class="w2tb_th"> height <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group tagname="td" style="" class="w2tb_td"> <w2:span ref="data:dc_resUserMapData.height" dataType="number" displayFormat="#,### cm" style="" id="" label=""> </w2:span> </xf:group> <xf:group tagname="th" style="" class="w2tb_th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group tagname="td" style="" class="w2tb_td"></xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/page/P00039.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenName="๋ฐ์ดํ„ฐ ํƒ€์ž…๋ณ„ ํฌ๋งท ์˜ˆ์‹œ"> <w2:historyInfo> <w2:history meta_no="01" meta_desc="์ตœ์ดˆ์ž‘์„ฑ" meta_date="20220522" meta_user="InswaveSystems" ></w2:history> </w2:historyInfo> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataMap baseNode="map" id="dma_sampleDataForm"> <w2:keyInfo> <w2:key id="json" name="name1" dataType="text"></w2:key> <w2:key id="array" name="name2" dataType="text"></w2:key> <w2:key id="arrayString" name="name3" dataType="text"></w2:key> <w2:key id="xml" name="name4" dataType="text"></w2:key> </w2:keyInfo> <w2:data use="true"> <json><![CDATA[[ { "SEQ_NO":1, "SIGUNGUCODE":"11110", "STREETNUM":"2005001", "STREET":"์„ธ์ข…๋Œ€๋กœ" }, { "SEQ_NO":2, "SIGUNGUCODE":"11110", "STREETNUM":"2005001", "STREET":"์„ธ์ข…๋Œ€๋กœ" } ]]]></json> <array><![CDATA[{ "columnInfo":["SEQ_NO", "SIGUNGUCODE", "STREETNUM", "STREET"], "data":[1, "11110", "2005001", "์„ธ์ข…๋Œ€๋กœ", 2, "11110", "2005001", "์„ธ์ข…๋Œ€๋กœ"] }]]></array> <arrayString><![CDATA['"1","11110","2005001","์„ธ์ข…๋Œ€๋กœ","Sejong-daero","00","์„œ์šธํŠน๋ณ„์‹œ","์ข…๋กœ๊ตฌ","2","NULL","NULL","NULL","NULL","0","NULL","NULL","Seoul","Jongno-gu","NULL","20100520","NULL","2","11110","2005001","์„ธ์ข…๋Œ€๋กœ","Sejong-daero","01","์„œ์šธํŠน๋ณ„์‹œ","์ข…๋กœ๊ตฌ","1","119","์„ธ์ข…๋กœ","NULL","NULL","0","NULL","NULL","Seoul","Jongno-gu","Sejongno","20100520","NULL"']]></arrayString> <xml><![CDATA[&lt;list id="dlt_ZipCodeStreet"&gt; &lt;map&gt; &lt;SEQ_NO&gt;1&lt;/SEQ_NO&gt; &lt;SIGUNGUCODE&gt;11110&lt;/SIGUNGUCODE&gt; &lt;STREETNUM&gt;2005001&lt;/STREETNUM&gt; &lt;STREET&gt;์„ธ์ข…๋Œ€๋กœ&lt;/STREET&gt; &lt;/map&gt; &lt;map&gt; &lt;SEQ_NO&gt;2&lt;/SEQ_NO&gt; &lt;SIGUNGUCODE&gt;11110&lt;/SIGUNGUCODE&gt; &lt;STREETNUM&gt;2005001&lt;/STREETNUM&gt; &lt;STREET&gt;์„ธ์ข…๋Œ€๋กœ&lt;/STREET&gt; &lt;/map&gt; &lt;/list&gt;]]></xml> </w2:data> </w2:dataMap> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function () { }; /** * ์„ค๋ช…๋ถ€์— pre tag ์ถ”๊ฐ€ */ scwin.displayFormatter_desc = function (strValue) { return "<pre>" + strValue + "</pre>"; } ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="ws_example_grp_desc" id="" style=""> <w2:textbox escape="false" id="" label="DataList์— ์…‹ํŒ…ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฐ์ดํ„ฐ์˜ ํฌ๋งท ์˜ˆ์‹œ์ž…๋‹ˆ๋‹ค.&lt;br/&gt;Submission์— ์ง€์ •ํ•  ์ˆ˜ ์žˆ๋Š” ํƒ€์ž…์€ JSON, Array, XML์ž…๋‹ˆ๋‹ค.(์†์„ฑ ์ค‘ target๊ณผ reference์˜ dataType์— ํ• ๋‹น.)" style=""> </w2:textbox> <w2:textbox class="ws_example_txt_desc_info" escape="false" id="" label="์ด ์˜ˆ์ œ๋Š” ์‹œ์—ฐ์šฉ ์˜ˆ์ œ๋กœ ์˜ˆ์ œ ๊ฐ€์ด๋“œ ๋ฌธ์„œ๊ฐ€ ํฌํ•จ๋˜์–ด ์žˆ์ง€ ์•Š์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <w2:textbox class="com_example_heading" id="" label="JSON - ๊ธฐ๋ณธ ๊ถŒ์žฅ ํฌ๋งท" style="" tagname="h3"></w2:textbox> <w2:textbox class="com_example_block_code minH mb_def" escape="false" id="tbx_desc_json" label="" style="" ref="data:dma_sampleDataForm.json" displayFormatter="scwin.displayFormatter_desc"> </w2:textbox> <w2:textbox id="" label="Submission ์„ค์ • ์˜ˆ์‹œ" style="" class="mb_def ws5_exam_txt_bold"></w2:textbox> <w2:textbox class="com_example_block_code minH mb_def" id="" label="&lt;span class='ws5_exam_txt_red'&gt;target=&quot;data:json&lt;/span&gt;,[๋ฐ์ดํ„ฐ ๋ฆฌ์ŠคํŠธ ์•„์ด๋””]&quot;&lt;br/&gt;mediatype=&quot;application/json&quot;" style="" escape="false"> </w2:textbox> <w2:textbox class="com_example_heading" id="" label="ARRAY - ๋Œ€์šฉ๋Ÿ‰ ๋ฐ์ดํ„ฐ ๊ถŒ์žฅ ํฌ๋งท" style="" tagname="h3"></w2:textbox> <w2:textbox class="com_example_block_code minH mb_def" escape="false" id="tbx_desc_jsonArray" label="" style="" ref="data:dma_sampleDataForm.array" displayFormatter="scwin.displayFormatter_desc"> </w2:textbox> <w2:textbox class="mb_def ws5_exam_txt_bold" id="" label="Submission ์„ค์ • ์˜ˆ์‹œ" style=""></w2:textbox> <w2:textbox class="com_example_block_code minH mb_def" escape="false" id="" label="&lt;span class='ws5_exam_txt_red'&gt;target=&quot;data:array&lt;/span&gt;,[๋ฐ์ดํ„ฐ ๋ฆฌ์ŠคํŠธ ์•„์ด๋””]&quot;&lt;br/&gt;mediatype=&quot;application/json&quot;" style=""> </w2:textbox> <w2:textbox class="com_example_heading" id="" label="1์ฐจ์› ARRAY" style="" tagname="h3"></w2:textbox> <w2:textbox class="com_example_block_code minH mb_def" escape="false" id="tbx_desc_array" label="" style="" ref="data:dma_sampleDataForm.arrayString" displayFormatter="scwin.displayFormatter_desc"> </w2:textbox> <w2:textbox class="mb_def ws5_exam_txt_bold" id="" label="Submission ์„ค์ • ์˜ˆ์‹œ" style=""></w2:textbox> <w2:textbox class="com_example_block_code minH mb_def" escape="false" id="" label="&lt;span class='ws5_exam_txt_red'&gt;1์ฐจ์› ARRAY์€ Submission์— ์ง€์ •ํ•  ์ˆ˜ ์—†์œผ๋ฉฐ ์‘๋‹ต ๋ฐ์ดํ„ฐ๋ฅผ ์ง์ ‘ DataList์— ํ• ๋‹นํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค. DataList์˜ API ์ค‘ setData๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span class='ws5_exam_txt_red'&gt;target : &quot;&quot;&lt;/span&gt;&lt;br/&gt;mediatype=&quot;text/plain&quot;" style=""> </w2:textbox> <w2:textbox class="com_example_heading" id="" label="XML" style="" tagname="h3"></w2:textbox> <w2:textbox class="com_example_block_code minH mb_def" escape="false" id="tbx_desc_xml" label="" style="" ref="data:dma_sampleDataForm.xml" displayFormatter="scwin.displayFormatter_desc"> </w2:textbox> <w2:textbox class="mb_def ws5_exam_txt_bold" id="" label="Submission ์„ค์ • ์˜ˆ์‹œ" style=""></w2:textbox> <w2:textbox class="com_example_block_code minH mb_def" escape="false" id="" label="&lt;span class='ws5_exam_txt_red'&gt;target=&quot;data:xml&lt;/span&gt;,[๋ฐ์ดํ„ฐ ๋ฆฌ์ŠคํŠธ ์•„์ด๋””]&quot;&lt;br/&gt;mediatype=&quot;application/xml&quot;" style=""> </w2:textbox> </xf:group> </body> </html>
WRE/WebContent/mainContainer.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dlt_cssFileList" saveRemovedData="true"> <w2:columnInfo> <w2:column id="label" name="name1" dataType="text"></w2:column> <w2:column id="path" name="name2" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <path><![CDATA[style]]></path> <label><![CDATA[๋‚ด๋ถ€ internalStyle]]></label> </w2:row> <w2:row> <path><![CDATA[/css/example.css]]></path> <label><![CDATA[[์˜ˆ์ œ๋ณ„ ์˜ˆ์‹œ] /css/example.css]]></label> </w2:row> <w2:row> <path><![CDATA[/cm/css/base.css]]></path> <label><![CDATA[[๊ณตํ†ต]/cm/css/base.css]]></label> </w2:row> <w2:row> <path><![CDATA[/cm/css/contents.css]]></path> <label><![CDATA[[๊ณตํ†ต]/cm/css/contents.css]]></label> </w2:row> <w2:row> <path><![CDATA[/frame/css/ws5_example.css]]></path> <label><![CDATA[[๊ณตํ†ต]/frame/css/ws5_example.css]]></label> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script type="text/javascript" src="/frame/js/mainScript.js" scopeExternal="true"></script> <script lazy="false" type="text/javascript"><![CDATA[scwin.gVar = { "EXA_MAIN_TYPE": "P", //ํ™”๋ฉด ํƒ€์ž… "jsnParam": null, "jsnLeftMenuLink": {}, "layoutComponentID": "tac_main" }; scwin.onpageload = async function () { $p.js($c.frame.getSrc("/frame/highlight/highlight.min.js"), () => { }); await scwin.menu.init(); //querystring param ๋ถ„์„ scwin.parseParam(); //์ขŒ์ธก ๋ฉ”๋‰ด ๊ตฌ์„ฑ await wfm_leftContainer.setSrc($c.frame.getSrc("frame/page/leftContainer.xml")); inquires("externalJS/editor4.17.1/ckeditor.js").then(function (argDone) { CKEDITOR.disableAutoInline = false; // CKEDITOR.config.autoUpdateElement = false; // CKEDITOR.scayt_autoStartupSince = false; scwin.setInitPage(); }, function (arsError) { console.log("[ERROR]externalJS/editor4.17.1/ckeditor.js", argError); scwin.setInitPage(); }); }; scwin.setInitPage = function () { scwin.dispDashboard(); scwin.dispPageByParam(); }; /** * querystring์˜ param ๋ถ„์„ */ scwin.parseParam = function () { var strAllParam; var arrParam; var jsnParam; strAllParam = (location.search).replace("?", ""); arrParam = strAllParam.split("&"); jsnParam = {}; arrParam.forEach((argItem, argIndex) => { let arrItem = (argItem || "").trim().split("=");; jsnParam[arrItem[0]] = arrItem[1]; }); //์ „์—ญ ๋ณ€์ˆ˜์— ํ• ๋‹น. scwin.gVar.jsnParam = JSON.parse(JSON.stringify(jsnParam)); }; scwin.dispPageByParam = function () { var strPage; var jsnMenu; strPage = scwin.gVar.jsnParam.p; if (!strPage) { return; } jsnMenu = scwin.menu.getMenuByPage(strPage); if (jsnMenu && jsnMenu.ID) { scwin.dispPage(jsnMenu, true); } }; scwin.dispPage = async function (argMenuID, argSelectedTab) { var jsnMenuData; var strMenuID; var strMenuTitle; var strTabID; var isFirstOpen; var isValid = false; var numTabIndex; var strPageContainer; switch (typeof argMenuID) { case "string": jsnMenuData = scwin.menu.getMenuByID(argMenuID); isValid = true; break; case "object": if ($.isPlainObject(argMenuID) && argMenuID.ID) { jsnMenuData = argMenuID; isValid = true; } break; default: break; } strMenuID = jsnMenuData["ID"]; strMenuTitle = jsnMenuData["TITLE"]; strTabID = "tab_" + strMenuID; numTabIndex = tac_main.getTabIndex(strTabID); isFirstOpen = (numTabIndex < 0 || numTabIndex == null) ? true : false; if (isFirstOpen === true) { strPageContainer = $c.frame.getSrc("/frame/page/pageContainer.xml"); await tac_main.addTab( strTabID, { "label": strMenuTitle, "closable": "true", "openAction": "select" }, { "src": strPageContainer, "scope": true, "wframe": true, "dataObject": { "type": "json", "name": "tabParam", "data": { "menuData": jsnMenuData } } } ); } if (!isFirstOpen || (isFirstOpen && argSelectedTab !== false)) { tac_main.setSelectedTabIndex(tac_main.getTabIndex(strTabID)); } }; /** * tab ์ „์ฒด ๋‹ซ๊ธฐ click ์‹œ */ scwin.btn_tab_allclose_onclick = async function () { var lenLen = tac_main.getTabCount(); for (let i = lenLen; i > 0; i--) { await tac_main.deleteTab(i); } }; //dashboard ์ถ”๊ฐ€ scwin.dispDashboard = function () { tac_main.addTab( "C_dashboard", { "label": "HOME", "closable": "false", "openAction": "select", "class": "tab_home", "tabWidth": "0" }, { "src": $c.frame.getSrc("/frame/page/intro_dashboard.xml"), "scope": true, "wframe": true } ); }; //project history ์ถ”๊ฐ€ scwin.dispProjectHistory = async function () { var strTabID; strTabID = "C_history"; await tac_main.addTab( strTabID, { "label": "ํ”„๋กœ์ ํŠธ ๋ฆด๋ฆฌ์ฆˆ ๋…ธํŠธ", "openAction": "select" }, { "src": $c.frame.getSrc("/frame/page/history.xml"), "scope": true, "wframe": true } ); tac_main.setSelectedTabIndex(tac_main.getTabIndex(strTabID)); }; scwin.btn_sitemap_onclick = function (e) { var objRect; var numMaxHeight, numMaxWidth; var jsnOptions; objRect = document.body.getBoundingClientRect(); numMaxHeight = objRect.height; numMaxWidth = objRect.width; jsnOptions = { id: "pop_sitemap", type: "browserPopup", resizable: "true", top: 120, left: "auto", width: (numMaxWidth > 1300 ? 1300 : numMaxWidth) + "px", height: (numMaxHeight > 650 ? 650 : numMaxHeight) + "px", dataObject: { "type": "json", "name": "popupParam", "data": scwin.menu.getAllMenuDataString() } }; jsnOptions = $c.frame.getPopupPosition(jsnOptions); $p.openPopup( $c.frame.getSrc("/frame/page/sitemap.xml"), jsnOptions ); }; scwin.btn_online_doc_onclick = function (e) { window.open("https://docs1.inswave.com/ws5_sp5_example", "_blank"); }; //header ๋ฉ”๋‰ด ํ™•์žฅ/์ถ•์†Œ scwin.btn_toggle_menu_onclick = function () { grp_main_wrap.toggleClass("show_menu"); }; /** * ์ƒ๋‹จ์˜ logo ํด๋ฆญ ์‹œ */ scwin.btn_logo_onclick = function () { location.reload(); }; /** * ํƒญ ๋ณ€๊ฒฝ ์‹œ */ scwin.tac_main_onchange = function (tabID, idx, userTabID) { var strMenuID; var strSelectedMenuID; var strkey = "ex_selectedMenuID"; strMenuID = userTabID.replace("tab_", ""); //home ํ™œ์„ฑํ™” ์‹œ class ์ถ”๊ฐ€ if (userTabID === "C_dashboard") { btn_home.addClass("active"); } else { btn_home.removeClass("active"); } //๊ธฐ ์„ ํƒ๋œ ์š”์†Œ class ์ œ๊ฑฐ strSelectedMenuID = this.getUserData(strkey); if (strSelectedMenuID) { scwin.setEmpClass_leftMenu(strSelectedMenuID, false); } //์„ ํƒ๋œ ์š”์†Œ class ์ถ”๊ฐ€ >>> ํ™•์žฅ ์ฒ˜๋ฆฌ๊นŒ์ง€. scwin.setEmpClass_leftMenu(strMenuID, true); this.setUserData(strkey, strMenuID); }; /** * ์ขŒ์ธก ๋ฉ”๋‰ด ๊ฐ•์กฐ class ์ ์šฉ */ scwin.setEmpClass_leftMenu = function (argCurMenuID, argIsRemove) { var strMenuComp; var arrMenuComp; var numLenArrMenuComp; strMenuComp = scwin.gVar.jsnLeftMenuLink[argCurMenuID]; if (!strMenuComp) { $c.frame.log("scwin.setEmpClass_leftMenu", "๋ฉ”๋‰ด ์ •๋ณด๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค : " + argCurMenuID, "debug"); return; } arrMenuComp = strMenuComp.split("|"); numLenArrMenuComp = arrMenuComp.length; arrMenuComp.forEach((item, index) => { //menu let cmpMenu = $p.getComponentById(item); if (!cmpMenu) { $c.frame.log("scwin.setEmpClass_leftMenu", "์ปดํฌ๋„ŒํŠธ๋ฅผ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. : " + item, "debug"); return; } if (argIsRemove === false) { cmpMenu.removeClass("on"); } else { cmpMenu.addClass("on"); if (numLenArrMenuComp - 1 == index) { cmpMenu.getParent().removeClass("isCollapsed"); } else if (index == 1) { cmpMenu.removeClass("isCollapsed"); } } }); $p.getComponentById(arrMenuComp[0]).focus(); }; // ํฐํŠธ์‚ฌ์ด์ฆˆ scwin.header_hide_onlabelclick = function (index, checked, value) { if (checked) { $("html").css("font-size", "12px"); grp_main_wrap.addClass("large_font"); } else { $("html").css("font-size", "10px"); grp_main_wrap.removeClass("large_font"); } }; /** * PC ๋ชจ๋“œ ์ด๋™ */ scwin.btn_pc_onclick = function (e) { location.href = EXA_URL_MOBILE; }; /** * TabControl์˜ [home] ํด๋ฆญ ์‹œ */ scwin.btn_home_onclick = function () { scwin.dispDashboard(); //.w2table_tabControl_col }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="wrap show_menu pc" id="grp_main_wrap" style=""> <xf:group class="bg_mainbox" id="" style=""></xf:group> <xf:group style="" id="" class="header"> <w2:anchor class="btn_toggle_menu" id="btn_toggle_menu" name="" outerDiv="false" style="" ev:onclick="scwin.btn_toggle_menu_onclick" title="๋ฉ”๋‰ด ํ™•์žฅ/์ถ•์†Œ"> <xf:label><![CDATA[tootleMenu]]></xf:label> </w2:anchor> <xf:group class="" id="" style="" tagname="h1"> <w2:anchor class="logo" id="btn_logo" outerDiv="false" ev:onclick="scwin.btn_logo_onclick" title="๋ธŒ๋ผ์šฐ์ € ์ƒˆ๋กœ๊ณ ์นจ"> <xf:label><![CDATA[inswave systems]]></xf:label> </w2:anchor> </xf:group> <w2:textbox id="" label="ver." tagname="span"></w2:textbox> <w2:textbox id="" label="SP5" tagname="strong"></w2:textbox> <xf:group style="" id="" class="grp_r_link"> <xf:group class="input_switch" id=""> <xf:select appearance="full" cols="" ev:onlabelclick="scwin.header_hide_onlabelclick" id="header_hide" ref="" renderType="checkboxgroup" rows="" selectedindex="-1" style=""> <xf:choices> <xf:item> <xf:label><![CDATA[]]> </xf:label> <xf:value><![CDATA[]]> </xf:value> </xf:item> </xf:choices> </xf:select> </xf:group> <xf:group id="" class="btn_exam_tran_grp"> <w2:span id="" label="|" class="v_bar" style="display:none;"></w2:span> <xf:trigger ev:onclick="scwin.btn_sitemap_onclick" style="" id="btn_sitemap" type="button" class="btn_exam_tran"> <xf:label><![CDATA[์‚ฌ์ดํŠธ๋งต]]></xf:label> </xf:trigger> <w2:span id="" label="|" class="v_bar"></w2:span> <xf:trigger class="btn_exam_tran" ev:onclick="scwin.btn_pc_onclick" id="btn_pc" style="" type="button"> <xf:label><![CDATA[Mobile ๋ฒ„์ „]]></xf:label> </xf:trigger> </xf:group> </xf:group> </xf:group> <xf:group id="grp_container" class="container"> <xf:group style="" id="" class="contents"> <w2:tabControl confirmTrueAction="exist" confirmFalseAction="new" useTabKeyOnly="true" tabScroll="true" closeAllBtn="true" useMoveNextTabFocus="false" closable="true" useConfirmMessage="false" alwaysDraw="false" style="" id="tac_main" class="tabc_layout" ev:onchange="scwin.tac_main_onchange" changeActiveTab="true"> </w2:tabControl> <w2:anchor outerDiv="false" style="" id="btn_tab_allclose" class="tab_allclose" ev:onclick="scwin.btn_tab_allclose_onclick" title="ํƒญ ์ „์ฒด ๋‹ซ๊ธฐ"> <xf:label><![CDATA[ํƒญ ์ „์ฒด ๋‹ซ๊ธฐ]]></xf:label> </w2:anchor> <w2:anchor class="tab_home active" id="btn_home" outerDiv="false" style="" ev:onclick="scwin.btn_home_onclick" title="HOME"> <xf:label><![CDATA[HOME]]></xf:label> </w2:anchor> </xf:group> </xf:group> <w2:wframe class="side" id="wfm_leftContainer" style=""></w2:wframe> </xf:group> <xf:group style="display: none;" id="grp_hidden"> <a id="hidden_download_anchor"></a> </xf:group> <input id="hidden_clipboard_input" style="position:absolute;left:-1000px;top:-1000px;border:0px solid #fff;"></input> </body> </html>
WRE/WebContent/frame/page/history_w.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList id="dlt_project_history" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="version" name="ํ”„๋กœ์ ํŠธ๋ฒ„์ „"></w2:column> <w2:column dataType="text" id="desc" name="์ด๋ ฅ ์ƒ์„ธ"></w2:column> <w2:column dataType="text" id="pageInfo" name="[์„ ํƒ]ํŒŒ์ผ๋ช…"></w2:column> <w2:column dataType="text" id="type" name="[์„ ํƒ]๋ฆด๋ฆฌ์ฆˆ ํƒ€์ž…"></w2:column> <w2:column id="title" name="์ด๋ ฅ" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection/> <xf:submission id="sbm_init" ref="" target='data:json,["dlt_project_history"]' action="/frame/data/project_history.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="scwin.sbm_init_submitdone" ev:submiterror="" abortTrigger=""> </xf:submission> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[scwin.gVar = { parentType : null }; scwin.onpageload = function() { var _obj; $p.executeSubmission( "sbm_init" ); if (_obj=$p.getFrame(), _obj.getUserData, _obj.getUserData("userData1") == "PAGE") { scwin.gVar.parentType = "PAGE"; } else { scwin.gVar.parentType = "MAIN"; } }; scwin.sbm_init_submitdone = function(e) { scwin.init_project_history(); if (scwin.gVar.parentType == "PAGE") { scwin.toggleExpandAll(true); } }; scwin.init_project_history = function() { var arrList, arrListLen, i, curObj, curRowData; var _cmpGenDepth1, _cmpGenDepth2; var strPreVersion, strTmp; var numIdxDepth1, numIdxDepth2; var numMaxIdxDepth1 = -1; var isPage = true; var regExp_txb_title = new RegExp("tbx_title$"); arrList = dlt_project_history.getAllJSON(); arrListLen = arrList.length; if (scwin.gVar.parentType == "MAIN") { numMaxIdxDepth1 = 3; //์ตœ๋Œ€ ์—…๋ฐ์ดํŠธ ๋ชฉ๋ก ์ˆ˜ isPage = false; } _cmpGenDepth1 = gen_depth1; _cmpGenDepth2; numIdxDepth1 = 0; numIdxDepth2 = 0; for(i=0;i<arrListLen;i++){ curRowData = arrList[i]; if (strPreVersion != curRowData["version"]) { if (i>0) { curObj = _cmpGenDepth1.getChild(numIdxDepth1-1, "tbx_version_count"); curObj.setValue(" (์ด "+(numIdxDepth2)+"๊ฑด)"); } //main์—์„œ ์ตœ๋Œ€ ๊ฑด์ˆ˜ ์ œํ•œ if (numMaxIdxDepth1 == numIdxDepth1) { break; } _cmpGenDepth1.insertChild(numIdxDepth1); curObj = _cmpGenDepth1.getChild(numIdxDepth1, "tbx_version"); curObj.setValue(curRowData["version"]); _cmpGenDepth2 = _cmpGenDepth1.getChild(numIdxDepth1, "gen_depth2"); strPreVersion = curRowData["version"]; numIdxDepth1 ++; numIdxDepth2 = 0; } _cmpGenDepth2.insertChild(numIdxDepth2); curObj = _cmpGenDepth2.getChild(numIdxDepth2, "tbx_title"); curObj.setValue(curRowData["title"]); let str_tbx_desc_id = curObj.getID().replace(regExp_txb_title,"tbx_desc"); //N:์‹ ๊ทœ U:์ˆ˜์ • if (curRowData["type"]) { curObj.addClass("release_"+curRowData["type"]); } curObj = _cmpGenDepth2.getChild(numIdxDepth2, "btn_page_link"); strTmp = curRowData["pageInfo"]; if (strTmp) { curObj.setUserData("ex_link", strTmp); curObj.setToolTip("์˜ˆ์ œ ์—ด๊ธฐ"); } else { curObj.hide(); } let strDesc = curRowData["desc"]; if (isPage && strDesc) { $p.dynamicCreate( str_tbx_desc_id, "textbox", { "escape" : "false" }, _cmpGenDepth2.getChild(numIdxDepth2, "grp_depth2_li") ); let cmpTbxDesc = $p.getComponentById(str_tbx_desc_id); cmpTbxDesc.addClass("desc"); cmpTbxDesc.setValue(strDesc); } numIdxDepth2 ++; }//for if (numIdxDepth1 > 0) { curObj = _cmpGenDepth1.getChild(numIdxDepth1-1, "tbx_version_count"); curObj.setValue(" (์ด "+(numIdxDepth2)+"๊ฑด)"); _cmpGenDepth1.getChild(0, "grp_depth1_details").setAttributeNode("open",""); } }; scwin.btn_page_link_onclick = function() { var strPage; var jsnMenu; var _main; strPage = this.getUserData("ex_link"); _main = $p.main(); jsnMenu = _main.scwin.menu.getMenuByPage(strPage); if (jsnMenu && jsnMenu.ID) { _main.scwin.dispPage(jsnMenu, true); } }; scwin.toggleExpandAll = function (argIsOpen) { var i, i_max, strFn; if (argIsOpen === false) { strFn = "removeAttributeNode"; } else { argIsOpen = true; strFn = "setAttributeNode"; } for (i=0,i_max=gen_depth1.getLength(); i<i_max; i++ ) { gen_depth1.getChild(i, "grp_depth1_details")[strFn]("open",""); } };]]></script> </head> <body ev:onpageload="scwin.onpageload"> <w2:generator style="" id="gen_depth1" class="wrap_project_history"> <xf:group id="grp_depth1_details" tagname="details"> <xf:group id="" tagname="summary"> <w2:textbox style="" id="tbx_version" label="version" class="history_version"></w2:textbox> <w2:textbox class="history_version_count" id="tbx_version_count" label="" style=""></w2:textbox> </xf:group> <w2:generator tagname="ul" style="" id="gen_depth2"> <xf:group style="" id="grp_depth2_li" tagname="li" class="history_li"> <w2:span label="Insert Text" style="display: inline" id="tbx_title" class="history_desc"></w2:span> <w2:anchor outerDiv="false" id="btn_page_link" style="" class="history_link" ev:onclick="scwin.btn_page_link_onclick" title="์˜ˆ์ œ ์—ด๊ธฐ"> <xf:label><![CDATA[]]></xf:label> </w2:anchor> </xf:group> </w2:generator> </xf:group></w2:generator> </body> </html>
WRE/WebContent/frame/page/leftContainer.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[scwin.gVar = { strArrOrgMenu: null, arrOrgMenu: [], arrCmpCagetory: [] }; scwin.onpageload = function () { scwin.initPage(); }; /** * ํ™”๋ฉด ์ดˆ๊ธฐํ™”. maincontainer์—์„œ */ scwin.initPage = function () { scwin.displayMenu(scwin.getMenuData()); }; scwin.getMenuData = function () { var winObjMain; var arrAllMenuData; arrAllMenuData = $p.main().scwin.menu.getAllMenuDataString(); if (!arrAllMenuData) { console.log("๋ฉ”๋‰ด ๋ฐ์ดํ„ฐ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค. ", arrAllMenuData); return false; } arrAllMenuData = JSON.parse(arrAllMenuData); scwin.gVar.arrOrgMenu = arrAllMenuData; scwin.gVar.strArrOrgMenu = JSON.stringify(arrAllMenuData); return arrAllMenuData; }; scwin.setMenuTitle = function (argComp, argLabel, argPath, argMenuID) { argComp.setValue(argLabel); argComp.setUserData("menu_path", argPath); argComp.setUserData("menu_id", argMenuID); argComp.bind("onclick", scwin.lblMenu_onclick); }; //๋ฉ”๋‰ด ์ถœ๋ ฅ scwin.displayMenu = function (argArrMenu) { var i, i_max, i_item; var compGen1, numGen1, compGen2, numGen2, strDynamicGenID2, compGen3, numGen3, strKeyGen1, strKeyGen2; var jsnMenuCompLink = {}; var refFnc_setMenuTitle = scwin.setMenuTitle; var refFnc_getHTML_keyword = $c.frame.getHtml_keyword; var innFnc_setMenuCategory = function (argComp, argLabel) { argComp.addClass("com_example_left_menu_category"); //์นดํ…Œ๊ณ ๋ฆฌ class ์ถ”๊ฐ€ argComp.addClass("isCollapsed"); //์ ‘ํž˜ class ์ถ”๊ฐ€ argComp.removeClass("com_example_left_menu_lbl"); //label calss ์‚ญ์ œ argComp.setValue(argLabel); argComp.bind("onclick", scwin.lblMenuCategory_onclick); }; var innFnc_setMenuKeyword = function (argStrCompID, argCompParent, argStrKeyword) { if (!argStrKeyword) return; //ํƒœ๊ทธ ๋™์  ์ƒ์„ฑ. let compTmp = $p.dynamicCreate( argStrCompID, "textbox", { "escape": "false" }, argCompParent ); compTmp.addClass("com_example_lef_menu_keyword"); compTmp.setValue(refFnc_getHTML_keyword(argStrKeyword)); }; scwin.gVar.arrCmpCagetory = []; //์นดํ…Œ๊ณ ๋ฆฌ ๊ฐ์ฒด ๋ฐฐ์—ด let arrCmpCagetory = []; numGen1 = 0; //depth1 ๋ฐ˜๋ณต์ˆ˜ numGen2 = 0; numGen3 = 0; let strID_depth1 = ""; let strID_depth2 = ""; for (i = 0, i_max = argArrMenu.length; i < i_max; i++) { let jsnMenu = argArrMenu[i]; let strMenuDepth = jsnMenu.DEPTH; let strMenuType = jsnMenu.TYPE; let strMenuTitle = jsnMenu.DISP_MENU_TITLE || jsnMenu.TITLE; let strMenuPath = jsnMenu.PATH; let strMenuKeyword = jsnMenu.ALL_KEYWORD; let strMenuID = jsnMenu.ID; let cmpTmp; let isUnsorted = false; //๋ฏธ๋ถ„๋ฅ˜ switch (strMenuDepth) { case "1": //๋Œ€๋ถ„๋ฅ˜ if (strMenuType == "C") { compGen1 = $p.getComponentById("gen_depth1"); compGen1.insertChild(numGen1); //title cmpTmp = compGen1.getChild(numGen1, "tbx_title_depth1"); strID_depth1 = cmpTmp.getID(); cmpTmp.setValue(strMenuTitle); //ํ™•์žฅ์ถ•์†Œ ๊ฐ์ฒด let cmpTmpCate = compGen1.getChild(numGen1, "grp_depth1_title"); cmpTmpCate.setUserData("cate_depth", "1"); arrCmpCagetory.push(cmpTmpCate); strKeyGen1 = jsnMenu.ID; compGen2 = compGen1.getChild(numGen1, "gen_depth2"); numGen1++; numGen2 = 0; numGen3 = 0; strKeyGen2 = null; compGen3 = null; strID_depth2 = ""; } else { isUnsorted = true; } break; case "2": if (jsnMenu.PARENT_ID === strKeyGen1) { compGen1 = gen_depth1; //๋ฉ”๋‰ด ์ถœ๋ ฅ. compGen2.insertChild(numGen2); let compTitle_depth2 = compGen2.getChild(numGen2, "lbl_menu_depth2"); //๋ฉ”๋‰ด ํƒ€์ž…์ด ๋ถ„๋ฅ˜์ธ ๊ฒฝ์šฐ if (strMenuType == "C") { compGen2.getChild(numGen2, "grp_list_depth2").removeClass("com_example_left_menu_lbl_wrap"); innFnc_setMenuCategory(compTitle_depth2, strMenuTitle); strDynamicGenID2 = compGen1.getOriginalID() + "_" + numGen1 + "_" + "gen_depth2" + "_" + numGen2; //ํ™•์žฅ์ถ•์†Œ ๊ฐ์ฒด compTitle_depth2.setUserData("cate_depth", "2"); arrCmpCagetory.push(compTitle_depth2); compGen3 = $p.dynamicCreate( strDynamicGenID2, "group", { "tagname": "ul" }, compGen2.getChild(numGen2, "grp_list_depth2") ); strID_depth2 = compTitle_depth2.getID(); strKeyGen2 = jsnMenu.ID; numGen3 = 0; } else { refFnc_setMenuTitle(compTitle_depth2, strMenuTitle, strMenuPath, strMenuID); // if (strMenuKeyword) { // //ํƒœ๊ทธ ๋™์  ์ƒ์„ฑ. // innFnc_setMenuKeyword(compGen1.getOriginalID()+"_" + numGen1 + "_" + "tbx_keyword_depth2" + "_" + numGen2, compGen2.getChild(numGen2, "grp_list_depth2"), strMenuKeyword); // } //๋ฉ”๋‰ด๋ณ„ ์ปดํฌ๋„ŒํŠธ ์•„์ด๋”” ํ• ๋‹น jsnMenuCompLink[strMenuID] = compTitle_depth2.getID() + "|" + strID_depth1; } numGen2++; } else { isUnsorted = true; } break; case "3": if (jsnMenu.PARENT_ID === strKeyGen2) { let strTmpID_li = compGen3.getOriginalID() + "_" + "grp_menu_li_depth3" + "_" + numGen3; let strTmpID_anchor = compGen3.getOriginalID() + "_" + "lbl_menu_depth3" + "_" + numGen3; let strTmpID_keyword = compGen3.getOriginalID() + "_" + "tbx_keyword_depth3" + "_" + numGen3; let tmpComp_li = $p.dynamicCreate( strTmpID_li, "group", { "tagname": "li" }, compGen3 ); tmpComp_li.addClass("com_example_left_menu_lbl_wrap"); let tmpComp_lbl = $p.dynamicCreate( strTmpID_anchor, "anchor", { "outerDiv": "false" }, tmpComp_li ); tmpComp_lbl.addClass("com_example_left_menu_lbl"); refFnc_setMenuTitle(tmpComp_lbl, strMenuTitle, strMenuPath, strMenuID); // if (strMenuKeyword) { // //ํƒœ๊ทธ ๋™์  ์ƒ์„ฑ. // innFnc_setMenuKeyword(strTmpID_keyword, tmpComp_li, strMenuKeyword); // } //๋ฉ”๋‰ด๋ณ„ ์ปดํฌ๋„ŒํŠธ ์•„์ด๋”” ํ• ๋‹น jsnMenuCompLink[strMenuID] = tmpComp_lbl.getID() + "|" + strID_depth2 + "|" + strID_depth1; numGen3++; } break; default: isUnsorted = true; break; } if (isUnsorted === true) { console.log("๋ถ„๋ฅ˜ ์—†์Œ!!! >> ", JSON.stringify(jsnMenu)); } }//for scwin.gVar.arrCmpCagetory = arrCmpCagetory; let _main = $p.main().scwin; if (!_main.gVar) _main.gVar = {}; _main.gVar.jsnLeftMenuLink = jsnMenuCompLink; //์ฒซ๋ฒˆ์งธ ๋ฉ”๋‰ด์˜ ์นดํ…Œ๊ณ ๋ฆฌ ์—ด๊ธฐ. arrCmpCagetory[0].removeClass("isCollapsed"); let cmpTmpSecDepth = arrCmpCagetory[1]; if (cmpTmpSecDepth.getUserData("cate_depth") == "2") { cmpTmpSecDepth.removeClass("isCollapsed"); } }; //๋ฉ”๋‰ด click scwin.lblMenu_onclick = function () { var menuID = this.getUserData("menu_id"); var objMain; if (!menuID) { alert("๋ฉ”๋‰ด ID๊ฐ€ ์กด์žฌํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค."); return; } objMain = $p.main(); objMain.scwin.dispPage(menuID, true); }; //๋ถ„๋ฅ˜ label click scwin.lblMenuCategory_onclick = function () { var strClass = "isCollapsed"; if (this.hasClass(strClass)) { this.removeClass(strClass) } else { this.addClass(strClass) } }; //๋Œ€๋ถ„๋ฅ˜ label click scwin.lbl_menu_depth2_onclick = function () { var strClass = "isCollapsed"; if (this.hasClass(strClass)) { this.removeClass(strClass) } else { this.addClass(strClass) } }; scwin.tbx_title_depth1_onclick = function (e) { var strClass = "isCollapsed"; var cmpGroup; cmpGroup = this.getParent(); if (cmpGroup.hasClass(strClass)) { cmpGroup.removeClass(strClass) } else { cmpGroup.addClass(strClass) } }; // ๋ฉ”๋‰ด ๊ฒ€์ƒ‰ ๋ฒ„ํŠผ click ์‹œ scwin.btn_searchMenu_onclick = function (e) { scwin.searchMenu(); }; // ๋ฉ”๋‰ด ๊ฒ€์ƒ‰ scwin.searchMenu = function () { var strKeyword; var arrOrgMenu; var arrResult; var _EXA_CONTEXT_PATH = EXA_CONTEXT_PATH; var strOrgKeyword; strOrgKeyword = ibx_search_input.getValue().trim(); strKeyword = strOrgKeyword.toLowerCase(); if (!strKeyword) { scwin.switchView("default"); return; } arrOrgMenu = JSON.parse(scwin.gVar.strArrOrgMenu); arrResult = arrOrgMenu.filter((item) => { let retValue = false; //ํŒŒ์ผ์ด ์•„๋‹Œ ๊ฒฝ์šฐ if (item.TYPE != "F") return false; //๋ฉ”๋‰ด๋ช… let strFilter_TITLE = item["TITLE"].toLowerCase(); if (strFilter_TITLE.indexOf(strKeyword) > -1) { //๊ฐ•์กฐ item["DISP_TITLE"] = item["TITLE"].replace(new RegExp("(" + strKeyword + ")", "i"), '<span class="highlight">$1</span>'); retValue = true; } else { item["DISP_TITLE"] = item["TITLE"]; } //ํ‚ค์›Œ๋“œ let strFilter_ALL_KEYWORD = ("|" + item["ALL_KEYWORD"] + "|"); //let strFilter_KEYWORD = "|" + strKeyword + "|"; //keyword์™€ ๋™์ผํ•œ ๊ฒฝ์šฐ๋งŒ ์ถœ๋ ฅ let strFilter_KEYWORD = strKeyword; if (strFilter_ALL_KEYWORD.toLowerCase().indexOf(strFilter_KEYWORD) > -1) { //item["ALL_KEYWORD"] = strFilter_ALL_KEYWORD.replace(new RegExp(strFilter_KEYWORD,"ig"), '|<span class="highlight">'+strKeyword+'</span>|').replace(/^[|]/,"").replace(/[|]$/,""); //keyword์™€ ๋™์ผํ•œ ๊ฒฝ์šฐ๋งŒ ์ถœ๋ ฅ item["ALL_KEYWORD"] = strFilter_ALL_KEYWORD.replace(new RegExp("(" + strFilter_KEYWORD + ")", "ig"), '<span class="highlight">$1</span>').replace(/^[|]/, "").replace(/[|]$/, ""); let arrSearchedKeyword = item["ALL_KEYWORD"].split("|").filter(function (argItem) { if (argItem.indexOf('<span class="highlight">') > -1) return true; return false; }); item["SEARCHED_KEYWORD"] = arrSearchedKeyword.join("|"); retValue = true; } //ํŒŒ์ผ๋ช… item["DISP_PATH"] = (_EXA_CONTEXT_PATH + item["PATH"]); let strFilter_PATH = item["DISP_PATH"].toLowerCase(); if (strFilter_PATH.indexOf(strKeyword) > -1) { item["DISP_PATH"] = item["DISP_PATH"].replace(new RegExp("(" + strKeyword + ")", "i"), '<span class="highlight">$1</span>'); //๊ฐ•์กฐ retValue = true; } return retValue; }); scwin.displayResult(arrResult, strKeyword, strOrgKeyword); scwin.switchView("result"); }; //๊ฒ€์ƒ‰ ๊ฒฐ๊ณผ ์ถœ๋ ฅ scwin.displayResult = function (argArrMenu, argKeyword, argOrgKeyword) { var numArrLength; var i, i_max, i_item; var compGen1; var refFnc_setMenuTitle = scwin.setMenuTitle; var refFnc_getHTML_keyword = $c.frame.getHtml_keyword; compGen1 = gen_result_ul; i_max = argArrMenu.length; compGen1.removeAll(); tbx_result_title.setValue('<span class="highlight">' + argOrgKeyword + '</span>์œผ(๋กœ) <span class="highlight">' + i_max + '</span>๊ฑด์ด ๊ฒ€์ƒ‰๋˜์—ˆ์Šต๋‹ˆ๋‹ค.'); for (i = 0; i < i_max; i++) { let compTmp; let strKeyword; let tmpStr; i_item = argArrMenu[i]; compGen1.insertChild(i); compTmp = compGen1.getChild(i, "lbl_result_menu"); //๋ธŒ๋ž˜๋“œํฌ๋Ÿผ ์ถœ๋ ฅ tmpStr = i_item["MENU_BREADCRUMBS"]; tmpStr = (tmpStr ? "[" + tmpStr.split("%||%").join(" > ") + "] " : ""); //๋ฉ”๋‰ด๋ช…์— ๋ธŒ๋ž˜๋“œํฌ๋Ÿผ์ด ํฌํ•จ๋œ ๊ฒฝ์šฐ ์ œ์™ธ if (i_item["TITLE"].toLowerCase().indexOf(tmpStr.toLowerCase()) == 0) { tmpStr = ""; } refFnc_setMenuTitle(compTmp, (i + 1) + ". " + tmpStr + i_item["DISP_TITLE"], i_item["PATH"], i_item["ID"]); // strKeyword = i_item["ALL_KEYWORD"]; // ํ‚ค์›Œ๋“œ ์ถœ๋ ฅ - ์ „์ฒด strKeyword = i_item["SEARCHED_KEYWORD"] || ""; // ๊ฒ€์ƒ‰๋œ ํ‚ค์›Œ๋“œ ์ถœ๋ ฅ compTmp = compGen1.getChild(i, "tbx_result_keyword"); if (strKeyword) { compTmp.setValue(refFnc_getHTML_keyword(strKeyword, "leftmenu")); } else { //compTmp.setStyle("display","none"); compTmp.remove(false); } compTmp = compGen1.getChild(i, "tbx_result_path"); //ํŒŒ์ผ ๊ฒฝ๋กœ ์ถœ๋ ฅ compTmp.setValue("ํŒŒ์ผ ๊ฒฝ๋กœ : " + i_item["DISP_PATH"]); } }; //๋ฉ”๋‰ด ์˜์—ญ ๋…ธ์ถœ ์ปจํ…์ธ  ๊ฒฐ์ • scwin.switchView = function (argType) { if (grp_left_menu_tabbutton.hasClass(argType)) { return; } switch (argType) { case "result": grp_left_menu_tabbutton.changeClass("default", "result"); break; case "default": default: grp_left_menu_tabbutton.changeClass("result", "default"); break; } }; scwin.change_menuTab = function () { var strTarget; var cmpParent; strTarget = this.getUserData("userData1"); cmpParent = this.getParent(); cmpParent.removeClass("default"); cmpParent.removeClass("result"); cmpParent.addClass(strTarget); }; scwin.ibx_search_input_oneditkeyup = function (info, e) { if (info.keyCode == 13) { scwin.searchMenu(); } }; scwin.btn_menu_expand_onclick = function (e) { let _arrCmpCagetory; _arrCmpCagetory = scwin.gVar.arrCmpCagetory; _arrCmpCagetory.forEach(function (argItem) { if (argItem.hasClass("isCollapsed")) { argItem.removeClass("isCollapsed"); } }); }; scwin.btn_menu_collapse_onclick = function (e) { let _arrCmpCagetory; _arrCmpCagetory = scwin.gVar.arrCmpCagetory; _arrCmpCagetory.forEach(function (argItem) { if (!argItem.hasClass("isCollapsed")) { argItem.addClass("isCollapsed"); } }); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group id="" class="com_example_left_menu grp_tab"> <xf:group style="" id="" class="grp_left_menu_search"> <xf:input class="" id="ibx_search_input" placeholder="๋ฉ”๋‰ด๋ช…, ํŒŒ์ผ๋ช…, ํ‚ค์›Œ๋“œ๋กœ ๊ฒ€์ƒ‰" style="min- width:148px;" ev:oneditkeyup="scwin.ibx_search_input_oneditkeyup" enterBlur="false"> </xf:input> <xf:trigger class="btn_all_search" id="btn_searchMenu" style="" type="button" ev:onclick="scwin.btn_searchMenu_onclick"> <xf:label><![CDATA[Search]]></xf:label> </xf:trigger> </xf:group> <xf:group style="" id="grp_left_menu_tabbutton" class="grp_left_menu_tabbutton default"> <w2:anchor class="left_menu_tabbutton default" ev:onclick="scwin.change_menuTab" id="btn_showMenu" outerDiv="false" userData1="default"> <xf:label><![CDATA[์˜ˆ์ œ ๋ชฉ๋ก]]></xf:label> </w2:anchor> <w2:anchor class="left_menu_tabbutton result" ev:onclick="scwin.change_menuTab" id="btn_showResult" outerDiv="false" userData1="result"> <xf:label><![CDATA[๊ฒ€์ƒ‰ ๊ฒฐ๊ณผ]]></xf:label> </w2:anchor> <xf:group id="grp_left_menu_shortcut_box" style="" class="shortcut_box"> <w2:anchor class="btn_fold_list on" id="btn_menu_expand" outerDiv="false" style="" ev:onclick="scwin.btn_menu_expand_onclick" title="๋ฉ”๋‰ด ์ „์ฒด ํŽผ์น˜๊ธฐ"> <xf:label><![CDATA[๋ฉ”๋‰ดํŽผ์น˜๊ธฐ]]></xf:label> </w2:anchor><w2:anchor class="btn_fold" id="btn_menu_collapse" outerDiv="false" style="" disabled="" ev:onclick="scwin.btn_menu_collapse_onclick" title="๋ฉ”๋‰ด ์ „์ฒด ์ ‘๊ธฐ"> <xf:label><![CDATA[๋ฉ”๋‰ด์ ‘๊ธฐ]]></xf:label> </w2:anchor> </xf:group></xf:group> <xf:group id="" class="grp_left_menu_content"> <xf:group style="" id="grp_left_menu" class="grp_left_menu_default"> <w2:generator tagname="ul" style="" id="gen_depth1" class="minH com_example_grp_margin_1depth depth1 scrollbar"> <xf:group tagname="li" id=""> <xf:group style="" id="grp_depth1_title" class="pos_relative ofh isCollapsed"> <w2:textbox ev:onclick="scwin.tbx_title_depth1_onclick" style="" id="tbx_title_depth1" label="์„œ๋ธŒํƒ€์ดํ‹€" class="fl com_example_left_menu_category_depth1"> </w2:textbox> </xf:group> <w2:generator tagname="ul" style="" id="gen_depth2"> <xf:group tagname="li" id="grp_list_depth2" class="com_example_left_menu_lbl_wrap"> <w2:anchor outerDiv="false" style="" id="lbl_menu_depth2" class="com_example_left_menu_lbl"> <xf:label><![CDATA[depth2 label]]></xf:label> </w2:anchor> </xf:group> </w2:generator> </xf:group> </w2:generator> </xf:group> <xf:group style="" id="grp_left_menu_result" class="grp_left_menu_result"> <xf:group style="" id="" class="grp_left_menu_result_text"> <w2:textbox style="" id="tbx_result_title" label="" class="" escape="false"></w2:textbox> </xf:group> <w2:generator tagname="ul" style="" id="gen_result_ul" class="grp_result_ul scrollbar"> <xf:group tagname="li" id="grp_result_li"> <w2:anchor outerDiv="false" style="" id="lbl_result_menu" class="com_example_left_menu_lbl" escape="false"> <xf:label><![CDATA[depth2 label]]></xf:label> </w2:anchor> <w2:textbox style="" id="tbx_result_keyword" label="" class="com_example_lef_menu_keyword" escape="false"></w2:textbox> <w2:textbox class="com_example_lef_menu_result_path" escape="false" id="tbx_result_path" label="" style=""></w2:textbox> </xf:group> </w2:generator> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/frame/page/intro_dashboard.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList id="dlt_site" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="disp" name="ํƒ€์ดํ‹€"></w2:column> <w2:column dataType="text" id="url" name="์ด๋™ ๊ฒฝ๋กœ"></w2:column> <w2:column dataType="text" id="desc" name="์„ค๋ช…"></w2:column> <w2:column dataType="text" id="li_class" name="li class"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList id="dlt_site_webDev" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="disp" name="ํƒ€์ดํ‹€"></w2:column> <w2:column dataType="text" id="url" name="์ด๋™ ๊ฒฝ๋กœ"></w2:column> <w2:column dataType="text" id="desc" name="์„ค๋ช…"></w2:column> <w2:column dataType="text" id="li_class" name="li class"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> <xf:submission id="sbm_init" ref="" target='data:json,["dlt_site","dlt_site_webDev"]' action="/frame/data/intro_data.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="scwin.sbm_init_submitdone" ev:submiterror="" abortTrigger=""> </xf:submission> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { $p.executeSubmission( "sbm_init" ); scwin.initPage(); }; scwin.initPage = function() { //์—”์ง„ ๋ฒ„์ „ ์…‹ํŒ… tbx_engineVersion.setValue(WebSquare.text.BASE64Decode(WebSquare.ver)); //ํ”„๋กœ์ ํŠธ ๋ฒ„์ „ tbx_projectVersion.setValue(EXA_PROJECT_VERSION || "-"); //ํ”„๋กœ์ ํŠธ์˜ ์›น์Šคํ€˜์–ด ์—”์ง„ ๊ถŒ์žฅ ๋ฒ„์ „ tbx_recVersion.setValue(EXA_RECOMMENDED_ENGINE_VERSION || "5.0_5.4666B.20220705.144534_1.8"); }; scwin.sbm_init_submitdone = function(e) { scwin.init_refList("ref_site"); scwin.init_refList("ref_site_web"); }; scwin.init_refList = function(argStrType){ var arrList, arrListLen, i, curObj, curRowData; var _cmpGen; var strID_dt, strID_dd, strID_li; switch (argStrType) { case "ref_site": _cmpGen = gen_ref_site; strID_dt = "btn_gen_ref_site_dt"; strID_dd = "tbx_gen_ref_site_dd"; strID_li = "grp_gen_ref_site_li"; arrList = dlt_site.getAllJSON(); break; case "ref_site_web": _cmpGen = gen_ref_site_web; strID_dt = "btn_gen_ref_site_web_dt"; strID_dd = "tbx_gen_ref_site_web_dd"; strID_li = "grp_gen_ref_site_web_li"; arrList = dlt_site_webDev.getAllJSON(); break; default: return; break; } arrListLen = arrList.length; for(i=0;i<arrListLen;i++){ curRowData = arrList[i]; _cmpGen.insertChild( i ); curObj = _cmpGen.getChild(i, strID_li); if (curRowData.li_class) { curObj.addClass(curRowData.li_class); } else { curObj.addClass("type05"); } curObj = _cmpGen.getChild( i , strID_dt ); curObj.setValue( curRowData.disp ); if((curRowData.url).indexOf("http") > -1){ curObj.setHref( curRowData.url ); }else{ curObj.setHref( "?w2xPath="+curRowData.url ); } curObj = _cmpGen.getChild( i , strID_dd ); curObj.setValue( curRowData.desc ); } }; /** * ํ”„๋กœ์ ํŠธ ๋ฆด๋ฆฌ์ฆˆ ๋…ธํŠธ ์ƒˆ์ฐฝ ์—ด๊ธฐ ๋ฒ„ํŠผ ํด๋ฆญ */ scwin.btn_more_project_history_onclick = function() { $p.main().scwin.dispProjectHistory(); }; scwin.openRefSite = function() { var strLink; strLink = this.getUserData("userData1"); if (strLink) { window.open(strLink, "_blank"); } else { alert("์ค€๋น„์ค‘ ์ž…๋‹ˆ๋‹ค."); } }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"><xf:group style="" id="" class="intro"><xf:group style="" id="" class="int_top"><xf:group id="" class="bg_wrap"><w2:textbox style="" id="" label="Welcome to Websquare5 ServicePack5 Examples" class="txt_big" escape="false"></w2:textbox><w2:textbox style="" id="" label="๋„คํŠธ์›Œํฌ์˜ ์‚ฌ์šฉ์ด ๋ถˆ๊ฐ€๋Šฅํ•œ ํ™˜๊ฒฝ์—์„œ๋„ ์ง€์›" class="txt_small wifi" escape="false"></w2:textbox><w2:textbox style="" id="" label="์„œ๋ฒ„์˜ ๊ตฌ์„ฑ ์—†์ด ์ŠคํŠœ๋””์˜ค์—์„œ ์‹คํ–‰ ๊ฐ€๋Šฅ" class="txt_small server" escape="false"></w2:textbox><xf:group id="" class="t_luminous"> <w2:textbox tagname="strong" style="" id="" label="ํ”„๋กœ์ ํŠธ ์ •๋ณด" escape="false"></w2:textbox> <w2:textbox tagname="span" style="" id="tbx_projectVersion" label="_" escape="false"></w2:textbox> </xf:group><xf:group id="" class="t_luminous"> <w2:textbox tagname="strong" style="" id="" label="์‹คํ–‰๋œ ์›น์Šคํ€˜์–ด ์—”์ง„ ๋ฒ„์ „" escape="false"></w2:textbox> <w2:textbox tagname="span" style="" id="tbx_engineVersion" label="_" escape="false"></w2:textbox> </xf:group><xf:group style="" id="" class="ban_box"> <xf:group tagname="a" style="" id="" class="anc_banner ico1"> <w2:attributes> <w2:href>http://wtech.inswave.com</w2:href> <w2:target>_blank</w2:target> </w2:attributes> <w2:textbox tagname="p" style="" id="" label="W-Tech&lt;br/&gt;Center" escape="false"></w2:textbox> <w2:textbox tagname="span" style="" id="" label="๋ฐ”๋กœ๊ฐ€๊ธฐ" escape="false" userData1="http://wtech.inswave.com"> </w2:textbox> </xf:group> <xf:group tagname="a" style="" id="" class="anc_banner ico2"> <w2:attributes> <w2:href>https://docs1.inswave.com/sp5_user_guide</w2:href> <w2:target>_blank</w2:target> </w2:attributes> <w2:textbox tagname="p" style="" id="" label="WebSquare5 SP5&lt;br/&gt;๊ฐœ๋ฐœ๊ฐ€์ด๋“œ" escape="false"></w2:textbox> <w2:textbox tagname="span" style="" id="" label="๋ฐ”๋กœ๊ฐ€๊ธฐ" escape="false" userData1="https://docs1.inswave.com/sp5_user_guide"></w2:textbox> </xf:group> <xf:group tagname="a" style="" id="" class="anc_banner ico3"> <w2:attributes> <w2:href>https://docs.inswave.com/websquare/websquare.html?w2xPath=/support/api/ws5_sp5/api.xml</w2:href> <w2:target>_blank</w2:target> </w2:attributes> <w2:textbox tagname="p" style="" id="" label="WebSquare5 SP5&lt;br/&gt;API" escape="false"></w2:textbox> <w2:textbox tagname="span" style="" id="" label="๋ฐ”๋กœ๊ฐ€๊ธฐ" escape="false" userData1="https://docs.inswave.com/websquare/websquare.html?w2xPath=/support/api/ws5_sp5/api.xml"></w2:textbox> </xf:group> <xf:group tagname="a" style="" id="" class="anc_banner ico2"> <w2:attributes> <w2:href>https://docs1.inswave.com/design_guide</w2:href> <w2:target>_blank</w2:target> </w2:attributes> <w2:textbox tagname="p" style="" id="" label="WebSquare5&lt;br/&gt;๋””์ž์ธ๊ฐ€์ด๋“œ" escape="false"></w2:textbox> <w2:textbox tagname="span" style="" id="" label="๋ฐ”๋กœ๊ฐ€๊ธฐ" escape="false" userData1="https://docs1.inswave.com/design_guide"></w2:textbox> </xf:group> </xf:group></xf:group></xf:group> <xf:group style="" id="" class="int_mid"> <xf:group style="" id="" class="ins_box"> <w2:textbox style="" id="" label="์ฃผ์˜์‚ฌํ•ญ" class="txt_ins_big tac"></w2:textbox> </xf:group> <xf:group tagname="ol" style="" id="" class="prj_list"> <xf:group id="" style="" tagname="li"> <w2:textbox class="txt_prj_big" id="" label="์ด ํ”„๋กœ์ ํŠธ๋Š” ์›น์Šคํ€˜์–ด ์„œ๋น„์ŠคํŒฉ5(SP5) ์—”์ง„ ๋ฒ„์ „๋ถ€ํ„ฐ ์ง€์›๋ฉ๋‹ˆ๋‹ค." style=""></w2:textbox> <w2:textbox class="txt_prj_small" id="tbx_recVersion" label="-" style=""></w2:textbox> </xf:group> <xf:group tagname="li" style="" id=""> <w2:textbox style="" id="" label="ํ”„๋กœ์ ํŠธ ๋ฆฌ์†Œ์Šค๋Š” ์˜ˆ์ œ ํŒŒ์ผ์— ํ•œํ•ด์„œ๋งŒ ๊ธฐ์ˆ  ์ง€์›์ด ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค." class="txt_prj_big"></w2:textbox> <w2:textbox style="" id="" label="(ํ”„๋กœ์ ํŠธ์˜ ์˜ˆ์ œ ํŒŒ์ผ ๊ฒฝ๋กœ : WebContent/page)" class="txt_prj_small"></w2:textbox> </xf:group> <xf:group tagname="li" style="" id=""> <w2:textbox style="" id="" label="์˜ˆ์ œ ์‚ฌ์ดํŠธ๋ฅผ ๊ตฌ์„ฑํ•˜๊ธฐ ์œ„ํ•ด ์ž‘์„ฑ๋œ ๊ณตํ†ต ๋ชจ๋“ˆ์€ ๊ธฐ์ˆ  ์ง€์›์ด ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค." class="txt_prj_big"></w2:textbox> <w2:textbox style="" id="" label="(์ œ๊ณต๋œ ๋ฆฌ์†Œ์Šค์˜ ์‚ฌ์šฉ์œผ๋กœ ์ธํ•ด ๋ฐœ์ƒํ•˜๋Š” ์ง์ ‘์ , ๊ฐ„์ ‘์ , ํŠน์ˆ˜ ๋˜๋Š” ๊ฒฐ๊ณผ์  ์†ํ•ด์— ๋Œ€ํ•œ ์ฑ…์ž„์„ ์ง€์ง€ ์•Š์Šต๋‹ˆ๋‹ค.)" class="txt_prj_small"> </w2:textbox> </xf:group> <xf:group id="" style="" tagname="li"> <w2:textbox class="txt_prj_big" id="" label="์˜คํƒˆ์ž ๋ฐ ์˜ˆ์ œ ์˜ค๋ฅ˜๋Š” ์•„๋ž˜์˜ ์ด๋ฉ”์ผ๋กœ ๋ณด๋‚ด์ฃผ์‹œ๋ฉด ๊ฒ€ํ†  ํ›„ ๋น ๋ฅด๊ฒŒ ๋ฐ˜์˜ํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค." style=""></w2:textbox> <w2:textbox class="txt_prj_small" id="" label="์ด๋ฉ”์ผ ์ฃผ์†Œ : [email protected]" style=""> </w2:textbox> </xf:group> </xf:group> </xf:group> <xf:group style="" id="" class="int_bot"> <xf:group class="lybox site_grp" id="" style=""> <xf:group adaptiveThreshold="" class="ly_column col_5" id="" style=""> <xf:group class="ins_wget sitebox" id="" style=""> <w2:textbox id="" label="์›น์Šคํ€˜์–ด ๊ฐœ๋ฐœ ์ฐธ๊ณ  ์‚ฌ์ดํŠธ" style="" escape="false" class="intro_ref_title"></w2:textbox> <w2:generator class="" id="gen_ref_site" style="" tagname="ul"> <xf:group class="" id="grp_gen_ref_site_li" style="" tagname="li"> <xf:group id=""><w2:anchor outerDiv="false" toolTip="" style="min-height:12px;" id="btn_gen_ref_site_dt" title="" class="" target="_blank"> <xf:label></xf:label> </w2:anchor><w2:textbox style="" id="tbx_gen_ref_site_dd" label="" class=""></w2:textbox></xf:group></xf:group> </w2:generator> </xf:group> </xf:group> <xf:group class="ly_column col_5" id="" style=""> <xf:group class="ins_wget sitebox" id="" style=""> <w2:textbox id="" label="์›น ๊ฐœ๋ฐœ ์ฐธ๊ณ  ์‚ฌ์ดํŠธ ๋งํฌ" style="" escape="false" class="intro_ref_title"></w2:textbox> <w2:generator class="" id="gen_ref_site_web" style="" tagname="ul"> <xf:group class="" id="grp_gen_ref_site_web_li" style="" tagname="li"> <w2:anchor class="" id="btn_gen_ref_site_web_dt" outerDiv="false" style="min-height:12px;" target="_blank" title="" toolTip=""> <xf:label></xf:label> </w2:anchor> <w2:textbox class="" id="tbx_gen_ref_site_web_dd" label="" style="min-height: 12px;"></w2:textbox> </xf:group> </w2:generator> </xf:group> </xf:group> </xf:group> <xf:group id="" class="releasebox"> <xf:group id=""> <w2:textbox style="display: inline-block;" id="" label="์ตœ๊ทผ ํ”„๋กœ์ ํŠธ ๋ฆด๋ฆฌ์ฆˆ ๋…ธํŠธ" escape="false" class="intro_ref_title"></w2:textbox> <w2:anchor outerDiv="false" id="btn_more_project_history" style="" class="btn_releasebox btn_cm" ev:onclick="scwin.btn_more_project_history_onclick" title="๋ฆด๋ฆฌ์ฆˆ ๋…ธํŠธ ๋”๋ณด๊ธฐ"> <xf:label><![CDATA[๋”๋ณด๊ธฐ]]></xf:label> </w2:anchor> </xf:group> <w2:wframe style="" id="" src="/frame/page/history_w.xml" class="scrollbar intro_history_wframe" userData1="HOME"> </w2:wframe> </xf:group> </xf:group></xf:group></body> </html>
WRE/WebContent/frame/page/pageContainer.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dlt_viewSource_data" saveRemovedData="true"> <w2:columnInfo> <w2:column id="col1" name="name1" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> <w2:aliasDataList scope="/dlt_cssFileList" id="adl_cssFileList"></w2:aliasDataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[scwin.gVar = { "tabParam": null, //tabControl parameter "path_example": "", "jsnMenuData": null, //menu data "_tbx_page_keyword_render" : null }; scwin.onpageload = function () { scwin.initPageContainer(); }; scwin.initPageContainer = function () { var jsnParam; var jsnMenuData; var strPath; var strExamplePath; var strExampleDocumentPath; scwin.gVar.tabParam = $p.getParameter("tabParam"); jsnParam = $p.getParameter("tabParam"); jsnMenuData = jsnParam["menuData"]; tbx_pageTitle.setValue(jsnMenuData["TITLE"] || "์˜ˆ์ œ ํŒŒ์ผ"); scwin.dispBreadcrumb(jsnMenuData["MENU_BREADCRUMBS"]); //ํ™”๋ฉด ์š”์•ฝ ๋ฏธ์ถœ๋ ฅ //scwin.dispPageSummary(jsnMenuData["SUMMARY"]); //์˜ˆ์ œ ํ™”๋ฉด ๊ฒฝ๋กœ ์„ค์ • strPath = $c.frame.getSrc(jsnMenuData["PATH"]); if (strPath.indexOf(".xml") > -1) { strExamplePath = strPath; //wfm_example.setSrc(strExamplePath); udc_exampleViewer.init(jsnMenuData); } else { strExamplePath = strPath + ".xml"; //wfm_example.setSrc(strPath + ".xml"); udc_exampleViewer.init(jsnMenuData); } scwin.dispPageKeyword(jsnMenuData["ALL_KEYWORD"], strExamplePath); scwin.gVar.path_example = strExamplePath; scwin.gVar.jsnMenuData = JSON.parse(JSON.stringify(jsnMenuData)); strExampleDocumentPath = $c.frame.getExampleDocumentPath(jsnMenuData); if (strExampleDocumentPath) { let objIframe = document.getElementById(ifm_example_desc.getID()); objIframe.onload = scwin.ifm_example_desc_onload_handler; ifm_example_desc.setSrc(strExampleDocumentPath); } else { btn_example_tabbutton_desc.remove(true); ifm_example_desc.remove(); cbx_dualView.remove(true); grp_doc_test.hide(); grp_examplebox.addClass("single"); } }; /** * ์„ค๋ช…๋ถ€ iframe onload ์ด๋ฒคํŠธ ํ•ธ๋“ค๋Ÿฌ */ scwin.ifm_example_desc_onload = function (e) { window.setTimeout(scwin.ifm_example_desc_onload_handler, 100); }; /** * ์„ค๋ช…๋ถ€ iframe onload ์ด๋ฒคํŠธ ํ•ธ๋“ค๋Ÿฌ */ scwin.ifm_example_desc_onload_handler = function (e) { var objWin; var eleContent; var strSrc; var i, i_max, item; var objLink; var strIframeHref; var arrAnchor; strSrc = ifm_example_desc.getSrc(); //์˜คํ”„๋ผ์ธ ๊ฐ€์ด๋“œ์ธ ๊ฒฝ์šฐ๋งŒ ์ปจํ…์ธ  ์ œ์–ด. if (strSrc.indexOf(EXA_CONTEXT_PATH) != 0) { ifm_example_desc.setUserData("ex_recount", 0); return; } //console.log("desc onload :: " + strSrc); objWin = ifm_example_desc.getWindow(); //2022.06.15 ๊ฐ„ํ—์ ์œผ๋กœ html ์ปจํ…์ธ ๊ฐ€ ํ‘œํ˜„๋˜์ง€ ์•Š๋Š” ํ˜„์ƒ์ด ๋ฐœ์ƒ. ๊ด€๋ จ ๋ณด์™„ ๋กœ์ง. strIframeHref = objWin.location.href; if (strIframeHref == "about:blank" && ifm_example_desc.render.src != strIframeHref) { let num_ex_recount = +ifm_example_desc.getUserData("ex_recount") || 0; // console.log("==ifm_example_desc.render.src != objWin.location.href==>>>" + num_ex_recount); if (num_ex_recount < 5) { ifm_example_desc.setUserData("ex_recount", num_ex_recount++); ifm_example_desc.setSrc(strSrc); } return; } else { ifm_example_desc.setUserData("ex_recount", 0); } //css ์ถ”๊ฐ€ objLink = document.createElement('link'); objLink.rel = 'stylesheet'; objLink.type = 'text/css'; objLink.href = $c.frame.getSrc('/frame/css/ws5_example_doc.css') + "?" + EXA_VER_WS5_EXAMPLE_DOC_CSS; objWin.document.getElementsByTagName('head')[0].appendChild(objLink); eleContent = objWin.document.getElementById("content"); if (!eleContent || !eleContent.classList) { // console.log("====(!eleContent || !eleContent.classList)========================="); // console.log(eleContent); return; } eleContent.classList.add('example_desc'); //2022.06.15 ์™ธ๋ถ€ ๋งํฌ ์ƒˆ์ฐฝ์œผ๋กœ ์—ด๊ธฐ. 3rabbitz์—์„œ target ์†์„ฑ์„ ์ง€์›ํ•˜์ง€ ์•Š์Œ. arrAnchor = objWin.document.getElementsByTagName('a') || []; for (i = 0, i_max = arrAnchor.length; i < i_max; i++) { item = arrAnchor[i]; if ((item.className || "").indexOf("link") > -1) { item.target = "_blank"; } } // 2023.06.30 ์Šคํฌ๋กค ๋ฌธ์ œ๋กœ ์ž„์‹œ ๊ธฐ๋Šฅ ์‚ญ์ œ let _flag_20230630 = false; if (_flag_20230630) { //2022.06.15 ์ปจํ…์ธ  ๋ชฉ์ฐจ ์ถ”๊ฐ€ let domDocContext = document.createElement("div"); domDocContext.setAttribute("id", "ws_doc_context"); domDocContext.setAttribute("class", "doc_context"); domDocContext.innerHTML = scwin.getHTML_docContext(objWin.document.getElementsByTagName('h1')); objWin.document.body.insertBefore(domDocContext, objWin.document.body.firstChild); } }; scwin.getHTML_docContext = function (argArrElement) { var i, i_max, item; var rerunValue; var strPrefix, strPostfix; var strList = ""; strPrefix = '<details><summary>๋ชฉ์ฐจ</summary><ul>'; strPostfix = '</ul></details>'; for (i = 0, i_max = argArrElement.length; i < i_max; i++) { item = argArrElement[i]; if (item.className.indexOf('chapter_title') > -1) { continue; } //strList += '<li class="doc_title">' + item.textContent + '</li>'; strList += '<li class="doc_title"><a href="#' + item.id + '">' + item.getInnerHTML() + '</a></li>'; } rerunValue = strPrefix + strList + strPostfix; return rerunValue; }; //ํ™”๋ฉด ์š”์•ฝ ์ถœ๋ ฅ scwin.dispPageSummary = function (argStr) { if (!argStr) { return; } tbx_page_summary.setValue(argStr); grp_page_summary.removeClass("hide"); }; //๋ฉ”๋‰ด ํ‚ค์›Œ๋“œ ์ถœ๋ ฅ scwin.dispPageKeyword = function (argStr, argExamPath) { var strTagStart = '<span>'; var strTagEnd = '</span>'; var strKeyword; //tbx_page_keyword.setValue(strTagStart + argStr.replace(new RegExp("\|","g"), strTagEnd + strTagStart) + strTagEnd); if (!argStr) { strKeyword = ""; } else { strKeyword = strTagStart + argStr.split("|").join(strTagEnd + strTagStart) + strTagEnd; } tbx_page_keyword.setValue(strTagStart + argExamPath.replace(EXA_CONTEXT_PATH, "") + strTagEnd + strKeyword); grp_page_keyword.removeClass("hide"); scwin.gVar._tbx_page_keyword_render = tbx_page_keyword.render; }; //๋ฉ”๋‰ด ๊ฒฝ๋กœ ์ถœ๋ ฅ scwin.dispBreadcrumb = function (argStr) { var strTmp; var arrTmp; var i, i_max, i_item; var compGen, compTmp; arrTmp = argStr.split("%||%"); //group class : home compGen = gen_breadcrumb; for (i = 0, i_max = arrTmp.length; i < i_max; i++) { i_item = arrTmp[i]; compGen.insertChild(i); compTmp = compGen.getChild(i, "lbl_breadcrumb"); compTmp.setValue(i_item); } }; //์˜ˆ์ œ ์‹คํ–‰ ํŒŒ์ผ ๊ฒฝ๋กœ ๋ฐ˜ํ™˜ scwin.getExamplePath = function () { return scwin.gVar.path_example; }; //์˜ˆ์ œ ์‹คํ–‰ ๊ฒฝ๋กœ ๋ฐ˜ํ™˜ scwin.getExampleLink = function (argWithHost) { return $c.frame.getBasePageURL(argWithHost) + "#w2xPath=" + scwin.getExamplePath(); }; //[์˜ˆ์ œ ๋ฐ”๋กœ ๋ณด๊ธฐ ๋งํฌ ๋ณต์‚ฌ] ๋ฒ„ํŠผ ํด๋ฆญ - ์˜ˆ์ œ ๋ฐ”๋กœ ๋ณด๊ธฐ ๋งํฌ ๋ณต์‚ฌ scwin.btn_copyLink_example_onclick = function (e) { var strURL = scwin.getExampleLink(true); if (navigator.clipboard && window.isSecureContext) { navigator.clipboard.writeText(strURL).then(() => { $c.frame.alert($p, "์˜ˆ์ œ ํŒŒ์ผ ๊ฒฝ๋กœ๊ฐ€ ๋ณต์‚ฌ๋˜์—ˆ์Šต๋‹ˆ๋‹ค."); }); } else { let eleTmp = $("#hidden_clipboard_input:first")[0]; eleTmp.value = strURL; eleTmp.focus(); eleTmp.select(); document.execCommand("copy"); $c.frame.alert($p, "์˜ˆ์ œ ํŒŒ์ผ ๊ฒฝ๋กœ๊ฐ€ ๋ณต์‚ฌ๋˜์—ˆ์Šต๋‹ˆ๋‹ค."); } }; //์˜ˆ์ œ ํŒŒ์ผ ๋‹ค์šด๋กœ๋“œ ๋ฒ„ํŠผ ํด๋ฆญ scwin.btn_download_example_onclick = function (e) { $c.frame.downloadSource(scwin.getExamplePath(), true); }; //ํ™”๋ฉด ์ƒˆ๋กœ ๊ณ ์นจ scwin.btn_reloadPageContainer_onclick = function (e) { $p.reinitialize() }; //์˜ˆ์ œ ์„ค๋ช… wframe ๋กœ๋”ฉ ํ›„ scwin.wfm_example_onwframeload = function () { //this.getWindow().scwin._descInit(scwin.getMenuData()); }; //๋ฉ”๋‰ด ๋ฐ์ดํ„ฐ ๋ฐ˜ํ™˜. scwin.getMenuData = function () { return scwin.gVar.tabParam.menuData; }; scwin.change_exampleTab = function () { var strTarget; var cmpParent; strTarget = this.getUserData("userData1"); cmpParent = this.getParent(); cmpParent.removeClass("exam"); cmpParent.removeClass("desc"); cmpParent.addClass(strTarget); }; //[๊ฐ™์ด ๋ณด๊ธฐ] scwin.cbx_dualView_onchange = function (info) { if (info.newValue == "Y") { grp_examplebox.addClass("dual_view"); btn_example_tabbutton_exam.setDisabled(true); btn_example_tabbutton_desc.setDisabled(true); } else { grp_examplebox.removeClass("dual_view"); btn_example_tabbutton_exam.setDisabled(false); btn_example_tabbutton_desc.setDisabled(false); } }; scwin.btn_popup_example_onclick = function (e) { window.open(scwin.getExampleLink(true), "_blank"); }; btn_move_category_onclick = function() { var _tbx_page_keyword_render = scwin.gVar._tbx_page_keyword_render; if (!_tbx_page_keyword_render) {return;} switch (this.getUserData("userData1")) { case "left": _tbx_page_keyword_render.scrollBy({left:-100, behavior: 'smooth'}); break; case "right": _tbx_page_keyword_render.scrollBy({left:100, behavior: 'smooth'}); break; default: break; } };]]></script> <w2:require as="udc_example_viewer" type="page" variableClone="true" src="/frame/udc/example_viewer.xml"></w2:require> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents exam_subbox" id="" style=""> <xf:group class="example_breadcrumb" id="" style=""> <w2:generator class="" id="gen_breadcrumb" style="" tagname="ul"> <xf:group class="" id="grp_breadcrumb" style="" tagname="li"> <w2:span id="lbl_breadcrumb" label="๋ถ„๋ฅ˜" style=""></w2:span> </xf:group> </w2:generator> </xf:group> <xf:group class="pgtbox mb_def" id="" style=""> <w2:textbox class="pgt_tit" id="tbx_pageTitle" label="ํ™”๋ฉดํƒ€์ดํ‹€" style="margin-right:24px" tagname=""></w2:textbox> <xf:group id="" style="display: inline-block" class="pgt_titbtn"> <xf:trigger ev:onclick="scwin.btn_reloadPageContainer_onclick" style="" id="btn_reloadPageContainer" type="button" title="ํ™”๋ฉด ์ƒˆ๋กœ ๊ณ ์นจ" class="btn_cm btn_refresh"> <xf:label><![CDATA[์ƒˆ๋กœ๊ณ ์นจ]]></xf:label> </xf:trigger> <xf:trigger ev:onclick="scwin.btn_popup_example_onclick" style="" id="btn_popup_example" type="button" class="btn_cm single"> <xf:label><![CDATA[์˜ˆ์ œ ๋‹จ๋… ์‹คํ–‰]]></xf:label> </xf:trigger> <xf:trigger ev:onclick="scwin.btn_copyLink_example_onclick" style="" id="btn_copyLink_example" type="button" class="btn_cm copy"> <xf:label><![CDATA[์˜ˆ์ œ ๋ฐ”๋กœ ๋ณด๊ธฐ ๋งํฌ ๋ณต์‚ฌ]]></xf:label> </xf:trigger> <!-- <xf:trigger ev:onclick="scwin.btn_download_example_onclick" style="" id="btn_download_example" type="button" class="btn_cm download"> <xf:label><![CDATA[์˜ˆ์ œ ํŒŒ์ผ ๋‹ค์šด๋กœ๋“œ]]></xf:label> </xf:trigger> --> </xf:group> </xf:group> <xf:group style="" id="grp_page_keyword" class="com_example_grp_page_keyword dbbox hide"> <w2:anchor class="btn_move_left" ev:onclick="btn_move_category_onclick" id="" outerDiv="false" userData1="left" style=""> <xf:label><![CDATA[ใ€ˆ]]></xf:label> </w2:anchor> <w2:textbox id="tbx_page_keyword" label="ํ™”๋ฉด ์š”์•ฝ" style="" escape="false" class="com_example_grp_keyword"></w2:textbox> <w2:anchor class="btn_move_right" ev:onclick="btn_move_category_onclick" id="" outerDiv="false" userData1="right" style=""> <xf:label><![CDATA[ใ€‰]]></xf:label> </w2:anchor> </xf:group> <xf:group style="" id="grp_page_summary" class="dfbox hide mt_def"> <w2:textbox id="tbx_page_summary" label="" style=""></w2:textbox> </xf:group> <xf:group style="" id="grp_examplebox" class="exam_examplebox"> <xf:group style="" id="" class="tabbutton exam ofh mt_def"> <xf:trigger type="button" style="" id="btn_example_tabbutton_exam" class="exam_example_tabbutton exam fl" userData1="exam" ev:onclick="scwin.change_exampleTab"> <xf:label><![CDATA[์‹คํ–‰๋œ ์˜ˆ์ œ]]></xf:label> </xf:trigger> <xf:trigger class="exam_example_tabbutton desc fl" id="btn_example_tabbutton_desc" style="" type="button" userData1="desc" ev:onclick="scwin.change_exampleTab"> <xf:label><![CDATA[์˜ˆ์ œ ๊ฐ€์ด๋“œ]]></xf:label> </xf:trigger> <xf:group id="grp_doc_test" class="fl" style="padding: 3px 6px;"> <xf:select ref="" appearance="full" ev:onchange="scwin.cbx_dualView_onchange" style="color: #797C7F !important;font-weight: bold;" id="cbx_dualView" selectedindex="-1" rows="" renderType="checkboxgroup" cols=""> <xf:choices> <xf:item> <xf:label><![CDATA[์˜ˆ์ œ์™€ ๊ฐ€์ด๋“œ ํ•จ๊ป˜ ๋ณด๊ธฐ]]></xf:label> <xf:value><![CDATA[Y]]></xf:value> </xf:item> </xf:choices> </xf:select> </xf:group> </xf:group> <xf:group id="" class="exam_examplebox_contents"> <!-- <w2:wframe ev:onwframeload="scwin.wfm_example_onwframeload" style="" id="wfm_example" class="frame_exam "></w2:wframe> --> <xf:group id="" class="frame_exam scrollbar"> <w2:udc_example_viewer style="" id="udc_exampleViewer"></w2:udc_example_viewer> </xf:group> <w2:iframe src="" style="" id="ifm_example_desc" class="frame_desc" spa="false"></w2:iframe> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/frame/page/pageContainer_mobile.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dlt_viewSource_data" saveRemovedData="true"> <w2:columnInfo> <w2:column id="col1" name="name1" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> <w2:aliasDataList scope="/dlt_cssFileList" id="adl_cssFileList"></w2:aliasDataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[scwin.gVar = { "pageParam" : null, //tabControl parameter "path_example" : "", "jsnMenuData" : null //menu data }; scwin.onpageload = function() { scwin.initPageContainer(); }; scwin.initPageContainer = function() { var jsnParam; var jsnMenuData; var strPath; var strExamplePath; var strExampleDocumentPath; var _main; _main = $p.main(); jsnParam = _main.scwin.gVar.jsnContParam; scwin.gVar.pageParam = jsnParam; jsnMenuData = jsnParam["menuData"]; //tbx_pageTitle.setValue((jsnMenuData["TITLE"] || "์˜ˆ์ œ ํŒŒ์ผ") + scwin.getBreadcrumb(jsnMenuData["MENU_BREADCRUMBS"])); tbx_pageTitle.setValue((jsnMenuData["TITLE"] || "์˜ˆ์ œ ํŒŒ์ผ")); //ํ™”๋ฉด ์š”์•ฝ ๋ฏธ์ถœ๋ ฅ //scwin.dispPageSummary(jsnMenuData["SUMMARY"]); //์˜ˆ์ œ ํ™”๋ฉด ๊ฒฝ๋กœ ์„ค์ • strPath = $c.frame.getSrc(jsnMenuData["PATH"]); if (strPath.indexOf(".xml") > -1) { strExamplePath = strPath; //wfm_example.setSrc(strExamplePath); udc_exampleViewer.init(jsnMenuData); } else { strExamplePath = strPath + ".xml"; //wfm_example.setSrc(strPath + ".xml"); udc_exampleViewer.init(jsnMenuData); } scwin.dispPageKeyword(jsnMenuData["ALL_KEYWORD"], strExamplePath); scwin.gVar.path_example = strExamplePath; scwin.gVar.jsnMenuData = JSON.parse(JSON.stringify(jsnMenuData)); strExampleDocumentPath = $c.frame.getExampleDocumentPath(jsnMenuData); if (strExampleDocumentPath) { let objIframe = document.getElementById(ifm_example_desc.getID()); objIframe.onload = scwin.ifm_example_desc_onload_handler; ifm_example_desc.setSrc(strExampleDocumentPath); } else { btn_example_tabbutton_desc.remove(); ifm_example_desc.remove(); grp_examplebox.addClass("single"); } }; /** * ์„ค๋ช…๋ถ€ iframe onload ์ด๋ฒคํŠธ ํ•ธ๋“ค๋Ÿฌ */ scwin.ifm_example_desc_onload = function (e) { window.setTimeout(scwin.ifm_example_desc_onload_handler, 100); }; /** * ์„ค๋ช…๋ถ€ iframe onload ์ด๋ฒคํŠธ ํ•ธ๋“ค๋Ÿฌ */ scwin.ifm_example_desc_onload_handler = function (e) { var objWin; var eleContent; var strSrc; var i, i_max, item; var objLink; var strIframeHref; var arrAnchor; strSrc = ifm_example_desc.getSrc(); //์˜คํ”„๋ผ์ธ ๊ฐ€์ด๋“œ์ธ ๊ฒฝ์šฐ๋งŒ ์ปจํ…์ธ  ์ œ์–ด. if (strSrc.indexOf(EXA_CONTEXT_PATH) != 0) { ifm_example_desc.setUserData("ex_recount", 0); return; } // console.log("desc onload :: " + strSrc); objWin = ifm_example_desc.getWindow(); //2022.06.15 ๊ฐ„ํ—์ ์œผ๋กœ html ์ปจํ…์ธ ๊ฐ€ ํ‘œํ˜„๋˜์ง€ ์•Š๋Š” ํ˜„์ƒ์ด ๋ฐœ์ƒ. ๊ด€๋ จ ๋ณด์™„ ๋กœ์ง. strIframeHref = objWin.location.href; if (strIframeHref == "about:blank" && ifm_example_desc.render.src != strIframeHref) { let num_ex_recount = +ifm_example_desc.getUserData("ex_recount") || 0; // console.log("==ifm_example_desc.render.src != objWin.location.href==>>>"+num_ex_recount); if (num_ex_recount < 5) { ifm_example_desc.setUserData("ex_recount", num_ex_recount++); ifm_example_desc.setSrc(strSrc); } return; } else { ifm_example_desc.setUserData("ex_recount", 0); } //css ์ถ”๊ฐ€ objLink = document.createElement('link'); objLink.rel = 'stylesheet'; objLink.type = 'text/css'; objLink.href = $c.frame.getSrc('/frame/css/ws5_example_doc.css') + "?" + EXA_VER_WS5_EXAMPLE_DOC_CSS; objWin.document.getElementsByTagName('head')[0].appendChild(objLink); eleContent = objWin.document.getElementById("content"); if (!eleContent || !eleContent.classList) { // console.log("====(!eleContent || !eleContent.classList)========================="); // console.log(eleContent); return; } eleContent.classList.add('example_desc'); //2022.06.15 ์™ธ๋ถ€ ๋งํฌ ์ƒˆ์ฐฝ์œผ๋กœ ์—ด๊ธฐ. 3rabbitz์—์„œ target ์†์„ฑ์„ ์ง€์›ํ•˜์ง€ ์•Š์Œ. arrAnchor = objWin.document.getElementsByTagName('a') || []; for (i=0, i_max = arrAnchor.length; i < i_max; i++){ item = arrAnchor[i]; if ((item.className || "").indexOf("link") > -1) { item.target = "_blank"; } } //2022.06.15 ์ปจํ…์ธ  ๋ชฉ์ฐจ ์ถ”๊ฐ€ let domDocContext = document.createElement("div"); domDocContext.setAttribute("id", "ws_doc_context"); domDocContext.setAttribute("class", "doc_context"); domDocContext.innerHTML = scwin.getHTML_docContext(objWin.document.getElementsByTagName('h1')); objWin.document.body.appendChild(domDocContext); }; scwin.getHTML_docContext = function (argArrElement) { var i, i_max, item; var rerunValue; var strPrefix, strPostfix; var strList = ""; //strPrefix = '<dl><dt>CONTENTS</dt><dd><ul>'; //<li class="doc_title"></li> //strPostfix = '</ul></dd></dl>'; strPrefix = '<details><summary>๋ชฉ์ฐจ</summary><ul>'; strPostfix = '</ul></details>'; for (i=0, i_max = argArrElement.length; i < i_max; i++){ item = argArrElement[i]; if (item.className.indexOf('chapter_title') > -1) { continue; } //strList += '<li class="doc_title">' + item.textContent + '</li>'; strList += '<li class="doc_title"><a href="#' + item.id + '">' + item.getInnerHTML() + '</a></li>'; } rerunValue = strPrefix + strList + strPostfix; return rerunValue; }; //ํ™”๋ฉด ์š”์•ฝ ์ถœ๋ ฅ scwin.dispPageSummary = function (argStr) { if (!argStr) { return; } tbx_page_summary.setValue(argStr); grp_page_summary.removeClass("hide"); }; //๋ฉ”๋‰ด ํ‚ค์›Œ๋“œ ์ถœ๋ ฅ scwin.dispPageKeyword = function (argStr, argExamPath) { var strTagStart = '<span>'; var strTagEnd = '</span>'; var strKeyword; //tbx_page_keyword.setValue(strTagStart + argStr.replace(new RegExp("\|","g"), strTagEnd + strTagStart) + strTagEnd); if (!argStr) { strKeyword = ""; btn_showKeyword.hide(); //ํ‚ค์›Œ๋“œ ๋ฒ„ํŠผ hide } else { strKeyword = strTagStart + argStr.split("|").join(strTagEnd + strTagStart) + strTagEnd; } tbx_page_keyword.setValue(strTagStart + argExamPath.replace(EXA_CONTEXT_PATH,"") + strTagEnd + strKeyword); }; //๋ฉ”๋‰ด ๊ฒฝ๋กœ ์ถœ๋ ฅ scwin.getBreadcrumb = function (argStr) { var strBreadcrumb = ""; if (argStr) { strBreadcrumb = '<span class="example_breadcrumb_mobile">(' + argStr.replace(new RegExp("%\\|\\|%","g"), " > ") + ')</span>'; } return strBreadcrumb; }; //์˜ˆ์ œ ์‹คํ–‰ ํŒŒ์ผ ๊ฒฝ๋กœ ๋ฐ˜ํ™˜ scwin.getExamplePath = function () { return scwin.gVar.path_example; }; //์˜ˆ์ œ ์‹คํ–‰ ๊ฒฝ๋กœ ๋ฐ˜ํ™˜ scwin.getExampleLink = function(argWithHost) { return $c.frame.getBasePageURL(argWithHost)+"#w2xPath="+scwin.getExamplePath(); }; //[์˜ˆ์ œ ๋ฐ”๋กœ ๋ณด๊ธฐ ๋งํฌ ๋ณต์‚ฌ] ๋ฒ„ํŠผ ํด๋ฆญ - ์˜ˆ์ œ ๋ฐ”๋กœ ๋ณด๊ธฐ ๋งํฌ ๋ณต์‚ฌ scwin.btn_copyLink_example_onclick = function(e) { var strURL = scwin.getExampleLink(true); if (navigator.clipboard && window.isSecureContext) { navigator.clipboard.writeText(strURL).then(() => { $c.frame.alert($p, "์˜ˆ์ œ ํŒŒ์ผ ๊ฒฝ๋กœ๊ฐ€ ๋ณต์‚ฌ๋˜์—ˆ์Šต๋‹ˆ๋‹ค."); }); } else { let eleTmp = $("#hidden_clipboard_input:first")[0]; eleTmp.value = strURL; eleTmp.focus(); eleTmp.select(); document.execCommand("copy"); $c.frame.alert($p, "์˜ˆ์ œ ํŒŒ์ผ ๊ฒฝ๋กœ๊ฐ€ ๋ณต์‚ฌ๋˜์—ˆ์Šต๋‹ˆ๋‹ค."); } }; //์˜ˆ์ œ ํŒŒ์ผ ๋‹ค์šด๋กœ๋“œ ๋ฒ„ํŠผ ํด๋ฆญ scwin.btn_download_example_onclick = function(e) { $c.frame.downloadSource(scwin.getExamplePath(), true); }; //ํ™”๋ฉด ์ƒˆ๋กœ ๊ณ ์นจ scwin.btn_reloadPageContainer_onclick = function(e) { $p.reinitialize() }; //์˜ˆ์ œ ์„ค๋ช… wframe ๋กœ๋”ฉ ํ›„ scwin.wfm_example_onwframeload = function() { //this.getWindow().scwin._descInit(scwin.getMenuData()); }; //๋ฉ”๋‰ด ๋ฐ์ดํ„ฐ ๋ฐ˜ํ™˜. scwin.getMenuData = function() { return scwin.gVar.pageParam.menuData; }; scwin.change_exampleTab = function() { var strTarget; var cmpParent; strTarget = this.getUserData("userData1"); cmpParent = this.getParent(); cmpParent.removeClass("exam"); cmpParent.removeClass("desc"); cmpParent.addClass(strTarget); if (strTarget == "desc") { ifm_example_desc.setStyle("height", document.body.getBoundingClientRect().height - ifm_example_desc.render.getBoundingClientRect().top - 15 + "px") } }; scwin.btn_popup_example_onclick = function(e) { window.open(scwin.getExampleLink(true), "_blank"); }; scwin.btnMore_onclick = function(e) { grp_top_page_info.toggleClass("active"); }; scwin.btn_showKeyword_onclick = function(e) { grp_page_keyword.toggleClass("hide"); }; ]]></script> <w2:require as="udc_example_viewer" type="page" variableClone="true" src="/frame/udc/example_viewer.xml"></w2:require> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents exam_subbox" id="" style=""> <xf:group class="pgtbox" id="" style=""> <w2:textbox class="pgt_tit" id="tbx_pageTitle" label="ํ™”๋ฉดํƒ€์ดํ‹€" style="" tagname="" escape="false"></w2:textbox> <xf:group class="example_page_info" id="" style=""> <xf:group id="" class="pgt_titbtn mt_def detail_btnBox"> <xf:trigger ev:onclick="scwin.btn_reloadPageContainer_onclick" style="" id="trigger19" title="ํ™”๋ฉด ์ƒˆ๋กœ ๊ณ ์นจ" type="button" class="btn_cm btn_refresh"> <xf:label><![CDATA[์ƒˆ๋กœ๊ณ ์นจ]]></xf:label> </xf:trigger> <xf:trigger style="" id="btn_showKeyword" type="button" class="btn_cm keyword" ev:onclick="scwin.btn_showKeyword_onclick"> <xf:label><![CDATA[ํ‚ค์›Œ๋“œ]]></xf:label> </xf:trigger> <xf:trigger style="" id="trigger21" type="button" class="btn_cm btn_more" ev:onclick="scwin.btnMore_onclick"> <xf:label><![CDATA[๋”๋ณด๊ธฐ]]></xf:label> </xf:trigger> </xf:group> <xf:group id="grp_top_page_info" class="detail_btn_itemBox" style="display:none;"> <xf:trigger ev:onclick="scwin.btn_popup_example_onclick" style="" id="trigger16" type="button" class="btn_cm target"> <xf:label><![CDATA[์˜ˆ์ œ๋‹จ๋…์‹คํ–‰]]></xf:label> </xf:trigger> <xf:trigger ev:onclick="scwin.btn_copyLink_example_onclick" style="" id="trigger17" type="button" class="btn_cm copy"> <xf:label><![CDATA[์˜ˆ์ œ ๋ฐ”๋กœ๋ณด๊ธฐ ๋งํฌ ๋ณต์‚ฌ]]></xf:label> </xf:trigger> <!-- <xf:trigger ev:onclick="scwin.btn_download_example_onclick" style="" id="trigger18" type="button" class="btn_cm download"> <xf:label><![CDATA[์˜ˆ์ œ ํŒŒ์ผ ๋‹ค์šด๋กœ๋“œ]]></xf:label> </xf:trigger> --> </xf:group> </xf:group> </xf:group> <xf:group class="hide mt_def" id="grp_page_keyword" style=""> <w2:textbox class="com_example_grp_keyword" escape="false" id="tbx_page_keyword" label="ํ™”๋ฉด ์š”์•ฝ" style=""></w2:textbox> </xf:group><xf:group style="" id="grp_page_summary" class="dfbox hide mt_def"> <w2:textbox id="tbx_page_summary" label="" style=""></w2:textbox> </xf:group> <xf:group style="" id="grp_examplebox" class="exam_examplebox"> <xf:group style="" id="" class="tabbutton exam ofh"> <xf:trigger type="button" style="" id="btn_example_tabbutton_exam" class="exam_example_tabbutton exam fl" userData1="exam" ev:onclick="scwin.change_exampleTab"> <xf:label><![CDATA[์‹คํ–‰๋œ ์˜ˆ์ œ]]></xf:label> </xf:trigger> <xf:trigger class="exam_example_tabbutton desc fl" id="btn_example_tabbutton_desc" style="" type="button" userData1="desc" ev:onclick="scwin.change_exampleTab"> <xf:label><![CDATA[์˜ˆ์ œ ๊ฐ€์ด๋“œ]]></xf:label> </xf:trigger> </xf:group> <xf:group id="" class="examplebox_contents_mobile"> <!-- <w2:wframe ev:onwframeload="scwin.wfm_example_onwframeload" style="" id="wfm_example" class="frame_exam"></w2:wframe> --> <xf:group id="" class="frame_exam"> <w2:udc_example_viewer style="" id="udc_exampleViewer"></w2:udc_example_viewer> </xf:group> <w2:iframe src="" style="width: 100%;" id="ifm_example_desc" class="frame_desc" spa="false"></w2:iframe> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/frame/page/history.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; scwin.wfm_history_onwframeload = function() { this.getWindow().scwin.toggleExpandAll(true); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="sub_contents" id="" style=""> <xf:group class="pgtbox mb_def" id="" style=""> <w2:textbox class="pgt_tit" id="tbx_pageTitle" label="ํ”„๋กœ์ ํŠธ ๋ฆด๋ฆฌ์ฆˆ ๋…ธํŠธ" style="margin-right:24px" tagname=""></w2:textbox> </xf:group> <w2:wframe class="" id="wfm_history" src="/frame/page/history_w.xml" style="" userData1="PAGE"></w2:wframe> </xf:group> </body> </html>
WRE/WebContent/frame/page/sitemap.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[scwin.gVar = { strArrOrgMenu: null, arrOrgMenu: [], _gen_top_category_render: null }; scwin.onpageload = function () { scwin.displayMenu(scwin.getMenuData()); scwin.displayKeyword(); scwin.gVar._gen_top_category_render = gen_top_category.render; ibx_search_input.focus(); }; scwin.getMenuData = function () { var winObjMain; var arrAllMenuData; /* winObjMain = opener ? opener.$p.main() : $p.main(); console.log(winObjMain); console.log( $p.getParameter("popupParam")); */ arrAllMenuData = $p.getParameter("popupParam"); if (!$.isArray(arrAllMenuData)) { console.log("๋ฉ”๋‰ด ๋ฐ์ดํ„ฐ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค. popupParam : ", arrAllMenuData); return false; } scwin.gVar.arrOrgMenu = arrAllMenuData; scwin.gVar.strArrOrgMenu = JSON.stringify(arrAllMenuData); return arrAllMenuData; }; scwin.setMenuTitle = function (argComp, argLabel, argPath, argMenuID) { argComp.setValue(argLabel); argComp.setUserData("menu_path", argPath); argComp.setUserData("menu_id", argMenuID); argComp.bind("onclick", scwin.lblMenu_onclick); }; //๋ฉ”๋‰ด ์ถœ๋ ฅ scwin.displayMenu = function (argArrMenu) { var i, i_max, i_item; var compGen1, numGen1, compGen2, numGen2, strDynamicGenID2, compGen3, numGen3, strKeyGen1, strKeyGen2; var cmpGenTopCategory, numGenTopCategory, cmpTopCategory; var refFnc_setMenuTitle = scwin.setMenuTitle; var refFnc_getHTML_keyword = $c.frame.getHtml_keyword; var innFnc_setMenuCategory = function (argComp, argLabel) { argComp.addClass("com_example_sitemap_category"); //์นดํ…Œ๊ณ ๋ฆฌ class ์ถ”๊ฐ€ argComp.setValue(argLabel); argComp.bind("onclick", scwin.lblMenuCategory_onclick); }; var innFnc_setMenuKeyword = function (argStrCompID, argCompParent, argStrKeyword) { if (!argStrKeyword) return; //ํƒœ๊ทธ ๋™์  ์ƒ์„ฑ. let compTmp = $p.dynamicCreate( argStrCompID, "textbox", { "escape": "false" }, argCompParent ); compTmp.addClass("com_example_sitemap_grd_keyword"); compTmp.setValue(refFnc_getHTML_keyword(argStrKeyword)); }; cmpGenTopCategory = gen_top_category; numGenTopCategory = 0; numGen1 = 0; //depth1 ๋ฐ˜๋ณต์ˆ˜ numGen2 = 0; numGen3 = 0; for (i = 0, i_max = argArrMenu.length; i < i_max; i++) { let jsnMenu = argArrMenu[i]; let strMenuDepth = jsnMenu.DEPTH; let strMenuType = jsnMenu.TYPE; let strMenuTitle = jsnMenu.TITLE; let strMenuPath = jsnMenu.PATH; let strMenuKeyword = jsnMenu.ALL_KEYWORD; let strMenuID = jsnMenu.ID; let isUnsorted = false; //๋ฏธ๋ถ„๋ฅ˜ switch (strMenuDepth) { case "1": //๋Œ€๋ถ„๋ฅ˜ if (strMenuType == "C") { compGen1 = $p.getComponentById("gen_depth1"); compGen1.insertChild(numGen1); let tmpCmpDepth1CategoryBox = compGen1.getChild(numGen1, "gen_depth1_li"); //์ปดํฌ๋„ŒํŠธ ์†Œ๊ฐœ์˜ ๊ฒฝ์šฐ class ์ถ”๊ฐ€. if (strMenuTitle == "์ปดํฌ๋„ŒํŠธ ์†Œ๊ฐœ") { tmpCmpDepth1CategoryBox.addClass("row"); } //title compGen1.getChild(numGen1, "tbx_title_depth1").setValue(strMenuTitle); strKeyGen1 = jsnMenu.ID; //์‹œ์ž‘ ์ƒ๋‹จ ์นดํ…Œ๊ณ ๋ฆฌ cmpGenTopCategory.insertChild(numGenTopCategory); cmpTopCategory = cmpGenTopCategory.getChild(numGenTopCategory, "btn_top_category"); cmpTopCategory.setValue(strMenuTitle); cmpTopCategory.setHref("#" + tmpCmpDepth1CategoryBox.getID()) numGenTopCategory++; //์ข…๋ฃŒ ์ƒ๋‹จ ์นดํ…Œ๊ณ ๋ฆฌ compGen2 = compGen1.getChild(numGen1, "gen_depth2"); numGen1++; numGen2 = 0; numGen3 = 0; strKeyGen2 = null; compGen3 = null; } else { isUnsorted = true; } break; case "2": if (jsnMenu.PARENT_ID === strKeyGen1) { compGen1 = gen_depth1; //๋ฉ”๋‰ด ์ถœ๋ ฅ. compGen2.insertChild(numGen2); let compTitle_depth2 = compGen2.getChild(numGen2, "lbl_menu_depth2"); //๋ฉ”๋‰ด ํƒ€์ž…์ด ๋ถ„๋ฅ˜์ธ ๊ฒฝ์šฐ if (strMenuType == "C") { compTitle_depth2.setDisabled(true); innFnc_setMenuCategory(compTitle_depth2, strMenuTitle); strDynamicGenID2 = compGen1.getOriginalID() + "_" + numGen1 + "_" + "gen_depth2" + "_" + numGen2; compGen3 = $p.dynamicCreate( strDynamicGenID2, "group", { "tagname": "ul" }, compGen2.getChild(numGen2, "grp_list_depth2") ); strKeyGen2 = jsnMenu.ID; numGen3 = 0; } else { refFnc_setMenuTitle(compTitle_depth2, strMenuTitle, strMenuPath, strMenuID); if (strMenuKeyword) { //ํƒœ๊ทธ ๋™์  ์ƒ์„ฑ. innFnc_setMenuKeyword(compGen1.getOriginalID() + "_" + numGen1 + "_" + "tbx_keyword_depth2" + "_" + numGen2, compGen2.getChild(numGen2, "grp_list_depth2"), strMenuKeyword); } } numGen2++; } else { isUnsorted = true; } break; case "3": if (jsnMenu.PARENT_ID === strKeyGen2) { let strTmpID_li = compGen3.getOriginalID() + "_" + "grp_menu_li_depth3" + "_" + numGen3; let strTmpID_anchor = compGen3.getOriginalID() + "_" + "lbl_menu_depth3" + "_" + numGen3; let strTmpID_keyword = compGen3.getOriginalID() + "_" + "tbx_keyword_depth3" + "_" + numGen3; let tmpComp_li = $p.dynamicCreate( strTmpID_li, "group", { "tagname": "li" }, compGen3 ); let tmpComp_lbl = $p.dynamicCreate( strTmpID_anchor, "anchor", { "outerDiv": "false" }, tmpComp_li ); tmpComp_lbl.addClass("com_example_sitemap_menu_lbl"); refFnc_setMenuTitle(tmpComp_lbl, strMenuTitle, strMenuPath, strMenuID); if (strMenuKeyword) { //ํƒœ๊ทธ ๋™์  ์ƒ์„ฑ. innFnc_setMenuKeyword(strTmpID_keyword, tmpComp_li, strMenuKeyword); } numGen3++; } break; default: isUnsorted = true; break; } if (isUnsorted === true) { console.log("๋ถ„๋ฅ˜ ์—†์Œ!!! >> ", JSON.stringify(jsnMenu)); } }//for //์ปดํฌ๋„ŒํŠธ ์†Œ๊ฐœ class ์ถ”๊ฐ€. //gen_depth1.getChild(0, "gen_depth1_li").addClass("row"); }; //๋ฉ”๋‰ด click scwin.lblMenu_onclick = function () { var menuID = this.getUserData("menu_id"); var objMain; if (!menuID) { alert("๋ฉ”๋‰ด ID๊ฐ€ ์กด์žฌํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค."); return; } objMain = (opener || parent).$p.main(); objMain.scwin.dispPage(menuID, true); //$p.closePopup($p.getPopupId()); }; //๋ถ„๋ฅ˜ label click scwin.lblMenuCategory_onclick = function () { var strClass = "isCollapsed"; if (this.hasClass(strClass)) { this.removeClass(strClass) } else { this.addClass(strClass) } }; //ํ‚ค์›Œ๋“œ ๋ณด๊ธฐ checkbox scwin.cbx_show_keyword_onchange = function (info) { scwin.displayKeyword(); }; //ํ‚ค์›Œ๋“œ ์ถœ๋ ฅ scwin.displayKeyword = function () { var strValue; strValue = cbx_show_keyword.getValue(); if (strValue === "Y") { grp_sitemap_list.removeClass("hide_keyword"); grp_sitemap_result.removeClass("hide_keyword"); } else { grp_sitemap_list.addClass("hide_keyword"); grp_sitemap_result.addClass("hide_keyword"); } }; scwin.ibx_search_input_oneditkeyup = function (e) { if (e.keyCode == 13) { scwin.searchMenu(); } else { if (this.getValue() == "" && grp_pop_main.hasClass("status_result")) { scwin.switchView("default"); }; } }; scwin.btn_search_input_onclick = function (e) { scwin.searchMenu(); }; scwin.switchView = function (argType) { switch (argType) { case "result": if (grp_sitemap_result.hasClass("hide")) { grp_sitemap_list.addClass("hide"); grp_sitemap_result.removeClass("hide"); grp_pop_main.addClass("status_result"); } break; case "default": default: if (grp_sitemap_list.hasClass("hide")) { grp_sitemap_result.addClass("hide"); grp_sitemap_list.removeClass("hide"); grp_pop_main.removeClass("status_result"); } break; } }; scwin.searchMenu = function () { var strKeyword; var arrOrgMenu; var arrResult; var _EXA_CONTEXT_PATH = EXA_CONTEXT_PATH; var strOrgKeyword; strOrgKeyword = ibx_search_input.getValue().trim(); strKeyword = strOrgKeyword.toLowerCase(); if (!strKeyword) { scwin.switchView("default"); ibx_search_input.focus(); return; } arrOrgMenu = JSON.parse(scwin.gVar.strArrOrgMenu); arrResult = arrOrgMenu.filter((item) => { let retValue = false; let strTitle; //ํŒŒ์ผ์ด ์•„๋‹Œ ๊ฒฝ์šฐ if (item.TYPE != "F") return false; //๋ฉ”๋‰ด๋ช… strTitle = item["TITLE"]; let strFilter_TITLE = strTitle.toLowerCase(); if (strFilter_TITLE.indexOf(strKeyword) > -1) { //๊ฐ•์กฐ strTitle = strTitle.replace(new RegExp("(" + strKeyword + ")", "i"), '<span class="highlight">$1</span>'); retValue = true; } item["DISP_TITLE"] = strTitle; //ํ‚ค์›Œ๋“œ let strFilter_ALL_KEYWORD = ("|" + item["ALL_KEYWORD"] + "|"); //let strFilter_KEYWORD = "|" + strKeyword + "|"; //keyword์™€ ๋™์ผํ•œ ๊ฒฝ์šฐ๋งŒ ์ถœ๋ ฅ let strFilter_KEYWORD = strKeyword; /* if (strFilter_ALL_KEYWORD.toLowerCase().indexOf(strFilter_KEYWORD) > -1) { //item["ALL_KEYWORD"] = strFilter_ALL_KEYWORD.replace(new RegExp(strFilter_KEYWORD,"ig"), '|<span class="highlight">'+strKeyword+'</span>|').replace(/^[|]/,"").replace(/[|]$/,""); //keyword์™€ ๋™์ผํ•œ ๊ฒฝ์šฐ๋งŒ ์ถœ๋ ฅ item["ALL_KEYWORD"] = strFilter_ALL_KEYWORD.replace(new RegExp("("+strFilter_KEYWORD+")","ig"), '<span class="highlight">$1</span>').replace(/^[|]/,"").replace(/[|]$/,""); retValue = true; } */ if (strFilter_ALL_KEYWORD.toLowerCase().indexOf(strFilter_KEYWORD) > -1) { //item["ALL_KEYWORD"] = strFilter_ALL_KEYWORD.replace(new RegExp(strFilter_KEYWORD,"ig"), '|<span class="highlight">'+strKeyword+'</span>|').replace(/^[|]/,"").replace(/[|]$/,""); //keyword์™€ ๋™์ผํ•œ ๊ฒฝ์šฐ๋งŒ ์ถœ๋ ฅ item["ALL_KEYWORD"] = strFilter_ALL_KEYWORD.replace(new RegExp("(" + strFilter_KEYWORD + ")", "ig"), '<span class="highlight">$1</span>').replace(/^[|]/, "").replace(/[|]$/, ""); let arrSearchedKeyword = item["ALL_KEYWORD"].split("|").filter(function (argItem) { if (argItem.indexOf('<span class="highlight">') > -1) return true; return false; }); item["SEARCHED_KEYWORD"] = arrSearchedKeyword.join("|"); retValue = true; } //ํŒŒ์ผ๋ช… item["DISP_PATH"] = (_EXA_CONTEXT_PATH + item["PATH"]); let strFilter_PATH = item["DISP_PATH"].toLowerCase(); if (strFilter_PATH.indexOf(strKeyword) > -1) { item["DISP_PATH"] = item["DISP_PATH"].replace(new RegExp("(" + strKeyword + ")", "i"), '<span class="highlight">$1</span>'); //๊ฐ•์กฐ retValue = true; } return retValue; }); scwin.displayResult(arrResult, strKeyword, strOrgKeyword); scwin.switchView("result"); }; //๊ฒ€์ƒ‰ ๊ฒฐ๊ณผ ์ถœ๋ ฅ scwin.displayResult = function (argArrMenu, argKeyword, argOrgKeyword) { var numArrLength; var i, i_max, i_item; var compGen1; var refFnc_setMenuTitle = scwin.setMenuTitle; var refFnc_getHTML_keyword = $c.frame.getHtml_keyword; compGen1 = gen_result_ul; i_max = argArrMenu.length; compGen1.removeAll(); //tbx_result_title.setValue("๊ฒ€์ƒ‰ ๊ฒฐ๊ณผ (" + i_max + "๊ฑด)"); tbx_result_title.setValue('<span class="highlight">' + argOrgKeyword + '</span>์œผ(๋กœ) <span class="highlight">' + i_max + '</span>๊ฑด์ด ๊ฒ€์ƒ‰๋˜์—ˆ์Šต๋‹ˆ๋‹ค.'); for (i = 0; i < i_max; i++) { let compTmp; let strKeyword; let tmpStr; i_item = argArrMenu[i]; compGen1.insertChild(i); compTmp = compGen1.getChild(i, "lbl_result_menu"); //๋ธŒ๋ž˜๋“œํฌ๋Ÿผ ์ถœ๋ ฅ tmpStr = i_item["MENU_BREADCRUMBS"]; tmpStr = (tmpStr ? "[" + tmpStr.split("%||%").join(" > ") + "] " : ""); if (i_item["TITLE"].toLowerCase().indexOf(tmpStr.toLowerCase()) == 0) { tmpStr = ""; } refFnc_setMenuTitle(compTmp, (i + 1) + ". " + tmpStr + i_item["DISP_TITLE"], i_item["PATH"], i_item["ID"]); // strKeyword = i_item["ALL_KEYWORD"]; // ํ‚ค์›Œ๋“œ ์ถœ๋ ฅ - ์ „์ฒด strKeyword = i_item["SEARCHED_KEYWORD"] || ""; // ๊ฒ€์ƒ‰๋œ ํ‚ค์›Œ๋“œ ์ถœ๋ ฅ compTmp = compGen1.getChild(i, "tbx_result_keyword"); if (strKeyword) { compTmp.setValue(refFnc_getHTML_keyword(strKeyword)); } else { compTmp.remove(true); } //ํŒŒ์ผ ๊ฒฝ๋กœ ์ถœ๋ ฅ compTmp = compGen1.getChild(i, "tbx_result_path"); compTmp.setValue("ํŒŒ์ผ ๊ฒฝ๋กœ : " + i_item["DISP_PATH"]); } }; scwin.btn_top_category_onclick = function () { var strTargetID; strTargetID = this.getUserData("exam_target"); if (!strTargetID) { strTargetID = gen_depth1.getChild(this.getGeneratedIndex(), "gen_depth2").getChild(0, "lbl_menu_depth2").getID(); this.setUserData("exam_target", strTargetID); } $p.getComponentById(strTargetID).focus(); }; scwin.ibx_search_input_onchange = function () { var strValue; strValue = this.getValue(); if (strValue == "" && grp_pop_main.hasClass("status_result")) { scwin.switchView("default"); }; }; btn_move_category_onclick = function () { var _gen_top_category_render = scwin.gVar._gen_top_category_render; if (!_gen_top_category_render) { return; } switch (this.getUserData("userData1")) { case "left": _gen_top_category_render.scrollBy({ left: -100, behavior: 'smooth' }); break; case "right": _gen_top_category_render.scrollBy({ left: 100, behavior: 'smooth' }); break; default: break; } }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="pop_contents com_example_sitemap" id="grp_pop_main" style=""> <xf:group style="" id="" class="box_search"> <xf:group id="" class="box_search_input"> <xf:group id="" class="box_input"> <w2:searchbox id="ibx_search_input" placeholder="๋ฉ”๋‰ด๋ช…, ํŒŒ์ผ๋ช…, ํ‚ค์›Œ๋“œ๋กœ ๊ฒ€์ƒ‰ ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค." enterBlur="false" style="height: 30px;" ev:onkeyup="scwin.ibx_search_input_oneditkeyup" ev:onchange="scwin.ibx_search_input_onchange"> </w2:searchbox> <xf:trigger ev:onclick="scwin.btn_search_input_onclick" style="" id="btn_search_input" type="button" class="btn_exam_search_white type02" title="๊ฒ€์ƒ‰"> <xf:label><![CDATA[Search]]></xf:label> </xf:trigger> </xf:group> <xf:select appearance="full" class="" cols="" disabled="" ev:onchange="scwin.cbx_show_keyword_onchange" id="cbx_show_keyword" ref="" renderType="checkboxgroup" rows="" selectedindex="" style=""> <xf:choices> <xf:item> <xf:label><![CDATA[ํ‚ค์›Œ๋“œ ๋ณด๊ธฐ]]></xf:label> <xf:value><![CDATA[Y]]></xf:value> </xf:item> </xf:choices> </xf:select> </xf:group> <xf:group id="" style="background-color: #efefef;" class="box_sitemap_top_category"> <w2:anchor outerDiv="false" id="" class="btn_move_left" userData1="left" ev:onclick="btn_move_category_onclick"> <xf:label><![CDATA[<]]></xf:label> </w2:anchor> <w2:generator style="" id="gen_top_category" class="gen_top_category"> <w2:span id="" label="|" style="" class=""></w2:span> <w2:anchor outerDiv="false" id="btn_top_category" style="" class="btn_top_category"> <xf:label><![CDATA[-]]></xf:label> </w2:anchor> </w2:generator> <w2:anchor outerDiv="false" id="" class="btn_move_right" userData1="right" ev:onclick="btn_move_category_onclick"> <xf:label><![CDATA[>]]></xf:label> </w2:anchor> </xf:group> </xf:group> <xf:group id="grp_sitemap_list" class="box_list"> <w2:generator style="" id="gen_depth1" class="minH com_example_grp_margin_1depth com_example_sitemap_depth1" tagname="ul"> <xf:group id="gen_depth1_li" tagname="li" class="gen_depth1_list"> <xf:group style="" id="" class="gen_depth1_tit"> <w2:textbox style="" id="tbx_title_depth1" label="์„œ๋ธŒํƒ€์ดํ‹€" class="lbl_title_depth1" tagname="h3"></w2:textbox> </xf:group> <w2:generator tagname="ul" style="" id="gen_depth2" class="gen_depth2"> <xf:group id="grp_list_depth2" tagname="li"> <w2:anchor outerDiv="false" style="" id="lbl_menu_depth2" class="com_example_sitemap_menu_lbl"> <xf:label><![CDATA[depth2 label]]></xf:label> </w2:anchor> </xf:group> </w2:generator> </xf:group> </w2:generator> </xf:group> <xf:group style="" id="grp_sitemap_result" class="box_result hide"> <xf:group style="" id="" class="minH com_example_grp_margin_1depth com_example_sitemap_depth1" tagname="ul"> <xf:group style="" id="" tagname="li" class="gen_depth1_list"> <xf:group class="gen_depth1_tit" id="" style=""> <w2:textbox class="lbl_title_depth1" id="tbx_result_title" label="์„œ๋ธŒํƒ€์ดํ‹€" style="" tagname="h3" escape="false"></w2:textbox> </xf:group> <w2:generator style="" id="gen_result_ul" class="gen_depth2" tagname="ul"> <xf:group id="grp_result_li" tagname="li" style=""> <w2:anchor class="com_example_sitemap_menu_lbl" escape="false" id="lbl_result_menu" outerDiv="false" style=""> <xf:label><![CDATA[depth2 label]]></xf:label> </w2:anchor> <w2:textbox class="com_example_sitemap_result_path" escape="false" id="tbx_result_path"> </w2:textbox> <w2:textbox class="com_example_sitemap_grd_keyword" escape="false" id="tbx_result_keyword"> </w2:textbox> </xf:group> </w2:generator> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/frame/page/frameCommon.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenId="frameUtil" meta_screenName="Frame Util Project UDC" meta_subsystem="๊ณตํ†ต" meta_author="์ธ์Šค์›จ์ด๋ธŒ" meta_desc="๊ตฌ์„ฑ๋œ ํ™˜๊ฒฝ์˜ ํ”„๋ ˆ์ž„ ๊ด€๋ จ ํ•จ์ˆ˜๋ฅผ ์ œ๊ณตํ•œ๋‹ค."> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method="scwin.getSrc,scwin.log,scwin.alert,scwin.getBasePageURL,scwin.downloadSource,scwin.getText_globalCSS,scwin.getContextPath,scwin.showExamDescBox,scwin.getHtml_keyword,scwin.scrollToBottom,scwin.printExampleLog,scwin.getExampleDocumentPath,scwin.getWidgetParam,scwin.toggleBlock,scwin.getRandomString,scwin.getPopupPosition,scwin.openExamPage,scwin.getErrorMsg"/> <script lazy="false" type="text/javascript"><![CDATA[ /** * @component * @company * @developer na * @variableClone true * @notSupportBrowser * @version * @htmlRender * @icon * @disableIcon * @width * @height * @description */ scwin.gVar_const = { "EXA_CONTEXT_PATH": "/", "EXA_CLIENT_RECT_WIDTH": null, "EXA_CLIENT_RECT_HEIGHT": null }; scwin.onpageload = function () { scwin.setInitInfo(); }; /** * ์ดˆ๊ธฐ ์ •๋ณด ํ• ๋‹น */ scwin.setInitInfo = function () { var jsnWinClientRect; jsnWinClientRect = document.body.getBoundingClientRect(); scwin.gVar_const.EXA_CLIENT_RECT_WIDTH = jsnWinClientRect.width; scwin.gVar_const.EXA_CLIENT_RECT_HEIGHT = jsnWinClientRect.height; }; /** * @method * @name getSrc * @description context๋ฅผ ํฌํ•จํ•œ URL์„ ๋ฐ˜ํ™˜ํ•œ๋‹ค. * @param {string} argSrc Src ๊ฒฝ๋กœ ๋ฌธ์ž์—ด * @returns {string} returnValue context๋ฅผ ํฌํ•จํ•œ URL. * @hidden N * @exception * @example */ scwin.getSrc = function (argSrc) { var regExp; argSrc = argSrc || ""; if (typeof argSrc == "string") { regExp = new RegExp("^[/]"); argSrc = argSrc.replace(regExp, ""); } return scwin.gVar_const.EXA_CONTEXT_PATH + argSrc; }; /** * @method * @name getContextPath * @description context ๊ฒฝ๋กœ๋ฅผ ๋ฐ˜ํ™˜ํ•œ๋‹ค. * @returns {string} returnValue context ๊ฒฝ๋กœ. * @hidden N * @exception * @example */ scwin.getContextPath = function () { return (scwin.gVar_const.EXA_CONTEXT_PATH).replace(/[\/]$/, "") }; /** * @method * @name log * @description console์— ๋กœ๊ทธ๋ฅผ ์ถœ๋ ฅํ•œ๋‹ค. ์ธ์ž๊ฐ€ 3๊ฐœ์ธ ๊ฒฝ์šฐ : ํ•จ์ˆ˜๋ช…, ๋กœ๊ทธ, ๋ ˆ๋ฒจ. * @param {string} argStr ์ถœ๋ ฅํ•  ๋กœ๊ทธ * @param {string} argLogLevel [default:log,error,info,debug]๋กœ๊ทธ ๋ ˆ๋ฒจ. * @returns * @hidden N * @exception * @example */ scwin.log = function () { var strLevel; var strLog = ""; var strPreFix; var argFunctionName, argStr, argLogLevel; if (arguments.length === 3) { argFunctionName = arguments[0]; argStr = arguments[1]; argLogLevel = arguments[2]; } else { argStr = arguments[0]; argLogLevel = arguments[1]; } if (argFunctionName) { strLog += "[" + argFunctionName + "]"; } if (argStr) { strLog += argStr; } switch (argLogLevel) { case "info": case "error": case "debug": strLevel = argLogLevel; strPreFix = "[" + argLogLevel.toUpperCase() + "] "; break; default: strLevel = "log"; strPreFix = ""; break; } console[strLevel].call(strPreFix, strLog); }; /** * @method * @name alert * @description ๊ฒฝ๊ณ  ๋ฉ”์„ธ์ง€๋ฅผ ํŒ์—…ํ•œ๋‹ค. * @param {object} _$p $p ๊ฐ์ฒด * @param {string} argMsg ์ถœ๋ ฅํ•  ๋ฉ”์„ธ์ง€ * @returns * @hidden N * @exception * @example */ scwin.alert = function (_$p, argMsg) { alert(argMsg); }; /** * @method * @name getBasePageURL * @description ์›น์Šคํ€˜์–ด ์—”์ง„์ด ์‹คํ–‰๋˜๋Š” URL์„ ๋ฐ˜ํ™˜ํ•œ๋‹ค. * @param * @returns * @hidden N * @exception * @example ${example} */ scwin.getBasePageURL = function (argWithOrigin) { var returlValue; if (argWithOrigin == true) { returlValue = window.location.origin + window.location.pathname; } else { returlValue = window.location.pathname; } return returlValue; }; /** * @method * @name downloadSource * @description XMLํ™”๋ฉด ํŒŒ์ผ์„ ๋‹ค์šด๋กœ๋“œ ํ•œ๋‹ค. * @param {string} xmlFilePath xml ํŒŒ์ผ ๊ฒฝ๋กœ * @param {string} withoutContext context ๊ฒฝ๋กœ ์—†์ด ๋ฐ˜ํ™˜ * @returns * @hidden N * @exception * @example */ scwin.downloadSource = function (xmlFilePath, withoutContext) { var eleTmp; if (withoutContext !== true) { xmlFilePath = scwin.getSrc(xmlFilePath); } eleTmp = $("#hidden_download_anchor:first")[0]; if (!eleTmp) { eleTmp = document.createElement("a"); eleTmp.setAttribute("id", "hidden_download_anchor"); eleTmp.setAttribute("style", "display:none;"); $("body").append(eleTmp); } eleTmp.setAttribute("href", xmlFilePath); eleTmp.setAttribute("download", xmlFilePath.replace(new RegExp(".*\/"), "")); eleTmp.click(); }; /** * @method * @name getText_globalCSS * @description ์ •์˜๋œ css ํŒŒ์ผ์„ TEXT๋กœ ๋ฐ˜ํ™˜ํ•œ๋‹ค * @param * @returns * @hidden N * @exception * @example */ scwin.getText_globalCSS = async function (argPath) { return $.get(argPath); }; /** * @method * @name showExamDescBox * @description com_example_descBox_title class๋ฅผ ๊ฐ€์ง„ ์š”์†Œ์˜ ํ˜•์ œ ์š”์†Œ ์ค‘ com_example_descBox class๋ฅผ ๊ฐ€์ง„ ์š”์†Œ๋ฅผ show/hide ํ•œ๋‹ค. * @param {object} argCmpBtn ๋ฒ„ํŠผ ์ปดํฌ๋„ŒํŠธ * @returns * @hidden N * @exception * @example */ scwin.showExamDescBox = function (argCmpBtn) { var i, i_max; var cmpPatentBox; if (!(argCmpBtn.getPluginName && argCmpBtn.getPluginName() === "trigger")) { if (this.getPluginName && this.getPluginName() === "trigger") { argCmpBtn = this; } else { console.error("trigger ๋ฒ„ํŠผ์ด ์•„๋‹™๋‹ˆ๋‹ค.", this); return; } } i = 0; i_max = 5; while (i < i_max) { cmpPatentBox = argCmpBtn.getParent(); if (cmpPatentBox.hasClass("com_example_descBox_title")) { if (argCmpBtn.getValue() == "ํ™•์žฅ") { argCmpBtn.setValue("์ถ•์†Œ"); cmpPatentBox.removeClass("com_example_descBox_hide"); } else { argCmpBtn.setValue("ํ™•์žฅ"); cmpPatentBox.addClass("com_example_descBox_hide"); } break; } console.log(i, ": >>>> next"); i++ } }; /** * @method * @name getHtml_keyword * @description ํ‚ค์›Œ๋“œ ๋ฌธ์ž์—ด์„ ๋ฐ›์•„ ํ™”๋ฉด์— ์ถœ๋ ฅํ•  HTML์„ ๋ฐ˜ํ™˜ํ•œ๋‹ค. * @param {string} argStr ํ‚ค์›Œ๋“œ ๋ฌธ์ž์—ด * @param {string} argTarget [default:sitemap, leftmenu] ์ถœ๋ ฅํ•  ๋Œ€์ƒ * @returns * @hidden N * @exception * @example */ scwin.getHtml_keyword = function (argStr, argTarget) { var returnValue; var strTagStart; var strTagEnd; if (!argStr) { return ""; } switch (argTarget) { case "leftmenu": strTagStart = '<div class="left_menu_keyword">'; strTagEnd = '</div>'; returnValue = strTagStart + argStr.split("|").join(strTagEnd + strTagStart) + strTagEnd; break; default: strTagStart = '<span>'; strTagEnd = '</span>'; returnValue = strTagStart + argStr.split("|").join(strTagEnd + strTagStart) + strTagEnd; break; } return returnValue; }; /** * @method * @name scrollToBottom * @description ์›น์Šคํ€˜์–ด ์ปดํฌ๋„ŒํŠธ์˜ ์„ธ๋กœ ์Šคํฌ๋กค์˜ ์œ„์น˜๋ฅผ ๋ฐ”๋‹ฅ์œผ๋กœ ์˜ฎ๊ธด๋‹ค. * @param {object} argCmp ์›น์Šคํ€˜์–ด ์ปดํฌ๋„ŒํŠธ ๊ฐ์ฒด * @returns * @hidden N * @exception * @example */ scwin.scrollToBottom = function (argCmp) { var eleObj; eleObj = argCmp.render; if (!eleObj) { scwin.log("scwin.scrollToBottom >>>> ์›น์Šคํ€˜์–ด ๊ฐ์ฒด๊ฐ€ ์•„๋‹™๋‹ˆ๋‹ค.", "error"); return; } eleObj.scrollTop = eleObj.scrollHeight; }; /** * @method * @name printExampleLog * @description ์˜ˆ์ œ์— ์‚ฌ์šฉ๋˜๋Š” ๋กœ๊ทธ ์ถœ๋ ฅ์šฉ textarea ์ปดํฌ๋„ŒํŠธ์— ๋ฌธ์ž์—ด์„ ์ถœ๋ ฅํ•œ๋‹ค. * @param {string} argStrLog ์ถœ๋ ฅํ•  ๋ฌธ์ž์—ด * @param {object} argCmp ์›น์Šคํ€˜์–ด textarea ์ปดํฌ๋„ŒํŠธ * @param {boolean} argNoDelimiter [default:true, false] ๋ฌธ์ž์—ด ์‚ฌ์ด ๊ตฌ๋ถ„์ž ์ถ”๊ฐ€ ์—ฌ๋ถ€. * @param {boolean} argNoTime [default:false, true] ์‹œ๊ฐ„ ์ถœ๋ ฅ ์—ฌ๋ถ€ * @returns * @hidden N * @exception * @example */ scwin.printExampleLog = function (argStrLog, argCmpTarget, argNoDelimiter, argNoTime) { let strPreData; //textarea์— ์ถœ๋ ฅ๋œ ๊ธฐ์กด ๋ฐ์ดํ„ฐ ์ถ”์ถœ. strPreData = argCmpTarget.getValue(); if (strPreData) { if (argNoDelimiter === false) { strPreData += "\n"; } else { strPreData += "\n*******************************************\n"; } } let strTime; if (argNoTime === false) { strTime = ""; } else { strTime = "[" + new Date().toLocaleTimeString("sv-SE") + "] "; } //๊ธฐ์กด ๋ฐ์ดํ„ฐ์— ์ถ”๊ฐ€ํ•˜์—ฌ ์ถœ๋ ฅ argCmpTarget.setValue(strPreData + strTime + argStrLog); //textarea ์Šคํฌ๋กค ๋ฐ”๋‹ฅ์œผ๋กœ ์˜ฎ๊ธฐ๊ธฐ. scwin.scrollToBottom(argCmpTarget); }; /** * @method * @name getExampleDocumentPath * @description ์˜ˆ์ œ ์„ค๋ช…๋ถ€ ๋ฌธ์„œ ๊ฒฝ๋กœ๋ฅผ ๋ฐ˜ํ™˜ํ•œ๋‹ค. * @param {object} argJsnMenu ๋ฉ”๋‰ด JSON * @returns ๋ฌธ์„œ ๊ฒฝ๋กœ ๋ฌธ์ž์—ด * @hidden N * @exception * @example */ scwin.getExampleDocumentPath = function (argJsnMenu) { var retValue; var strPagePath; var strPageKey; var strMenuID; strMenuID = argJsnMenu.ID; if (argJsnMenu.HAS_DOC !== "Y") { scwin.log("getExampleDocumentPath -> ๋ฉ”๋‰ด ID : " + strMenuID + " | HAS_DOC : " + argJsnMenu.HAS_DOC); return retValue; } strPagePath = argJsnMenu.PATH; if (!strPagePath) { scwin.log("getExampleDocumentPath -> ๋ฉ”๋‰ด ID : " + strMenuID + " | PATH : " + strPagePath, "error"); return retValue; } strPageKey = "sp5_ex_" + strPagePath.split("/").pop().replace(".xml", ""); //doc/sp5_ex_P00022.xhtml retValue = EXA_CONTEXT_PATH + "/doc/" + strPageKey + ".xhtml"; return retValue; }; scwin.getExampleDocumentPath__ = function (argJsnMenu, argStrDocType) { var retValue; var strPagePath; var strPageKey; var strMenuID; var isOnline; strMenuID = argJsnMenu.ID; if (argJsnMenu.HAS_DOC !== "Y") { scwin.log("getExampleDocumentPath -> ๋ฉ”๋‰ด ID : " + strMenuID + " | HAS_DOC : " + argJsnMenu.HAS_DOC); return retValue; } strPagePath = argJsnMenu.PATH; if (!strPagePath) { scwin.log("getExampleDocumentPath -> ๋ฉ”๋‰ด ID : " + strMenuID + " | PATH : " + strPagePath, "error"); return retValue; } //strPageKey = "DOC_" + strPagePath.split("/").pop().replace(".xml",""); strPageKey = "sp5_ex_" + strPagePath.split("/").pop().replace(".xml", ""); switch (argStrDocType) { case "online": isOnline = true; break; case "offline": isOnline = false; break; default: if (EXA_DOMAIN_CURRENT === EXA_DOMAIN_ONLINE) { isOnline = true; } else { isOnline = false; } break; } if (isOnline) { retValue = "https://docs1.inswave.com/r/a/ws5_sp5_example/" + strPageKey; } else { //doc/sp5_ex_M550000.xhtml //retValue = EXA_CONTEXT_PATH + "/doc/sp5_ex_" + (strMenuID.slice(0,3) + "0000") + ".xhtml#r_" + strPageKey //doc/sp5_ex_P00022.xhtml retValue = EXA_CONTEXT_PATH + "/doc/" + strPageKey + ".xhtml"; } return retValue; }; /** * @method * @name getWidgetParam * @description addWidgets API ํ˜ธ์ถœ์‹œ params์— ํ• ๋‹นํ•œ ๊ฐ’์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค. widget์˜ ์ปจํ…์ธ ์—์„œ ํ˜ธ์ถœํ•  ๋•Œ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. ๊ฐ’์ด ์—†๋Š” ๊ฒฝ์šฐ undefined๊ฐ€ ๋ฐ˜ํ™˜๋ฉ๋‹ˆ๋‹ค. * @param {object} _$p $p * @returns addWidgets API ํ˜ธ์ถœ์‹œ params์— ํ• ๋‹นํ•œ ๊ฐ’ * @hidden N * @exception * @example */ scwin.getWidgetParam = function (_$p) { var _frame; var _parent; var returnValue; //2022.06.15 widget์˜ ์ปจํ…์ธ  ํ™”๋ฉด์—์„œ $p.getParameter API๋กœ param๊ฐ’์ด ๋ฐ˜ํ™˜๋˜์ง€ ์•Š์•„ ์Šคํฌ๋ฆฝํŠธ ์ž‘์„ฑ. wframe๊นŒ์ง€ param์ด ํ• ๋‹น๋˜์ง€ ์•Š์•„ ๋ฐ˜ํ™˜์ด ์•ˆ๋˜๋Š” ๊ฒƒ์œผ๋กœ ์ถ”์ธก. _frame = _$p.getFrame(); if (_frame.getPluginName() == "wframe" && _frame.getParent()) { _parent = _frame.getParent(); if (_parent && _parent.getPluginName() == "widget") { returnValue = _parent.getParams(); } } return returnValue; } /** * @method * @name getWidgetParam * @description ๋ถ€๋ชจ ์ปดํฌ๋„ŒํŠธ์— class๋ฅผ toggleํ•œ๋‹ค. ์ปดํฌ๋„ŒํŠธ์˜ userData1์— class๋ช…์„, userData2์—๋Š” value๊ฐ’์„ ํ• ๋‹นํ•œ๋‹ค. * @hidden N * @exception * @example */ scwin.toggleBlock = function () { var _parent; var arrLabel; var strClass; _parent = this.getParent(); strClass = this.getUserData("userData1"); if (!strClass) { return; } switch (strClass) { case "hide_dd": arrLabel = this.getUserData("userData2").split("|") || ["", ""]; if (_parent.hasClass("hide_dd")) { this.setValue(arrLabel[0] || "์ฝ”๋“œ ์˜ˆ์‹œ ์ ‘๊ธฐ"); } else { this.setValue(arrLabel[1] || "์ฝ”๋“œ ์˜ˆ์‹œ ํŽผ์น˜๊ธฐ"); } _parent.toggleClass("hide_dd"); break; default: break; } }; /** * @method * @name getRandomString * @description ๋ฌด์ž‘์œ„ ๋ฌธ์ž์—ด์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค. ์„œ๋ฒ„์— URL์— ํ™œ์šฉํ•ฉ๋‹ˆ๋‹ค. * @hidden N * @exception * @example */ scwin.getRandomString = function () { var returnValue; var objDate; objDate = new Date(); returnValue = objDate.toJSON().replace(new RegExp("[^0-9]", "g"), "") + "_" + objDate.getTime(); return returnValue; }; /** * @method * @name getPopupPosition * @description ํŒ์—… ์‹œ ์ง„์ž… ๊ฒฝ๋กœ์— ๋”ฐ๋ผ ๋„ˆ๋น„์™€ ์œ„์น˜๊ฐ€ ์กฐ์ ˆ๋œ JSON์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค. * @hidden N * @exception * @example */ scwin.getPopupPosition = function (argOptions) { var _main; var numWinWidth; var numWinHeight; var numWidth; var numHeight; var numTop; var argWidth; var argHeight; var argTop; var argLeft; var returnValue = {}; var regExp_D; var _EXA_MAIN_TYPE; regExp_D = new RegExp("[^0-9.]", "g"); _main = $p.main(); numWinWidth = scwin.gVar_const.EXA_CLIENT_RECT_WIDTH; numWinHeight = scwin.gVar_const.EXA_CLIENT_RECT_HEIGHT; argWidth = (typeof argOptions.width == "string") ? Number((argOptions.width || "").replace(regExp_D, "")) : argOptions.width; argHeight = (typeof argOptions.height == "string") ? Number((argOptions.height || "").replace(regExp_D, "")) : argOptions.height; argTop = (typeof argOptions.top == "string") ? Number((argOptions.top || "").replace(regExp_D, "")) : argOptions.top; argLeft = (typeof argOptions.left == "string") ? Number((argOptions.left || "").replace(regExp_D, "")) : argOptions.left; _EXA_MAIN_TYPE = _main.scwin && _main.scwin.gVar && _main.scwin.gVar.EXA_MAIN_TYPE; switch (_EXA_MAIN_TYPE) { case "M": //Mobile //๋„ˆ๋น„ ๊ฒฐ์ • if (argWidth > numWinWidth) { numWidth = parseInt(numWinWidth - 4); } else { numWidth = argWidth; } returnValue.width = numWidth + "px"; //๋†’์ด ๊ฒฐ์ • if (argHeight > numWinHeight) { numHeight = parseInt(numWinHeight - 4); } else { numHeight = argHeight; } returnValue.height = numHeight + "px"; returnValue.left = (numWinWidth / 2) - (numWidth / 2); returnValue.top = 2; break; case "P": //PC default: //์œ„์น˜๋งŒ ํ• ๋‹น if (argOptions.left == "auto" || argOptions.left == undefined) { returnValue.left = parseInt((numWinWidth / 2) - (argWidth / 2)); } else { returnValue.left = argLeft; } if (argOptions.top == "auto" || argOptions.top == undefined) { numTop = parseInt((numWinHeight / 2) - (argHeight / 2)) - 10; returnValue.top = ((numTop < 0) ? 0 : numTop); } else { returnValue.top = argTop; } if (argOptions.type == "browserPopup") { returnValue.top += window.screenTop;; returnValue.left += window.screenLeft } break; } return $.extend(argOptions, returnValue); }; /** * @method * @name openExamPage * @param {string} argPageName ์˜ˆ์ œ ํŒŒ์ผ๋ช… ex)P00123 * @description ํŒŒ์ผ๋ช…์— ํ•ด๋‹นํ•˜๋Š” ์˜ˆ์ œ ํŒŒ์ผ์„ ์—ฝ๋‹ˆ๋‹ค. * @hidden N * @exception * @example * ex1) $c.frame.openExamPage("P00123"); * ex2) ์ปดํฌ๋„ŒํŠธ์˜ userData1 ์†์„ฑ์— ํŒŒ์ผ๋ช…์„ ์ง€์ •ํ•˜๊ณ , ์ด๋ฒคํŠธ ํ•ธ๋“ค๋Ÿฌ์— $c.frame.openExamPage๋ฅผ ๋“ฑ๋กํ•ฉ๋‹ˆ๋‹ค. */ scwin.openExamPage = function (argPageName) { var _obj; var strPageName; var _argType; var isError = false; _argType = typeof argPageName; if (_argType == "string") { strPageName = argPageName; } else if (_argType == "undefined" && typeof this.getUserData == "function") { strPageName = this.getUserData("userData1"); if (!strPageName) { isError = true; } } else { isError = true; } if (isError) { console.error("์œ ํšจํ•˜์ง€ ์•Š์€ argPageName์ž…๋‹ˆ๋‹ค. argPageName >> ", argPageName); return false; } _obj = $p.main().scwin; if (!_obj) { console.error("์ž˜๋ชป๋œ ์ ‘๊ทผ์ž…๋‹ˆ๋‹ค. scwin ๊ฐ์ฒด๋ฅผ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค."); return false; } _obj = _obj.openPage; if (_obj) { _obj(strPageName); } else { let strPagePath; if (strPageName.indexOf(".xml") > -1) { strPagePath = strPageName; } else { strPagePath = "/page/" + strPageName + ".xml"; } window.open(scwin.getBasePageURL() + "#w2xPath=" + strPagePath, "_blank"); } }; /** * @method * @name getErrorMsg * @param {string} argType ['advancedExcelDownload'] ์˜ค๋ฅ˜ ์œ ํ˜•. * @param {string} argErrorCode ์˜ค๋ฅ˜ ์ฝ”๋“œ. * @param {boolean} argWithCode ์˜ค๋ฅ˜ ์ฝ”๋“œ์™€ ์˜ค๋ฅ˜ ๋ฉ”์‹œ์ง€๋ฅผ ํ•จ๊ป˜ ๋ฐ˜ํ™˜ํ•  ์ง€์˜ ์—ฌ๋ถ€. ๋ฐ˜ํ™˜ ์˜ˆ์‹œ) [์˜ค๋ฅ˜ ์ฝ”๋“œ] ์˜ค๋ฅ˜ ๋ฉ”์‹œ์ง€. * @description ์ •์˜๋œ ์˜ค๋ฅ˜ ์ฝ”๋“œ์— ๋”ฐ๋ฅธ ์˜ค๋ฅ˜ ๋ฉ”์‹œ์ง€๋ฅผ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค. * @hidden N * @exception * @example * ์˜ˆ์‹œ 1) GridView์˜ ํ•จ์ˆ˜ 'advancedExcelDownload' ํ˜ธ์ถœ ํ›„ ์—‘์…€ ์ƒ์„ฑ ์‹œ ์„œ๋ฒ„์—์„œ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ•œ ๊ฒฝ์šฐ, ์˜ค๋ฅ˜ ์ฝ”๋“œ์™€ ์˜ค๋ฅ˜ ๋ฉ”์‹œ์ง€๋ฅผ ๋ฐ˜ํ™˜. * let strErrorMsg = $c.frame.getErrorMsg("advancedExcelDownload", "D202", true); * // return ์˜ˆ์‹œ) '[D202] IExternalGridDataProvider dataProvider ์—ฐ๊ณ„ ๋ฐ์ดํ„ฐ ์ƒ์„ฑ ์˜ค๋ฅ˜' * * ์˜ˆ์‹œ 2) GridView์˜ ํ•จ์ˆ˜ 'advancedExcelDownload' ํ˜ธ์ถœ ํ›„ ์—‘์…€ ์ƒ์„ฑ ์‹œ ์„œ๋ฒ„์—์„œ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ•œ ๊ฒฝ์šฐ, ์˜ค๋ฅ˜ ๋ฉ”์‹œ์ง€๋ฅผ ๋ฐ˜ํ™˜. * let strErrorMsg = $c.frame.getErrorMsg("advancedExcelDownload", "D202"); * // return ์˜ˆ์‹œ) 'IExternalGridDataProvider dataProvider ์—ฐ๊ณ„ ๋ฐ์ดํ„ฐ ์ƒ์„ฑ ์˜ค๋ฅ˜' */ scwin.getErrorMsg = function (argType, argErrorCode, argWithCode) { let strResult; switch (argType) { case "advancedExcelDownload": strResult = scwin._getErrorMsg_AdvancedExcelDownload(argErrorCode, argWithCode); break; default: console.error("ERROR - $c.frame.getErrorMsg : 'argType'๊ฐ€ ์ •์˜ ๋˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค."); break; } return strResult; }; /** * ๋น„๊ณต๊ฐœ ํ•จ์ˆ˜. * advancedExcelDownload ํ˜ธ์ถœ ์‹œ ์—๋Ÿฌ ์ฝ”๋“œ ๋ณ„ ์—๋Ÿฌ ๋ฉ”์‹œ์ง€ ๋ฐ˜ํ™˜. * ์—๋Ÿฌ ์ฝ”๋“œ๋Š” ๊ฐœ๋ฐœ์ž ๊ฐ€์ด๋“œ ๋ฌธ์„œ๋ฅผ ์ฐธ๊ณ  ํ•˜์—ฌ ์ž‘์„ฑ. */ scwin._getErrorMsg_AdvancedExcelDownload = function (argErrorCode, argWithCode) { let srtErrorMsg = ""; switch (argErrorCode) { case "D201": srtErrorMsg = "IExternalGridDataProvider ClassNotFoundException"; break; case "D202": srtErrorMsg = "IExternalGridDataProvider dataProvider ์—ฐ๊ณ„ ๋ฐ์ดํ„ฐ ์ƒ์„ฑ ์˜ค๋ฅ˜"; break; case "D203": srtErrorMsg = "์„ค์ • ์ดˆ๊ธฐํ™” ์˜ค๋ฅ˜"; break; case "D204": srtErrorMsg = "splitProvider ClassNotFoundException"; break; case "D205": srtErrorMsg = "splitProvider ์—ฐ๊ณ„ ๋ฐ์ดํ„ฐ ์ƒ์„ฑ ์˜ค๋ฅ˜"; break; case "D206": srtErrorMsg = "Mobile Data ์—ฐ๊ณ„ ์ฒ˜๋ฆฌ ์˜ค๋ฅ˜"; break; case "D207": srtErrorMsg = "์œ ํšจํ•˜์ง€ ์•Š์€ XML ํ˜•์‹ (xml is null)"; break; case "D208": srtErrorMsg = "DataXMLProvider ์—ฐ๊ณ„ ์˜ค๋ฅ˜"; break; case "D301": srtErrorMsg = "Excel ์ƒ์„ฑ๋„์ค‘ ์˜ค๋ฅ˜"; break; case "D302": srtErrorMsg = "infoArr ์ถœ๋ ฅ์ค‘ ์˜ค๋ฅ˜ (title ๋“ฑ)"; break; case "D303": srtErrorMsg = "header ์ƒ์„ฑ ๋„์ค‘ ์˜ค๋ฅ˜"; break; case "D401": srtErrorMsg = "splitProvider ์—ฐ๊ณ„ ์˜ค๋ฅ˜"; break; case "D402": srtErrorMsg = "body ์ƒ์„ฑ ๋„์ค‘ ์˜ค๋ฅ˜"; break; case "D501": srtErrorMsg = "subtotal ์ƒ์„ฑ ๋„์ค‘ ์˜ค๋ฅ˜"; break; case "D502": srtErrorMsg = "subtotal UI ๋ฐ์ดํ„ฐ ์ƒ์„ฑ ๋„์ค‘ ์˜ค๋ฅ˜"; break; case "D601": srtErrorMsg = "footer ์ƒ์„ฑ ๋„์ค‘ ์˜ค๋ฅ˜"; break; case "D701": srtErrorMsg = "๋กœ๊ทธ ์ถœ๋ ฅ์ค‘ ์˜ค๋ฅ˜"; break; case "D702": srtErrorMsg = "Password ์„ค์ •์‹œ ์˜ค๋ฅ˜"; break; case "D703": srtErrorMsg = "Chart ์ƒ์„ฑ ๋„์ค‘ ์˜ค๋ฅ˜"; break; case "D704": srtErrorMsg = "์—‘์…€ ๊ณ ์ • ์ฒ˜๋ฆฌ์‹œ ์˜ค๋ฅ˜"; break; case "D705": srtErrorMsg = "DescHandler ๋กœ๊ทธ ์—ฐ๊ณ„ ์ฒ˜๋ฆฌ ์˜ค๋ฅ˜ ClassNotFoundException"; break; case "D706": srtErrorMsg = "DescHandler ๋กœ๊ทธ ์—ฐ๊ณ„ ์ฒ˜๋ฆฌ ์˜ค๋ฅ˜"; break; case "D999": srtErrorMsg = "์˜ˆ๊ธฐ์น˜ ๋ชปํ•œ ์—‘์…€ ๋‹ค์šด๋กœ๋“œ ์˜ค๋ฅ˜"; break; default: srtErrorMsg = "์•Œ๋ ค์ง€์ง€ ์•Š์€ ์˜ค๋ฅ˜"; break; } if (argWithCode === true) { srtErrorMsg = "[" + argErrorCode + "]" + srtErrorMsg; }; return srtErrorMsg; };]]></script> </head> <body ev:onpageload="scwin.onpageload"/> </html>
WRE/WebContent/frame/udc/example_viewer.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_screenId="example_viewer" meta_screenName="์˜ˆ์ œ ๋ทฐ์–ด" meta_subsystem="์˜ˆ์ œ ๊ณตํ†ต" meta_author="์ธ์Šค์›จ์ด๋ธŒ์‹œ์Šคํ…œ์ฆˆ" meta_type="์„œ๋ธŒ" meta_desc="์˜ˆ์ œ ์‹คํ–‰ ๋ฐ ์†Œ์Šค ๋ณด๊ธฐ ๊ธฐ๋Šฅ์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค."> <w2:historyInfo> <w2:history meta_no="1" meta_desc="์ตœ์ดˆ ์ž‘์„ฑ" meta_date="20220601" meta_user="InswaveSystems"></w2:history> <w2:history meta_no="2" meta_desc="์˜ˆ์ œ ์ด๋ ฅ(History)์˜ ์ถœ๋ ฅ ๊ฐ’์„ DataList์—์„œ Meta ๊ฐ’์œผ๋กœ ๋ณ€๊ฒฝ" meta_date=" 20230703" meta_user="InswaveSystems"></w2:history> </w2:historyInfo> <w2:type palette="support">COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="udc_dlt_viewSource_data" saveRemovedData="true"> <w2:columnInfo> <w2:column id="col1" name="name1" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> <w2:aliasDataList scope="/dlt_cssFileList" id="udc_adl_cssFileList"></w2:aliasDataList> <w2:dataList baseNode="list" id="dlt_page_history" repeatNode="map" saveRemovedData="true" style="" initRowPosition="0"> <w2:columnInfo> <w2:column dataType="text" id="updated_date" name="์—…๋ฐ์ดํŠธ ๋‚ ์งœ"></w2:column> <w2:column dataType="text" id="version" name="๋ฒ„์ „"></w2:column> <w2:column dataType="text" id="author" name="์ž‘์„ฑ์ž"></w2:column> <w2:column dataType="text" id="description" name="์„ค๋ช…"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method="scwin.init"/> <script lazy="false" type="text/javascript"><![CDATA[ /** * @component * @company * @developer * @variableClone true * @notSupportBrowser * @version * @htmlRender * @icon * @disableIcon * @width * @height * @description */ /** * @property * @name style * @category 01.Basic & ETC * @type string * @option * @default * @necessary N * @description desc */ /** * @property * @name class * @category 01.Basic & ETC * @type string * @option * @default * @necessary N * @description desc */ /** * @property * @name id * @category 01.Basic & ETC * @type string * @option * @default udc_exampleViewer * @necessary N * @description ์ปดํฌ๋„ŒํŠธ์˜ ID */ /** * @property * @name openExampleView * @category 01.Basic & ETC * @type combobox * @option [true,false] * @default * @necessary N * @description [default:true,false] ์‹คํ–‰๋œ ์˜ˆ์ œ๋ฅผ ํ™•์žฅ ๋˜๋Š” ์ถ•์†Œํ•œ๋‹ค. true: ํ™•์žฅ ์ƒํƒœ, false:์ถ•์†Œ ์ƒํƒœ. */ /** * @property * @name openSourceView * @category 01.Basic & ETC * @type combobox * @option [true,false] * @default * @necessary N * @description [default:true,false] ์†Œ์Šค๋ณด๊ธฐ๋ฅผ ํ™•์žฅ ๋˜๋Š” ์ถ•์†Œํ•œ๋‹ค. true: ํ™•์žฅ ์ƒํƒœ, false:์ถ•์†Œ ์ƒํƒœ. */ scwin.gVar = { "menuData": null, "path_example": null, "viewSource_xmlStr": null, "wfmDataCollection": [] }; scwin.onpageload = function () { //$p.getOptions(); scwin._setDefaultOptions(); //์†์„ฑ์— ๋”ฐ๋ฅธ ๊ธฐ๋ณธ ์…‹ํŒ… }; scwin._setDefaultOptions = function () { var jsnOptions = $p.getOptions(); if (jsnOptions.openExampleView === "false") { btn_udc_exampleView_showHide.trigger("click"); } if (jsnOptions.openSourceView === "false") { btn_udc_sourceView_showHide.trigger("click"); } }; /** * @method * @name init * @description ๋ฉ”๋‰ด ๋ฐ์ดํ„ฐ๋ฅผ ๊ธฐ๋ฐ˜์œผ๋กœ ์˜ˆ์ œ ๋ฏธ๋ฆฌ๋ณด๊ธฐ, ์†Œ์Šค๋ณด๊ธฐ๋ฅผ ์ดˆ๊ธฐํ™”ํ•œ๋‹ค. * @param {string|json} argMenuData ๋ฉ”๋‰ด ๋ฐ์ดํ„ฐ * @returns * @hidden N * @exception * @example */ scwin.init = function (argMenuData) { if (!scwin._isValidMenu(argMenuData)) { scwin._hide(); console.error("์˜ˆ์ œ ๋ฉ”๋‰ด ๋ฐ์ดํ„ฐ๊ฐ€ ์œ ํšจํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. arguments : ", argMenuData); return; } scwin._setMenuData(argMenuData); scwin._setSeeAlso(argMenuData); }; /** * ๋ฉ”๋‰ด ๋ฐ์ดํ„ฐ ์œ ํšจ์„ฑ ์ฒดํฌ */ scwin._isValidMenu = function (argMenuData) { var returnValue = true; if ($.isPlainObject(argMenuData) || !argMenuData["PATH"]) { argMenuData = false; } return returnValue; }; /** * ๋ฉ”๋‰ด ๋ฐ์ดํ„ฐ ํ• ๋‹น. */ scwin._setMenuData = function (argMenuData) { var strPath; var strExamplePath; //์˜ˆ์ œ ํ™”๋ฉด ๊ฒฝ๋กœ ์„ค์ • strPath = $c.frame.getSrc(argMenuData["PATH"]); if (strPath.indexOf(".xml") > -1) { strExamplePath = strPath; } else { strExamplePath = strPath + ".xml"; } scwin.gVar.path_example = strExamplePath; udc_txb_example_filePath.setValue("( ํŒŒ์ผ ๊ฒฝ๋กœ : " + strExamplePath.replace(new RegExp("^" + $c.frame.getContextPath() + "/"), "/") + " )"); udc_wfm_example.setSrc(strExamplePath); }; //SeeAlso ์ƒ์„ฑ scwin._setSeeAlso = function (argJsnMenu) { var strSeeAlso; var arrSeeAlso; var arrRefMenu; var _main; var hasRef = false;; strSeeAlso = argJsnMenu["SEE_ALSO"]; if (!strSeeAlso) return false; strSeeAlso = strSeeAlso.replace(new RegExp(" ", "g"), ""); if (!strSeeAlso) return false; arrSeeAlso = strSeeAlso.split(new RegExp("[,|]")); _main = $p.main(); arrRefMenu = []; let _genComp = udc_gen_seealso; arrSeeAlso.forEach(argItem => { let jsnMenu = _main.scwin.menu.getMenuByPage(argItem); if (!jsnMenu || !jsnMenu.ID) return; _genComp.insertChild(); let comp = _genComp.getChild(_genComp.getLength() - 1, "udc_gen_seealso_title"); comp.setValue(jsnMenu["TITLE"]); comp.setUserData("menu_id", jsnMenu["ID"]); hasRef = true; }); if (hasRef) { udc_grp_seealso_title.removeClass("hide"); udc_grp_seealso_cont.removeClass("hide"); } }; scwin._hide = function () { this.hide(); }; //์˜ˆ์ œ ์‹คํ–‰ ํŒŒ์ผ ๊ฒฝ๋กœ ๋ฐ˜ํ™˜ scwin._getExamplePath = function () { return scwin.gVar.path_example; }; //์˜ˆ์ œ ์‹คํ–‰ ๊ฒฝ๋กœ ๋ฐ˜ํ™˜ scwin._getExampleLink = function (argWithHost) { return $c.frame.getBasePageURL(argWithHost) + "#w2xPath=" + scwin._getExamplePath(); }; //์‹คํ–‰๋œ ์˜ˆ์ œ [๋‹จ๋… ์‹คํ–‰] ๋ฒ„ํŠผ ํด๋ฆญ scwin.udc_btn_openPop_example_onclick = function (e) { window.open(scwin._getExampleLink(), "_blank"); }; //์˜ˆ์ œ ํ™”๋ฉด ๋กœ๋“œ ํ›„ scwin.udc_wfm_example_onwframeload = function () { //scwin._removeCkEditorAutoInline(); scwin._initViewSource_source(); }; //CKEditor์˜ auto inline ๊ธฐ๋Šฅ ์ œ๊ฑฐ scwin._removeCkEditorAutoInline = function () { if (typeof CKEDITOR != "undefined") { // CKEDITOR.disableAutoInline = true; // CKEDITOR.config.autoUpdateElement = false; // CKEDITOR.scayt_autoStartupSince = false; let strID_group = "udc_grp_viewSource_script"; let strID_textbox = "udc_tbx_viewSource_script"; let cmpGroup = $p.getComponentById(strID_group); let str_grp_viewSource_data_ID = cmpGroup.getID(); if (CKEDITOR.instances[str_grp_viewSource_data_ID]) { CKEDITOR.instances[str_grp_viewSource_data_ID].destroy(); $p.getComponentById(strID_textbox).remove(); $p.dynamicCreate( strID_textbox, "textbox", { "escape": "false", "tagname": "code" }, cmpGroup ); } } }; //์†Œ์Šค ๊ฐ€์ ธ์˜ค๊ธฐ scwin._initViewSource_source = async function () { //scwin.gVar.viewSource_xmlStr = await WebSquare.util.getSource('text', wfm_example.uuid); $.ajax({ "url": scwin._getExamplePath(), "dataType": "text" }).done(function (res) { scwin.gVar.viewSource_xmlStr = res; scwin._dispSourceView(udc_tac_sourceView_script.getSelectedTabID()); }).fail(function (resFail) { console.error(resFail); }); }; /** * ์˜ˆ์ œ ์†Œ์Šค ํƒญ๋ณ„ ์†Œ์Šค ๋ณด๊ธฐ */ scwin._dispSourceView = function (argType) { var xmlSrc; var strCode; switch (argType) { case "tabs_script": xmlSrc = scwin.gVar.viewSource_xmlStr; if (!xmlSrc) { udc_tbx_viewSource_script.setValue(""); return; } xmlSrc = WebSquare.xml.parse(xmlSrc); strCode = xmlSrc.getElementsByTagName("script")[0].textContent || ""; udc_tbx_viewSource_script.setValue(hljs.highlight(strCode, { language: 'javascript' }).value); break; case "tabs_body": xmlSrc = scwin.gVar.viewSource_xmlStr; if (!xmlSrc) { udc_tbx_viewSource_body.setValue(""); return; } xmlSrc = WebSquare.xml.parse(xmlSrc); strCode = WebSquare.xml.indent(xmlSrc.getElementsByTagName("body")[0]) || ""; udc_tbx_viewSource_body.setValue(hljs.highlight(strCode, { language: 'html' }).value); break; case "tabs_datacollection": scwin._initViewSource_dataCollection(); break; case "tabs_css": // ๊ตฌ์„ฑ๋œ selectbox์—์„œ ๋Œ€์ƒ์„ ์„ ํƒํ•˜๊ณ  ์กฐํšŒ. break; case "tabs_orgSource": strCode = scwin.gVar.viewSource_xmlStr; if (!strCode) { udc_tbx_viewSource_orgSource.setValue(""); return; } udc_tbx_viewSource_orgSource.setValue(hljs.highlight(strCode, { language: 'html' }).value); break; case "tabs_history": scwin._initPageHistory(); break; default: break; } }; /** * [DataCollection] ์ดˆ๊ธฐํ™” */ scwin._initViewSource_dataCollection = function () { var strWfmID; var objWfm; var arrAllDataObj; var arrWfmDataID = []; var regDataType; scwin.gVar.wfmDataCollection = []; strWfmID = udc_wfm_example.getID(); objWfm = udc_wfm_example.getWindow(); //UI ์ดˆ๊ธฐํ™” udc_sbx_viewSource_data.removeAll(true); udc_sbx_viewSource_dataFormat.setSelectedIndex(0); udc_grp_viewSource_data_gridData.hide(); udc_tbx_viewSource_data.setValue(""); udc_grp_viewSource_data.show("block"); regDataType = new RegExp("dataMap|dataList|linkedDataList"); arrAllDataObj = $p.data.getAllDataCollection("object"); arrAllDataObj.forEach((item, idx) => { if (item.scope_id == strWfmID && regDataType.test(item.getObjectType())) { let tmpID = item.org_id; arrWfmDataID.push(tmpID); udc_sbx_viewSource_data.addItem(tmpID, tmpID); } }); scwin.gVar.wfmDataCollection = [].concat(arrWfmDataID); }; //์˜ˆ์ œ ์†Œ์Šค ๋ณด๊ธฐ ํƒญ ondrawcomplete scwin.udc_tac_sourceView_script_ondrawcomplete = function (tabID, idx, userID) { scwin._dispSourceView(userID); }; /** * ํƒญ [DataColleciton]์˜ ๋ฒ„ํŠผ [์กฐํšŒ] ํด๋ฆญ ์‹œ */ scwin.udc_btn_viewSource_data_searchData_onclick = function (e) { var strID; var strFormat; var objData; strID = udc_sbx_viewSource_data.getValue(); strFormat = udc_sbx_viewSource_dataFormat.getValue(); udc_tbx_viewSource_data.setValue(""); if (!strID) { $c.frame.alert($p, "DataCollection์˜ ID๋ฅผ ์„ ํƒํ•˜์„ธ์š”.") return false; } if (!strFormat) { $c.frame.alert($p, "๋ฐ์ดํ„ฐ ํ˜•ํƒœ๋ฅผ ์„ ํƒํ•˜์„ธ์š”.") return false; } let strData; let arrGlobalID = []; let arrOriginalID = []; let objFrame; let i, i_max; let isError; let isSingle; objFrame = udc_wfm_example.getWindow(); if (strID == "all") { arrGlobalID = [].concat(scwin.gVar.wfmDataCollection); isSingle = false; } else { arrGlobalID = [strID]; isSingle = true; } isError = false; for (i = 0, i_max = arrGlobalID.length; i < i_max; i++) { let objItem, item; item = arrGlobalID[i]; objItem = objFrame[item]; if (!objItem) { isError = true; break; } arrGlobalID[i] = objItem.getID(); } if (isError) { $c.frame.alert($p, "[" + item + "]๋กœ ์ •์˜๋œ DataCollection์ด ์กด์žฌํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.[์ƒˆ๋กœ๊ณ ์นจ]๋ฒ„ํŠผ์„ ๋ˆŒ๋Ÿฌ์ฃผ์„ธ์š”.") return false; } switch (strFormat) { case "XML": strData = $p.data.get("XML", arrGlobalID, { "singleMode": isSingle }); strData = hljs.highlight(WebSquare.xml.indent(strData), { language: 'xml' }).value; break; case "XML_all": strData = $p.data.get("XML", arrGlobalID); strData = WebSquare.xml.indent(strData); break; case "JSON": strData = $p.data.get("JSON", arrGlobalID, { "singleMode": isSingle }); strData = hljs.highlight(JSON.stringify(strData, null, "\t"), { language: 'json' }).value; break; case "ARRAY": //@todo 22.04.08 dataMap ํƒ€์ž…์ธ ๊ฒฝ์šฐ JSON ํƒ€์ž…์œผ๋กœ ๋ฐ˜ํ™˜๋จ. //strData = $p.data.get("Array", arrGlobalID, {"singleMode":isSingle}); if (isSingle && (objData = objFrame[strID], objData.getObjectType() == "dataMap")) { strData = objData.getArray(); } else { strData = $p.data.get("Array", arrGlobalID, { "singleMode": isSingle }); } strData = hljs.highlight(JSON.stringify(strData, null, "\t"), { language: 'json' }).value; break; case "GRID": if (!isSingle) { $c.frame.alert($p, "GRID๋Š” DataCollection์„ [์ „์ฒด]๋กœ ์ถœ๋ ฅํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. DataCollection์„ ๋‹ค์‹œ ์„ ํƒํ•ด์ฃผ์„ธ์š”."); return false; } scwin._setData_grd_viewSource_data_gridData(objFrame[strID]); break; default: break; } if (strFormat == "GRID") { udc_grp_viewSource_data.hide(); udc_grp_viewSource_data_gridData.show("block"); } else { udc_grp_viewSource_data_gridData.hide(); udc_grp_viewSource_data.show("block"); if (strData) { udc_tbx_viewSource_data.setValue(strData); } } }; /** * ํƒญ [DataColleciton]์˜ Grid๋กœ ๋ณด๊ธฐ */ scwin._setData_grd_viewSource_data_gridData = function (argObjData) { var strForm = ""; var strDataListID = "udc_dlt_viewSource_data"; var strGridViewID = "udc_grd_viewSource_data_gridData"; var arrDCInfo = []; var arrStrFormHead = []; var arrStrFormBody = []; var jsnObjectInfo; var arrColID; //ํƒ€์ž… ํ™•์ธ. jsnObjectInfo = (argObjData.getObjectType() == "dataMap") ? argObjData.getInfo()["keyInfo"] : argObjData.getInfo()["columnInfo"]; arrColID = Object.keys(jsnObjectInfo); arrColID.forEach(item => { let tmpItem = jsnObjectInfo[item]; let tmpColID = tmpItem.id; arrDCInfo.push(tmpItem); arrStrFormHead.push('<w2:column blockSelect="false" id="h_' + tmpColID + '" width="100" value="' + tmpColID + '"></w2:column>'); arrStrFormBody.push('<w2:column blockSelect="false" id="' + tmpColID + '" width="100"></w2:column>'); }); //data ๊ฐ์ฒด ์ƒ์„ฑ if ($p.getComponentById(strDataListID)) { $p.data.remove(strDataListID); } $p.data.create({ "id": strDataListID, "type": "dataList", "option": { "baseNode": "list", "repeatNode": "map" }, "columnInfo": arrDCInfo }); let dataObj = {}; dataObj[strDataListID] = [].concat($p.data.get("JSON", [argObjData.getID()], { "singleMode": true })); $p.data.set("JSON", dataObj, [strDataListID]); strForm += '<w2:gridView xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms" '; strForm += 'dataList="' + strDataListID + '" id="' + strGridViewID + '" '; strForm += 'class="gvw" style="height: 50px;" scrollByColumn="true" useShiftKey="true" tooltipDisplay="true" defaultCellHeight="26" readOnly="true" initFixedHeightByRowNum="1" visibleRowNum="5">'; strForm += '<w2:header id="header1" style="">'; strForm += '<w2:row id="row1" style="">'; strForm += arrStrFormHead.join(""); strForm += '</w2:row>'; strForm += '</w2:header>'; strForm += '<w2:gBody id="gBody1" style="">'; strForm += '<w2:row id="row2" style="">'; strForm += arrStrFormBody.join(""); strForm += '</w2:row>'; strForm += '</w2:gBody>'; strForm += '</w2:gridView>'; udc_grd_viewSource_data_gridData.setGridStyle(strForm); }; /** * ํƒญ [DataColleciton]์˜ ๋ฒ„ํŠผ [์ƒˆ๋กœ๊ณ ์นจ] ํด๋ฆญ ์‹œ */ scwin.udc_btn_viewSource_data_init_onclick = function (e) { scwin._initViewSource_dataCollection(); }; /** * ํƒญ [CSS] ์˜ ๋ฒ„ํŠผ [์กฐํšŒ] ํด๋ฆญ ์‹œ */ scwin.udc_btn_viewSource_cssfile_search_onclick = function (e) { var strPath; var strCode; udc_tbx_viewSource_css.setValue(""); strPath = udc_sbx_viewSource_cssfile.getValue(); if (!strPath) { $c.frame.alert($p, "CSS ํŒŒ์ผ์„ ์„ ํƒํ•˜์„ธ์š”."); return false; } if (strPath == "style") { strCode = WebSquare.xml.parse(scwin.gVar.viewSource_xmlStr).getElementsByTagName("style") || ""; if (strCode[0] && strCode[0].textContent) { strCode = strCode[0].textContent; udc_tbx_viewSource_css.setValue(hljs.highlight(strCode, { language: 'css' }).value); } } else { $c.frame.getText_globalCSS($c.frame.getSrc(strPath)).then(function (res) { udc_tbx_viewSource_css.setValue(hljs.highlight(res, { language: 'css' }).value); }); } }; //์‹คํ–‰๋œ ์˜ˆ์ œ [์ถ•์†Œ/ํ™•์žฅ] ๊ธฐ๋Šฅ scwin.btn_udc_exampleView_showHide_onclick = function (e) { $c.frame.showExamDescBox(this); }; //์†Œ์Šค๋ณด๊ธฐ [์ถ•์†Œ/ํ™•์žฅ] ๊ธฐ๋Šฅ scwin.btn_udc_sourceView_showHide_onclick = function (e) { $c.frame.showExamDescBox(this); }; //์˜ˆ์ œ ์ƒˆ๋กœ ๊ณ ์นจ ๊ธฐ๋Šฅ scwin.udc_btn_refresh_onclick = function (e) { udc_wfm_example.getWindow().$p.reinitialize(); }; /** * ํƒญ [History] ์ดˆ๊ธฐํ™” */ scwin._initPageHistory = function () { let xmlSrc = scwin.gVar.viewSource_xmlStr; if (!xmlSrc) { return; } xmlSrc = WebSquare.xml.parse(xmlSrc); let objHistoryInfo = xmlSrc.getElementsByTagName("w2:historyInfo")[0]; if (!objHistoryInfo) { return; } let arrHistory = objHistoryInfo.children; let arrData = []; for (let i = 0, i_max = arrHistory.length; i < i_max; i++) { let item = arrHistory[i]; arrData.push({ "updated_date": item.getAttribute("meta_date"), "version": item.getAttribute("meta_no"), "author": item.getAttribute("meta_user"), "description": item.getAttribute("meta_desc") }); } dlt_page_history.setJSON(arrData); }; /** * see also ๋งํฌ ํด๋ฆญ ์‹œ */ scwin.udc_gen_seealso_title_onclick = function () { $p.main().scwin.dispPage(this.getUserData("menu_id")); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="dfbox com_example_descBox_title mb_def" id="" style="display: none;"> <w2:textbox class="" id="" label="์‹คํ–‰๋œ ์˜ˆ์ œ" style="vertical-align: bottom;" tagname="h2"></w2:textbox> <xf:trigger class="btn_cm white ml_def" id="btn_udc_exampleView_showHide" style="" type="button" ev:onclick="scwin.btn_udc_exampleView_showHide_onclick"> <xf:label><![CDATA[์ถ•์†Œ]]></xf:label> </xf:trigger> <!-- <xf:trigger class="btn_cm" id="udc_btn_refresh" style="" type="button" ev:onclick="scwin.udc_btn_refresh_onclick"> <xf:label><![CDATA[์ƒˆ๋กœ๊ณ ์นจ]]></xf:label> </xf:trigger> --> <xf:trigger class="btn_cm" ev:onclick="scwin.udc_btn_openPop_example_onclick" id="udc_btn_openPop_example" style="display: none;" type="button"> <xf:label><![CDATA[์˜ˆ์ œ ๋‹จ๋… ์‹คํ–‰]]></xf:label> </xf:trigger> <w2:span id="udc_txb_example_filePath" label="ํŒŒ์ผ ๊ฒฝ๋กœ" style=""></w2:span> </xf:group> <w2:wframe ev:onwframeload="scwin.udc_wfm_example_onwframeload" id="udc_wfm_example" style="min-height: 20px; border:1px solid #ddd; margin-bottom: 16px;" class="com_example_descBox example_viewer"> </w2:wframe> <xf:group class="com_example_descBox_title hide" id="udc_grp_seealso_title" style=""> <w2:textbox class="" id="" label="See Also" style="vertical-align: bottom;" tagname="h2"></w2:textbox> </xf:group> <xf:group style="" id="udc_grp_seealso_cont" class="hide com_example_descBox example_viewer_seealso"> <w2:generator style="" id="udc_gen_seealso" tagname="ul"> <xf:group id="" tagname="li"><w2:anchor outerDiv="false" ev:onclick="scwin.udc_gen_seealso_title_onclick" style="" id="udc_gen_seealso_title" title="์˜ˆ์ œ ์—ด๊ธฐ"> <xf:label><![CDATA[]]></xf:label> </w2:anchor></xf:group></w2:generator> </xf:group> <xf:group class="com_example_descBox_title" id="" style=""> <w2:textbox class="" id="" label="์˜ˆ์ œ ์†Œ์Šค" style="vertical-align: bottom;" tagname="h2"></w2:textbox> <xf:trigger class="btn_cm white ml_def" id="btn_udc_sourceView_showHide" style="display: none;" type="button" ev:onclick="scwin.btn_udc_sourceView_showHide_onclick"> <xf:label><![CDATA[์ถ•์†Œ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="tabbox com_example_descBox udc_example_viewer" id="" style=""> <w2:tabControl class="wq_tab" confirmFalseAction="new" confirmTrueAction="exist" ev:ondrawcomplete="scwin.udc_tac_sourceView_script_ondrawcomplete" id="udc_tac_sourceView_script" style="" tabScroll="true" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true" changeActiveTab="true"> <w2:tabs disabled="false" id="tabs_script" label="Script" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs_body" label="Body" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs_datacollection" label="DataCollection" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs_css" label="CSS" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs_orgSource" label="Original Source" style=""></w2:tabs> <w2:tabs disabled="false" style="" id="tabs_history" label="History"></w2:tabs> <w2:content id="content2" style=""> <xf:group id=""> <xf:group class="cke_show_blocks_off com_example_viewSource_pre scrollbar" id="udc_grp_viewSource_script" tagname="pre"> <w2:attributes> <w2:contenteditable>true</w2:contenteditable> <w2:spellcheck>false</w2:spellcheck> </w2:attributes> <w2:textbox class="hljs" escape="false" id="udc_tbx_viewSource_script" label="" tagname="code"></w2:textbox> </xf:group> </xf:group> </w2:content> <w2:content id="content4" style=""> <xf:group id="" style=""> <xf:group class="cke_show_blocks_off com_example_viewSource_pre scrollbar" tagname="pre"> <w2:attributes> <w2:contenteditable>true</w2:contenteditable> <w2:spellcheck>false</w2:spellcheck> </w2:attributes> <w2:textbox class="hljs" escape="false" id="udc_tbx_viewSource_body" label="" tagname="code"></w2:textbox> </xf:group> </xf:group> </w2:content> <w2:content alwaysDraw="false" id="content1" style=""> <xf:group class="com_example_content datacollection" id=""> <xf:group class="com_example_box_margin_left ofh search" id="" style=""> <xf:group id="" class="fl"> <w2:span style="" id="" label="DataCollection :" class="mr_def"></w2:span> <xf:select1 sortOption="label" chooseOptionLabel="" submenuSize="auto" chooseOption="" allOption="true" textAlign="left" ref="" sortMethod="ascending" appearance="minimal" disabledClass="w2selectbox_disabled" disabled="false" style="width: 148px;" id="udc_sbx_viewSource_data" renderType="" class="" direction="auto"> <xf:choices></xf:choices> </xf:select1> </xf:group> <xf:group id="" class="fl"> <w2:span style="" id="" label="๋ฐ์ดํ„ฐ ํ˜•ํƒœ :" class="mr_def"></w2:span> <xf:select1 chooseOptionLabel="" submenuSize="auto" textAlign="left" appearance="minimal" disabledClass="w2selectbox_disabled" disabled="false" style="width: 148px;" id="udc_sbx_viewSource_dataFormat" renderType="" class="" direction="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[JSON]]></xf:label> <xf:value><![CDATA[JSON]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[XML]]></xf:label> <xf:value><![CDATA[XML]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[ARRAY]]></xf:label> <xf:value><![CDATA[ARRAY]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[GRID]]></xf:label> <xf:value><![CDATA[GRID]]></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> <xf:group id="" class="fl"> <xf:trigger ev:onclick="scwin.udc_btn_viewSource_data_searchData_onclick" style="" id="udc_btn_viewSource_data_searchData" type="button" class="btn_cm white"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> <xf:trigger ev:onclick="scwin.udc_btn_viewSource_data_init_onclick" style="" id="udc_btn_viewSource_data_init" title="์˜ˆ์ œ ์†Œ์Šค๋ณด๊ธฐ DataCollection ์ƒˆ๋กœ๊ณ ์นจ" type="button" class="btn_refresh"> <xf:label></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="" id="" style=""> <xf:group class="cke_show_blocks_off com_example_viewSource_pre scrollbar" id="udc_grp_viewSource_data" tagname="pre"> <w2:attributes> <w2:contenteditable>true</w2:contenteditable> <w2:spellcheck>false</w2:spellcheck> </w2:attributes> <w2:textbox class="hljs" escape="false" id="udc_tbx_viewSource_data" label="" tagname="code"></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="gvwbox" id="udc_grp_viewSource_data_gridData" style="display: none;"> <w2:gridView class="gvw" dataList="data:udc_dlt_viewSource_data" defaultCellHeight="20" id="udc_grd_viewSource_data_gridData" scrollByColumn="false" scrollByColumnAdaptive="false" style="height: 300px;" tooltipDisplay="true" useShiftKey="true"> <w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption> <w2:header id="header2" style=""> <w2:row id="row3" style=""> <w2:column blockSelect="false" displayMode="label" id="column12" inputType="text" removeBorderStyle="false" style="height:34px;" value="ID" width="100"> </w2:column> </w2:row> </w2:header> <w2:gBody id="gBody2" style=""> <w2:row id="row4" style=""> <w2:column blockSelect="false" displayMode="label" id="col1" inputType="text" removeBorderStyle="false" style="height:34px;" width="100"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </xf:group> </w2:content> <w2:content id="content5" style=""> <xf:group class="com_example_content css" id="" style=""> <xf:group class="com_example_box_margin_left ofh search" id="" style=""> <xf:group id="" class="fl" style="position: relative;"> <w2:span style="" id="" label="CSS File List :" class="mr_def"></w2:span> <xf:select1 chooseOptionLabel="" submenuSize="auto" textAlign="left" chooseOption="true" allOption="" ref="" appearance="minimal" disabledClass="w2selectbox_disabled" disabled="false" style="width: 150px;" id="udc_sbx_viewSource_cssfile" renderType="" class="" direction="auto"> <xf:choices> <xf:itemset nodeset="data:udc_adl_cssFileList"> <xf:label ref="label"></xf:label> <xf:value ref="path"></xf:value> </xf:itemset> </xf:choices> </xf:select1> </xf:group> <xf:group id="" class="fl"> <xf:trigger ev:onclick="scwin.udc_btn_viewSource_cssfile_search_onclick" style="" id="udc_btn_viewSource_cssfile_search" type="button" class="btn_cm white"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group id=""> <xf:group class="cke_show_blocks_off com_example_viewSource_pre scrollbar" tagname="pre"> <w2:attributes> <w2:contenteditable>true</w2:contenteditable> <w2:spellcheck>false</w2:spellcheck> </w2:attributes> <w2:textbox class="hljs" escape="false" id="udc_tbx_viewSource_css" label="" tagname="code"></w2:textbox> </xf:group> </xf:group> </xf:group> </w2:content> <w2:content id="content6" style=""> <xf:group id="" style=""> <xf:group class="cke_show_blocks_off com_example_viewSource_pre scrollbar" tagname="pre"> <w2:attributes> <w2:contenteditable>true</w2:contenteditable> <w2:spellcheck>false</w2:spellcheck> </w2:attributes> <w2:textbox class="hljs" escape="false" id="udc_tbx_viewSource_orgSource" label="" tagname="code"></w2:textbox> </xf:group> </xf:group> </w2:content> <w2:content alwaysDraw="false" style="" id="content7"> <xf:group id="" style="" class="com_example_content history" > <xf:group adaptiveThreshold="" class="gvwbox" id="" style="margin-bottom: 10px;"> <w2:gridView autoFit="lastColumn" checkReadOnlyOnPasteEnable="" class="gvw" dataList="data:dlt_page_history" defaultCellHeight="26" focusMode="row" id="" scrollByColumn="false" scrollByColumnAdaptive="false" style="height: 68px;" visibleRowNum="5" rowNumVisible="true" rowNumWidth="30" readOnly="true" sortable="true" sortEvent="onclick" sortHeaderDiv="true" showSortableImage="true" tooltipDisplay="true" keepDefaultColumnWidth="true" noResultMessageVisibleAlways="true" noResultMessage="์ž‘์„ฑ๋œ ๋ฌธ์„œ ์ด๋ ฅ์ด ์—†์Šต๋‹ˆ๋‹ค." noResultMessageVisible="true" initFixedHeightByRowNum="2"> <w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption> <w2:header id="header2" style=""> <w2:row id="row3" style=""> <w2:column blockSelect="false" displayMode="label" id="column12" inputType="text" removeBorderStyle="false" value="์—…๋ฐ์ดํŠธ ๋‚ ์งœ" width="94" class="grd_header_align_left"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column11" inputType="text" removeBorderStyle="false" value="๋ฒ„์ „" width="54"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column9" inputType="text" removeBorderStyle="false" width="120" value="์ž‘์„ฑ์ž"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column10" inputType="text" removeBorderStyle="false" value="์„ค๋ช…" width="70" class="grd_header_align_left"> </w2:column> </w2:row> </w2:header> <w2:gBody id="gBody2" style=""> <w2:row id="row4" style=""> <w2:column blockSelect="false" displayMode="label" id="updated_date" inputType="text" removeBorderStyle="false" style="height:26px;" width="94" dataType="date"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="version" inputType="text" removeBorderStyle="false" style="height:26px;" width="54"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="author" inputType="text" removeBorderStyle="false" style="height:26px;" width="120"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="description" inputType="text" removeBorderStyle="false" style="height:26px;" width="70" textAlign="left"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> <w2:textbox id="" label="์„ค๋ช…" style="" class="example_viewer_tab_title"></w2:textbox> <xf:textarea id="" style="width: 100%;height: 60px;" ref="data:dlt_page_history.description" readOnly="true"></xf:textarea> </xf:group> </w2:content> </w2:tabControl> </xf:group> </body> </html>
WRE/WebContent/frame/udc/example_refresh.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_vertical_guides="" meta_horizontal_guides="1434" meta_screenId="example_refresh" meta_screenName="ํ™”๋ฉด ์ƒˆ๋กœ ๊ณ ์นจ" meta_subsystem="์˜ˆ์ œ ๊ณตํ†ต" meta_author="์ธ์Šค์›จ์ด๋ธŒ์‹œ์Šคํ…œ์ฆˆ" meta_type="์„œ๋ธŒ"> <w2:type palette="support">COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ /** * @component * @company * @developer na * @variableClone true * @notSupportBrowser * @version * @htmlRender * @icon * @disableIcon * @width * @height * @description */ /** * @property * @name style * @category 01.Basic & ETC * @type string * @option * @default * @necessary N * @description desc */ /** * @property * @name class * @category 01.Basic & ETC * @type string * @option * @default * @necessary N * @description desc */ /** * @property * @name id * @category 01.Basic & ETC * @type string * @option * @default udc_example_refresh * @necessary N * @description desc */ scwin.onpageload = function() { }; scwin.btn_refresh_onclick = function(e) { $p.parent().$p.reinitialize(); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:trigger class="btn_cm" disabled="" escape="false" id="btn_refresh" style="" type="button" ev:onclick="scwin.btn_refresh_onclick"> <xf:label><![CDATA[์ƒˆ๋กœ๊ณ ์นจ]]></xf:label> </xf:trigger> </body> </html>
WRE/WebContent/websquare/blank.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> </xf:model> <script type="javascript" lazy="false"><![CDATA[ ]]></script> </head> <body> </body> </html>
WRE/WebContent/websquare/kit/dev_kit/dev_kit_guide.xml
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="/cm/css/base.css" type="text/css"?> <?xml-stylesheet href="/websquare/kit/dev_kit/dev_kit.css" type="text/css"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_vertical_guides="" meta_horizontal_guides=""> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="designKit_layout" id="" style=""> <xf:group class="dscontainer" id=""> <xf:group class="designKit_side" id=""> <w2:wframe class="dsside" id="" scope="true" src="/websquare/kit/dev_kit/xml/side.xml" style=""></w2:wframe></xf:group> <xf:group class="designKit_cont" id=""> <xf:group id="" class="dscontents"><w2:wframe src="/websquare/kit/dev_kit/xml/color.xml" style="" id="content1" class=""></w2:wframe></xf:group></xf:group> </xf:group> <xf:group class="r_contents" id="" style="display:none" tagname="ul"> <w2:textbox id="" label="CONTENTS" style=""></w2:textbox> <xf:group id="" tagname="li"> <w2:anchor href="#mf_color" id="" outerDiv="false" style=""> <xf:label><![CDATA[Color]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:anchor href="#mf_primary" id="" outerDiv="false" style=""> <xf:label><![CDATA[Primary Color]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:anchor href="#mf_second" id="" outerDiv="false" style=""> <xf:label><![CDATA[Second Color]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:anchor href="#mf_sub" id="" outerDiv="false" style=""> <xf:label><![CDATA[Sub Color]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:anchor href="#mf_alert" id="" outerDiv="false" style=""> <xf:label><![CDATA[Alert Color]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:anchor href="#mf_legend" id="" outerDiv="false" style=""> <xf:label><![CDATA[Legend Color]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:anchor href="#mf_grayscale" id="" outerDiv="false" style=""> <xf:label><![CDATA[Gray Scale]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/dev_kit/xml/title.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList3" saveRemovedData="true"> <w2:columnInfo> <w2:column id="col1" name="name1" dataType="text"></w2:column> <w2:column id="col2" name="name2" dataType="text"></w2:column> <w2:column id="col3" name="name3" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="ํƒ€์ดํ‹€" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="Page ์ตœ์ƒ๋‹จ์˜ ๊ณตํ†ต ์˜์—ญ์ž…๋‹ˆ๋‹ค. ํŽ˜์ด์ง€ํƒ€์ดํ‹€, ์„œ๋ธŒํƒ€์ดํ‹€์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;" style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ํŽ˜์ด์ง€ ํƒ€์ดํ‹€์€ ์ตœ์ข… depth ๋ฉ”๋‰ด๋ช…๊ณผ ์ผ์น˜ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;ยท ํ•œ ํŽ˜์ด์ง€ ๋‚ด์— ์กฐํšŒ ์˜์—ญ์„ ์ œ์™ธํ•œ ๋‘ ๊ฐœ ์ด์ƒ์˜ ๋ชจ๋“ˆ์ด ์กด์žฌํ•  ๊ฒฝ์šฐ, ๊ฐ ๋ชจ๋“ˆ ์ƒ๋‹จ์— ์„œ๋ธŒํƒ€์ดํ‹€์„ ๋ฐฐ์น˜ํ•ฉ๋‹ˆ๋‹ค. " style=""> </w2:textbox> </xf:group> <xf:group class="subtitbox" id="" style="" tagname=""></xf:group> <xf:group class="pgtbox" id="" style=""> <xf:trigger class="btn_fav" id="" style="" type="button"> <xf:label></xf:label> </xf:trigger> <w2:textbox class="pgt_tit" id="" label="ํ™”๋ฉดํƒ€์ดํ‹€" style="" tagname=""></w2:textbox> <xf:group class="breadcrumb" id="" style=""> <xf:group id="" style="" tagname="ul"> <xf:group class="home" id="" style="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Home]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[1Depth Menu]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[2Depth Menu]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:span id="" label="3Depth Menu" style=""></w2:span> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="schbox" id="" style=""> <xf:group class="schbox_inner" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="768" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group class="" id="" style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="์กฐํšŒ์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width:100px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width:100px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="" id="" label="์กฐํšŒ์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" id="" style="" tagname="td"> <xf:select1 appearance="full" cols="" disabled="" id="" ref="" renderType="radiogroup" rows="" selectedIndex="1" style=""> <xf:choices> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ1]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ2]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ3]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="btn_schbox" id="" style=""> <xf:trigger class="btn_cm sch" disabled="" escape="false" id="" style="" type="button"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="์„œ๋ธŒํƒ€์ดํ‹€" style="" tagname="h3"></w2:textbox> <xf:group class="rt" id="" style=""> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์—…๋ฌด๋ฒ„ํŠผ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์—…๋ฌด๋ฒ„ํŠผ]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"></xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="lybox" id="" style=""> <xf:group adaptiveThreshold="" class="ly_column col_5" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="์„œ๋ธŒ์„œ๋ธŒํƒ€์ดํ‹€" style="" tagname="h4"></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"></xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="ly_column col_5" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="์„œ๋ธŒ์„œ๋ธŒํƒ€์ดํ‹€" style="" tagname="h4"></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"></xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/dev_kit/xml/searcharea.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="์กฐํšŒ์˜์—ญ" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="๋‹ค์ˆ˜์˜ ์กฐํšŒ์กฐ๊ฑด ์ผ ๊ฒฝ์šฐ, ์ค‘์š”๋„์— ๋”ฐ๋ผ ์ƒ์œ„์— ์œ„์น˜ ์‹œํ‚ค๋ฉฐ, ์ค„๋ฐ”๊ฟˆ์ด ํ•„์š”ํ•  ๊ฒฝ์šฐ, adaptive ์†์„ฑ์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ์กฐํšŒ ์กฐ๊ฑด์˜ ๋ ˆ์ด๋ธ”์€ ์šฐ์ธก ์ •๋ ฌํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;ยท ๋ณ„๋„์˜ ํŒ์—…์„ ํ†ตํ•ด์„œ ์กฐํšŒ๋ฅผ ํ•˜๋Š” ๊ฒฝ์šฐ ๋‹๋ณด๊ธฐ ๋ฒ„ํŠผ์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;ยท ๋‹ค์ˆ˜์˜ ์กฐํšŒ์กฐ๊ฑด์ด ์žˆ์„ ๊ฒฝ์šฐ, ์กฐํšŒ ์กฐ๊ฑด์˜ ์ค‘์š”ํ•œ ํ•ญ๋ชฉ์„ ์ขŒ์ธก์— ์œ„์น˜ํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="schbox" id="" style="" adaptive="layout" adaptiveThreshold="600"> <xf:group class="schbox_inner" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="1024" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group class="" id="" style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="์กฐํšŒ์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="req" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width:100px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="" id="" label="์กฐํšŒ์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" id="" style="" tagname="td"> <xf:select1 appearance="full" cols="" disabled="" id="" ref="" renderType="radiogroup" rows="" selectedIndex="1" style=""> <xf:choices> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ1]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ2]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ3]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="btn_schbox" id="" style=""> <xf:trigger class="btn_cm sch" disabled="" escape="false" id="" style="" type="button"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="line_gray" id="second" style="" tagname="hr"></xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label='ยท ์กฐํšŒ ์˜ต์…˜์ด 4๊ฐœ ์ด์ƒ์ผ ๊ฒฝ์šฐ๋Š” Selectbox ์‚ฌ์šฉ์„ ๊ถŒํ•˜๋ฉฐ, ๊ธฐ๋ณธ๊ฐ’์€ โ€˜์„ ํƒโ€™์œผ๋กœ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;ยท ํ•„์ˆ˜๋กœ ์ž…๋ ฅํ•ด์•ผ ํ•˜๋Š” ์ž…๋ ฅํผ์˜ ๊ฒฝ์šฐ , ๋ ˆ์ด๋ธ”์˜ ์ขŒ์ธก์— &lt;span class="req"&gt;&lt;/span&gt;๋ฅผ &amp;nbsp;์ถ”๊ฐ€ํ•˜๊ณ , ํผ์š”์†Œ์—๋Š” &amp;nbsp;Background color ๋ฅผ ์ ์šฉํ•ด ์ค๋‹ˆ๋‹ค.' style=""> </w2:textbox> </xf:group> <xf:group class="schbox" id="" style=""> <xf:group class="schbox_inner" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="1024" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group class="" id="" style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="์กฐํšŒ์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="req" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width:100px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="req" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width:100px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="์กฐํšŒ์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" id="" style="" tagname="td"> <xf:select1 appearance="full" cols="" disabled="" id="" ref="" renderType="radiogroup" rows="" selectedIndex="1" style=""> <xf:choices> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ1]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ2]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ3]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="" id="" label="์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input class="" id="" placeholder="" style="width:148px;"></xf:input> <xf:trigger class="btn_cm btn_search " id="" style="" type="button"> <xf:label><![CDATA[Search]]></xf:label> </xf:trigger> </xf:group> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="" id="" label="๊ธฐ๊ฐ„" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" id="" style="" tagname="td"> <w2:inputCalendar alt="" calendarValueType="yearMonthDate" class="" focusOnDateSelect="false" footerDiv="true" id="" renderDiv="true" renderType="" rightAlign="false" style="width:120px;"> </w2:inputCalendar> <w2:span id="" label="~" style=""></w2:span> <w2:inputCalendar calendarValueType="yearMonthDate" class="" focusOnDateSelect="false" footerDiv="true" id="" renderDiv="true" renderType="" rightAlign="false" style="width:120px;"> </w2:inputCalendar> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="btn_schbox" id="" style=""> <xf:trigger class="btn_cm sch" disabled="" escape="false" id="" style="" type="button"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/dev_kit/xml/typography.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Typography" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="๊ธฐ๋ณธ์ ์œผ๋กœ ๊ณ ๋”• ํ˜•ํƒœ์˜ ์ •ํ•ด์ง„ ํฐํŠธ๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;" style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Font" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="๋ชจ๋“  ์ปดํฌ๋„ŒํŠธ ์š”์†Œ์— &amp;nbsp;'๋ง‘์€ ๊ณ ๋”•'์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. ๊ธฐ์ค€ ํฐํŠธ ์‚ฌ์ด์ฆˆ๋Š” 12px์ž…๋‹ˆ๋‹ค. " style=""> </w2:textbox> </xf:group> <xf:group id="" class="font_script_box"> <xf:group class="lybox" id="" style=""> <xf:group adaptiveThreshold="" class="ly_column col_5" id="" style=""> <xf:group id="" style="" class="fonttype_box"> <w2:textbox tagname="span" style="display: block;" id="" label="๋ง‘์€ ๊ณ ๋”•" class="page_tit" escape="false"></w2:textbox> </xf:group> </xf:group> <xf:group class="ly_column col_5" id="" style=""> <xf:group id="" style="" class="fonttype_box"> <w2:textbox tagname="span" style="display: block;" id="" label="Malgun Gothic" class="page_tit" escape="false"> </w2:textbox> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Usage" style=""></w2:textbox> </xf:group> <xf:group class="fontsize_txtbox mt20" id="" style=""> <w2:textbox class="page_tit" escape="false" id="" label="ํ™”๋ฉดํƒ€์ดํ‹€" style="" tagname="span"></w2:textbox> <w2:textbox class="page_tit" escape="false" id="" label="PageTitle" style="" tagname="span"></w2:textbox> <w2:textbox class="" escape="false" id="" label="18px" style="" tagname="span"></w2:textbox> <w2:textbox class="" escape="false" id="" label="Bold" style="" tagname="span"></w2:textbox> </xf:group> <xf:group class="fontsize_txtbox" id="" style=""> <w2:textbox class="sub_tit" escape="false" id="" label="์„œ๋ธŒํƒ€์ดํ‹€ " style="" tagname="h3"></w2:textbox> <w2:textbox class="sub_tit" escape="false" id="" label="Subtitle" style="" tagname="h3"></w2:textbox> <w2:textbox class="" escape="false" id="" label="14px" style="" tagname="span"></w2:textbox> <w2:textbox class="" escape="false" id="" label="Bold " style="" tagname="span"></w2:textbox> </xf:group> <xf:group class="fontsize_txtbox" id="" style=""> <w2:textbox class="sub_head" escape="false" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€ / ๋ฒ„ํŠผ" style="" tagname="span"></w2:textbox> <w2:textbox class="sub_head" escape="false" id="" label="Subhead / Buttons" style="" tagname="span"></w2:textbox> <w2:textbox class="" escape="false" id="" label="12px" style="" tagname="span"></w2:textbox> <w2:textbox class="" escape="false" id="" label="Bold " style="" tagname="span"></w2:textbox> </xf:group> <xf:group class="fontsize_txtbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="๋ณธ๋ฌธ / ๋ผ๋ฒจ" style="" tagname="span"></w2:textbox> <w2:textbox class="" escape="false" id="" label="Body / label" style="" tagname="span"></w2:textbox> <w2:textbox class="" escape="false" id="" label="12px" style="" tagname="span"></w2:textbox> <w2:textbox class="" escape="false" id="" label="Normal" style="" tagname="span"></w2:textbox> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/dev_kit/xml/overview.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_vertical_guides="-45" meta_horizontal_guides=""> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Overview" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="WDS (WebSquare Design System)&lt;br/&gt;Websquare SP5 DesignSystem์€ &amp;nbsp;์• ํ”Œ๋ฆฌ์ผ€์ด์…˜์„ ๊ฐœ๋ฐœํ•˜๋Š”๋ฐ ๋„์›€์„ ์ฃผ๊ธฐ ์œ„ํ•œ ์›น์Šคํ€˜์–ด ์ŠคํŠœ๋””์˜ค SP5์˜ ์ถ”๊ฐ€๋œ ๊ธฐ๋Šฅ์ž…๋‹ˆ๋‹ค. &lt;br/&gt;" style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="WDS &amp;nbsp;(WebSquare Design System)" style="" escape="false"></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="์ด์ „๋ฒ„์ „์˜ ์Šค๋‹ˆํ• ์‚ฌ์šฉ๋ฒ•๊ณผ ๋™์ผํ•˜์ง€๋งŒ, WDS๋Š” ์ธ๋„ค์ผ๋กœ ์ œ๊ณต๋˜๋Š” ์Šค๋‹ˆํ•์ด๋ผ์„œ ์‰ฝ๊ฒŒ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." style=""></w2:textbox> </xf:group> <xf:group id="" class="font_script_box"><xf:group tagname="" style="" id="" class="titbox"> <w2:textbox style="" id="" label=": &amp;nbsp;v 1.0 (2022.11) - ์ตœ์ดˆ ์ž‘์„ฑ" class=" " escape="false"></w2:textbox> </xf:group></xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/dev_kit/xml/side.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dlt_menu" saveRemovedData="true"> <w2:columnInfo> <w2:column id="MENU_CD" name="๋ฉ”๋‰ด์ฝ”๋“œ" dataType="text"></w2:column> <w2:column id="MENU_NM" name="๋ฉ”๋‰ด๋ช…" dataType="text"></w2:column> <w2:column id="IS_USE" name="์‚ฌ์šฉ์œ ๋ฌด" dataType="text"></w2:column> <w2:column id="SRC_PATH" name="๋ฉ”๋‰ด๊ฒฝ๋กœ" dataType="text"></w2:column> <w2:column id="PARENT_MENU_CD" name="๋ถ€๋ชจ๋ฉ”๋‰ด์ฝ”๋“œ" dataType="text"></w2:column> <w2:column id="MENU_LEVEL" name="๋ฉ”๋‰ด๋ ˆ๋ฒจ" dataType="text"></w2:column> <w2:column id="SORT_ORDER" name="์ •๋ ฌ์ˆœ์„œ" dataType="text"></w2:column> <w2:column id="PROGRAM_CD" name="ํ”„๋กœ๊ทธ๋žจ์ฝ”๋“œ" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <MENU_CD><![CDATA[001000000]]></MENU_CD> <MENU_LEVEL><![CDATA[1]]></MENU_LEVEL> <MENU_NM><![CDATA[Overview]]></MENU_NM> <SRC_PATH><![CDATA[/cm/template/design_system/xml/overview.xml]]></SRC_PATH> </w2:row> <w2:row> <MENU_CD><![CDATA[002000000]]></MENU_CD> <MENU_LEVEL><![CDATA[1]]></MENU_LEVEL> <MENU_NM><![CDATA[Color]]></MENU_NM> <SRC_PATH><![CDATA[/cm/template/design_system/xml/color.xml]]></SRC_PATH> </w2:row> <w2:row> <MENU_CD><![CDATA[003000000]]></MENU_CD> <MENU_NM><![CDATA[Typography]]></MENU_NM> <MENU_LEVEL><![CDATA[1]]></MENU_LEVEL> <SRC_PATH><![CDATA[/cm/template/design_system/xml/typography.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[004000000]]></MENU_CD> <MENU_LEVEL><![CDATA[1]]></MENU_LEVEL> <MENU_NM><![CDATA[Grid System]]></MENU_NM> <SRC_PATH><![CDATA[/cm/template/design_system/xml/gridsystem.xml]]></SRC_PATH> </w2:row> <w2:row> <MENU_CD><![CDATA[007000000]]></MENU_CD> <MENU_NM><![CDATA[Components]]></MENU_NM> <MENU_LEVEL><![CDATA[1]]></MENU_LEVEL> <SRC_PATH><![CDATA[]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007001000]]></MENU_CD> <MENU_NM><![CDATA[ํƒ€์ดํ‹€]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/cm/template/design_system/xml/title.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007002000]]></MENU_CD> <MENU_NM><![CDATA[์กฐํšŒ์˜์—ญ]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/cm/template/design_system/xml/searcharea.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007003000]]></MENU_CD> <MENU_NM><![CDATA[์ž…๋ ฅํผ]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/cm/template/design_system/xml/input.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007006000]]></MENU_CD> <MENU_NM><![CDATA[์ž…์ถœ๋ ฅํ…Œ์ด๋ธ”]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/cm/template/design_system/xml/table.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007007000]]></MENU_CD> <MENU_NM><![CDATA[๊ทธ๋ฆฌ๋“œ]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/cm/template/design_system/xml/grid.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007008000]]></MENU_CD> <MENU_NM><![CDATA[ํƒญ]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/cm/template/design_system/xml/tab.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007010000]]></MENU_CD> <MENU_NM><![CDATA[ํŠธ๋ฆฌ]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/cm/template/design_system/xml/tree.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007012000]]></MENU_CD> <MENU_NM><![CDATA[๋ฒ„ํŠผ]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/cm/template/design_system/xml/button.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007013000]]></MENU_CD> <MENU_NM><![CDATA[๋ฉ”์‹œ์ง€]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/cm/template/design_system/xml/message.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; scwin.tw_menu_onlabelclick = function(value,nodeElement,index) { var selectedMenu = dlt_menu.getMatchedJSON("MENU_CD", value); var tValue = selectedMenu[0].SRC_PATH; //var tValue = value.replaceAll("/", ""); $p.parent().content1.setSrc(tValue); };]]></script> <style type="text/css"> .tw_menuCustom { background: #EFF1F3; border: 1px solid #EFF1F3; color: #20252A; } </style> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="grp_tab" id="" style="bottom:0"> <xf:group class="tab_con" id="" style=""> <w2:treeview class="tw_menu" dataType="listed" ev:onlabelclick="scwin.tw_menu_onlabelclick" id="tw_menu" lineShow="false" style="" tooltipGroupClass="false" toggleEvent="onclick" renderType="table"> <w2:itemset nodeset="data:dlt_menu"> <w2:label ref="MENU_NM"></w2:label> <w2:value ref="MENU_CD"></w2:value> <w2:depth ref="MENU_LEVEL"></w2:depth> <w2:folder ref=""></w2:folder> <w2:checkbox ref=""></w2:checkbox> <w2:checkboxDisabled ref=""></w2:checkboxDisabled> <w2:image ref=""></w2:image> <w2:iconImage ref=""></w2:iconImage> <w2:selectedImage ref=""></w2:selectedImage> <w2:expandedImage ref=""></w2:expandedImage> <w2:leafImage ref=""></w2:leafImage> </w2:itemset> </w2:treeview> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/dev_kit/xml/tab.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Tab" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="๋‹ค๊ฑด์˜ ํƒญ๊ณผ ์ฝ˜ํ…์ธ ๋ฅผ ์ƒ์„ฑํ•  ์ˆ˜ ์žˆ์œผ๋ฉฐ ๋™์ ์œผ๋กœ ํƒญ์„ ์ƒ์„ฑํ•˜๊ฑฐ๋‚˜ ์‚ญ์ œํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. " style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Basic Tab" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ๊ฐ๊ฐ์˜ ํƒญ์€ ์„ ํƒ ๋นˆ๋„์ˆœ์ด๋‚˜ ์—…๋ฌด ์ˆœ์„œ๋กœ ๋ฐฐ์น˜์‹œํ‚ค๋ฉฐ, ์ฒซ ๋ฒˆ์งธ ํƒญ์€ ํ™œ์„ฑํ™” ์‹œํ‚ต๋‹ˆ๋‹ค. &lt;br/&gt;ยท ๊ฐ๊ฐ์˜ ํƒญ ๋ฒ„ํŠผ์€ width๊ฐ’์„ ๊ณ ์ •์‹œํ‚ค์ง€ ์•Š๊ณ  ๋ ˆ์ด๋ธ” ๊ธธ์ด์— ๋”ฐ๋ผ ๋‹ฌ๋ผ์ง‘๋‹ˆ๋‹ค.&lt;br/&gt;ยท ๋ ˆ์ด๋ธ”์€ ๋‹ค๋ฅธ ํƒญ๊ณผ ๊ตฌ๋ถ„์ด ๋  ์ˆ˜ ์žˆ๋„๋ก ๋ช…ํ™•ํ•˜๊ฒŒ ์ง€์ •ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;ยท ์ผ๋ฐ˜์ ์œผ๋กœ ํ•œ๋‘ ๋‹จ์–ด๋กœ ์งง๊ณ  ์Šค์บ” ๊ฐ€๋Šฅํ•œ ๋ ˆ์ด๋ธ”์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. &amp;nbsp;&lt;br/&gt;ยท ์„ ํƒ๋œ ํƒญ๊ณผ ๋น„์„ ํƒ๋œ ํƒญ์„ ๋ฐฐ๊ฒฝ์ƒ‰์œผ๋กœ ๊ตฌ๋ถ„์‹œ์ผœ ์ค๋‹ˆ๋‹ค.&lt;br/&gt;" style=""> </w2:textbox> </xf:group> <xf:group class="tbcbox" id="" style=""> <w2:tabControl alwaysDraw="false" class="tbc" confirmFalseAction="new" confirmTrueAction="exist" id="" style="" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true"> <w2:tabs disabled="false" id="tabs1" label="ํƒญ1" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="ํƒญ2" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs3" label="ํƒญ3" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs4" label="ํƒญ4" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs5" label="ํƒญ5" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs6" label="ํƒญ6" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs7" label="ํƒญ7" style=""></w2:tabs> <w2:content alwaysDraw="false" id="content1" style=""> <w2:textbox id="" label="" style="line-height:28px;height: 50px;text-align:center;width: 100%;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content2" style=""></w2:content> <w2:content alwaysDraw="false" id="content3" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content4" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content5" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content6" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content7" style="height:0px"></w2:content> </w2:tabControl> </xf:group> <xf:group class="tbcbox" id="" style=""> <w2:tabControl alwaysDraw="false" class="tbc" confirmFalseAction="new" confirmTrueAction="exist" id="" style="" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true"> <w2:tabs disabled="false" id="tabs1" label="์„ ํƒ๋œ ํƒญ" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="ํƒญ2" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs3" label="ํƒญ3" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs4" label="ํƒญ4" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs5" label="ํƒญ5" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs6" label="ํƒญ6" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs7" label="ํƒญ7" style=""></w2:tabs> <w2:content alwaysDraw="false" id="content1" style=""> <w2:textbox id="" label="" style="line-height:28px;height:50px;text-align:center;width: 100%;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content2" style=""></w2:content> <w2:content alwaysDraw="false" id="content3" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content4" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content5" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content6" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content7" style="height:0px"></w2:content> </w2:tabControl> </xf:group> <xf:group class="line_gray" id="group3" style="" tagname="hr"></xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ์„œ๋ธŒํƒญ(Tab in tab)์„ ์‚ฌ์šฉํ•  ๊ฒฝ์šฐ, ๋‘๊ฐœ์˜ ํƒญ์ด ๊ตฌ๋ถ„๋  ์ˆ˜ ์žˆ๋„๋ก ํ•ฉ๋‹ˆ๋‹ค. &lt;br/&gt;ยท ํƒญ์˜ ๊ฐœ์ˆ˜๊ฐ€ ํ•œ ์ค„์„ ๋„˜์–ด๊ฐˆ ๊ฒฝ์šฐ, ํƒญ ์Šคํฌ๋กค์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="lybox" id="" style=""> <xf:group adaptiveThreshold="" class="ly_column col_5" id="" style=""> <xf:group class="tbcbox" id="" style=""> <w2:tabControl alwaysDraw="false" class="tbc" confirmFalseAction="new" confirmTrueAction="exist" id="" style="" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true"> <w2:tabs disabled="false" id="tabs1" label="ํƒญ1" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="ํƒญ2" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs3" label="ํƒญ3" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs4" label="ํƒญ4" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs5" label="ํƒญ5" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs6" label="ํƒญ6" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs7" label="ํƒญ7" style=""></w2:tabs> <w2:content alwaysDraw="false" id="content1" style=""> <w2:tabControl alwaysDraw="false" class="tbc_sub" confirmFalseAction="new" confirmTrueAction="exist" id="" style="" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true"> <w2:tabs disabled="false" id="tabs1" label="์„œ๋ธŒํƒญ1" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="์„œ๋ธŒํƒญ2" style=""></w2:tabs> <w2:content alwaysDraw="false" id="content1" style=""> <w2:textbox id="" label="" style="line-height:28px;height: 30px;text-align:center;width: 100%;"> </w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content2" style=""></w2:content> </w2:tabControl> </w2:content> <w2:content alwaysDraw="false" id="content2" style=""></w2:content> <w2:content alwaysDraw="false" id="content3" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content4" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content5" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content6" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content7" style="height:0px"></w2:content> </w2:tabControl> </xf:group> </xf:group> <xf:group class="ly_column col_5" id="" style=""> <xf:group class="tbcbox" id="" style=""> <w2:tabControl alwaysDraw="false" class="tbc" confirmFalseAction="new" confirmTrueAction="exist" id="" style="" tabScroll="true" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true"> <w2:tabs disabled="false" id="tabs1" label="์„ ํƒ๋œ ํƒญ" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="ํƒญ2" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs3" label="ํƒญ3" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs4" label="ํƒญ4" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs5" label="ํƒญ5" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs6" label="ํƒญ6" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs7" label="ํƒญ8" style=""></w2:tabs> <w2:tabs disabled="false" style="" id="tabs9" label="ํƒญ9"></w2:tabs> <w2:tabs disabled="false" style="" id="tabs10" label="ํƒญ10"></w2:tabs> <w2:tabs disabled="false" style="" id="tabs11" label="ํƒญ11"></w2:tabs> <w2:tabs disabled="false" style="" id="tabs12" label="ํƒญ12"></w2:tabs> <w2:tabs disabled="false" style="" id="tabs13" label="ํƒญ13"></w2:tabs> <w2:tabs disabled="false" style="" id="tabs8" label="ํƒญ14"></w2:tabs> <w2:content alwaysDraw="false" id="content1" style=""> <w2:textbox id="" label="" style="line-height:28px;height: 30px;text-align:center;width: 100%;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content2" style=""></w2:content> <w2:content alwaysDraw="false" id="content3" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content4" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content5" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content6" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content7" style="height:0px"></w2:content> <w2:content alwaysDraw="false" style="height:0px" id="content9"></w2:content> <w2:content alwaysDraw="false" style="height:0px" id="content10"></w2:content> <w2:content alwaysDraw="false" style="height:0px" id="content11"></w2:content> <w2:content alwaysDraw="false" style="height:0px" id="content12"></w2:content> <w2:content alwaysDraw="false" style="height:0px" id="content13"></w2:content> <w2:content alwaysDraw="false" style="height:0px" id="content8"></w2:content> </w2:tabControl> </xf:group> </xf:group> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ๊ฒฝ์šฐ์— ๋”ฐ๋ผ ํƒญ๋ฒ„ํŠผ์˜ ์œ„์น˜๋ฅผ left, right, bottom ์— ์œ„์น˜ ์‹œํ‚ฌ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. " style=""> </w2:textbox> </xf:group> <xf:group class="tbcbox" id="" style=""> <w2:tabControl alwaysDraw="false" class="tbc" confirmFalseAction="new" confirmTrueAction="exist" id="" style="height: 96px;" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true" tabPosition="left"> <w2:tabs disabled="false" id="tabs1" label="ํƒญ1" style="width:100px;"></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="ํƒญ2" style="width:100px;"></w2:tabs> <w2:tabs disabled="false" id="tabs3" label="ํƒญ3" style="width:100px;"></w2:tabs> <w2:content alwaysDraw="false" id="content1" style=""> <w2:textbox id="" label="Content" style="line-height:28px;height: 30px;text-align:center;width: 100%;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content2" style=""></w2:content> <w2:content alwaysDraw="false" id="content3" style="height:0px"></w2:content> </w2:tabControl> </xf:group> <xf:group class="tbcbox" id="" style=""> <w2:tabControl alwaysDraw="false" class="tbc" confirmFalseAction="new" confirmTrueAction="exist" id="" style="height: 96px;" tabPosition="right" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true"> <w2:tabs disabled="false" id="tabs1" label="ํƒญ1" style="width:100px;"></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="ํƒญ2" style="width:100px;"></w2:tabs> <w2:tabs disabled="false" id="tabs3" label="ํƒญ3" style="width:100px;"></w2:tabs> <w2:content alwaysDraw="false" id="content1" style=""> <w2:textbox id="" label="Content" style="line-height:28px;height: 30px;text-align:center;width: 100%;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content2" style=""></w2:content> <w2:content alwaysDraw="false" id="content3" style="height:0px"></w2:content> </w2:tabControl> </xf:group> <xf:group class="tbcbox" id="" style=""> <w2:tabControl alwaysDraw="false" class="tbc" confirmFalseAction="new" confirmTrueAction="exist" id="" style="height: 150px" tabPosition="bottom" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true"> <w2:tabs disabled="false" id="tabs1" label="ํƒญ1" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="ํƒญ2" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs3" label="ํƒญ3" style=""></w2:tabs> <w2:content alwaysDraw="false" id="content1" style=""> <w2:textbox id="" label="Content" style="line-height:28px;height: 30px;text-align:center;width: 100%;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content2" style="height:100px"></w2:content> <w2:content alwaysDraw="false" id="content3" style="height:0px"></w2:content> </w2:tabControl> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/dev_kit/xml/grid.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column id="col1" name="ํƒ€์ดํ‹€" dataType="text" encYN="true"></w2:column> <w2:column id="col2" name="์ด๋ฆ„" dataType="text"></w2:column> <w2:column id="col3" name="์ฃผ์†Œ" dataType="text"></w2:column> <w2:column id="col4" name="๋‚ ์งœ" dataType="text"></w2:column> <w2:column id="col5" name="๊ธˆ์•ก" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <col1><![CDATA[๊ธˆ์ผ ์ผ์ • ์•ˆ๋‚ด์ž…๋‹ˆ๋‹ค.]]></col1> <col2><![CDATA[ํ™๊ธธ๋™]]></col2> <col3><![CDATA[์„œ์šธ์‹œ ๊ณตํ•ญ๋Œ€๋กœ]]></col3> <col4><![CDATA[2022-12-10]]></col4> <col5><![CDATA[100,000]]></col5> </w2:row> <w2:row> <col1><![CDATA[๊ธˆ์ผ ์ผ์ • ์•ˆ๋‚ด์ž…๋‹ˆ๋‹ค.]]></col1> <col2><![CDATA[ํ™๊ธธ๋™]]></col2> <col3><![CDATA[์„œ์šธ์‹œ ๊ณตํ•ญ๋Œ€๋กœ]]></col3> <col4><![CDATA[2022-12-11]]></col4> <col5><![CDATA[120,000]]></col5> </w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="dataList2" saveRemovedData="true"> <w2:columnInfo> <w2:column id="col1" name="name1" dataType="text"></w2:column> <w2:column id="col2" name="name2" dataType="text"></w2:column> <w2:column id="col3" name="name3" dataType="text"></w2:column> <w2:column id="col4" name="name4" dataType="text"></w2:column> <w2:column id="col5" name="name5" dataType="text"></w2:column> <w2:column id="col6" name="name6" dataType="text"></w2:column> <w2:column id="col7" name="name7" dataType="text"></w2:column> <w2:column id="col8" name="name8" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <col1><![CDATA[Data]]></col1> <col2><![CDATA[Data]]></col2> <col3><![CDATA[Data]]></col3> <col4><![CDATA[Data]]></col4> <col5><![CDATA[Data]]></col5> <col6><![CDATA[Data]]></col6> <col8><![CDATA[Data]]></col8> <col7><![CDATA[Data]]></col7> </w2:row> <w2:row> <col7><![CDATA[Data]]></col7> <col8><![CDATA[Data]]></col8> <col1><![CDATA[Data]]></col1> <col2><![CDATA[Data]]></col2> <col3><![CDATA[Data]]></col3> <col4><![CDATA[Data]]></col4> <col5><![CDATA[Data]]></col5> <col6><![CDATA[Data]]></col6> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Grid" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="์กฐํšŒ ๊ฒฐ๊ณผ๋ฅผ ์ถœ๋ ฅํ•˜๋Š” ๋ชฉ๋ก์œผ๋กœ ํŽธ์ง‘ ๊ธฐ๋Šฅ์„ ๊ฐ–๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="ํ…์ŠคํŠธ ์ •๋ ฌ" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท Data์˜ ์ •๋ ฌ ๊ธฐ์ค€์— ๋”ฐ๋ฆ…๋‹ˆ๋‹ค.&lt;br/&gt; &amp;nbsp; &amp;nbsp; - ์šฐ์ธก์ •๋ ฌ : ๊ธˆ์•ก, ์ˆซ์ž ๋“ฑ ์ž๋ฆฟ์ˆ˜ ๊ตฌ๋ถ„๋˜๋Š” Data&lt;br/&gt; &amp;nbsp; &amp;nbsp; - ์ขŒ์ธก์ •๋ ฌ : ์ฃผ์†Œ, ์ „ํ™”๋ฒˆํ˜ธ ๋“ฑ ๊ธ€์ž ์ˆ˜๊ฐ€ ์ผ์ •์น˜ ์•Š์€ Data&lt;br/&gt; &amp;nbsp; &amp;nbsp; - ์ค‘์•™์ •๋ ฌ : ๋‚ ์งœ ๋“ฑ Data ๊ธ€์ž ์ˆ˜๊ฐ€ ์ผ์ •ํ•œ ๊ฒฝ์šฐ์™€ ๋ฆฌ์ŠคํŠธ์˜ ํ…Œ์ด๋ธ” ํ—ค๋”&lt;br/&gt;" style=""> </w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="gvwbox" id="" style=""> <w2:gridView autoFit="allColumn" captionTitle="" checkReadOnlyOnCut="" class="gvw" dataList="data:dataList1" evenRowBackgroundColor="" filterFocusMode="" id="" keepDefaultColumnWidth="true" oddRowBackgroundColor="" overflowX="" rowNumBackgroundColor="" rowNumHeaderValue="No" rowNumVisible="" rowNumWidth="" rowStatusHeaderValue="" rowStatusVisible="" rowStatusWidth="50" scrollByColumn="false" scrollByColumnAdaptive="false" selectedCellColor="" selectedCellOverColor="" style="height:100px;width: 100%;" titleAuto="true" visibleRowNum="10" sortable="true"> <w2:caption style="" id="caption2" value="this is a grid caption."></w2:caption> <w2:header style="" id="header2"> <w2:row style="" id="row3"> <w2:column width="210" inputType="text" style="" id="column15" value="ํƒ€์ดํ‹€(์ขŒ)" displayMode="label" class=""></w2:column> <w2:column width="70" inputType="text" style="" id="column14" value="์ด๋ฆ„(์ค‘์•™)" displayMode="label"></w2:column> <w2:column width="210" inputType="text" style="" id="column13" value="์ฃผ์†Œ(์ขŒ)" displayMode="label"></w2:column> <w2:column width="100" inputType="text" style="" id="column12" value="๋‚ ์งœ(์ค‘์•™)" displayMode="label"></w2:column> <w2:column width="100" inputType="text" style="" id="column11" value="๊ธˆ์•ก(์šฐ)" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody2"> <w2:row style="" id="row4"> <w2:column width="210" inputType="text" style="" id="col1" value="" displayMode="label" class="tal"></w2:column> <w2:column width="70" inputType="text" style="" id="col2" value="" displayMode="label"></w2:column> <w2:column width="210" inputType="text" style="" id="col3" value="" displayMode="label" class="tal"></w2:column> <w2:column width="100" inputType="text" style="" id="col4" value="" displayMode="label"></w2:column> <w2:column width="100" inputType="text" style="" id="col5" value="" displayMode="label" class="tar"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> <xf:group class="line_gray" id="group3" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Background Color, ๋ฒ”๋ก€" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ๋งˆ์šฐ์Šค over ์‹œ์— over๋œ ํ–‰์˜ ๋ฐฐ๊ฒฝ์ƒ‰์„ ๋‹ค๋ฅด๊ฒŒ ์„ค์ •ํ•˜์—ฌ ๊ตฌ๋ถ„์‹œํ‚ต๋‹ˆ๋‹ค. &lt;br/&gt;ยท ์ปฌ๋Ÿผ์˜ ๊ตฌ๋ถ„์ด ํ•„์š”ํ•  ๊ฒฝ์šฐ ๋ฐฐ๊ฒฝ์ƒ‰์„ ๋‹ค๋ฅด๊ฒŒ ์„ค์ •ํ•˜์—ฌ ๊ตฌ๋ถ„์‹œํ‚ต๋‹ˆ๋‹ค. &lt;br/&gt;" style=""> </w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="gvwbox" id="" style=""> <w2:gridView autoFit="allColumn" autoFitMinWidth="968" captionTitle="" checkReadOnlyOnCut="" class="gvw" dataList="data:dataList1" evenRowBackgroundColor="" filterFocusMode="" id="" keepDefaultColumnWidth="true" oddRowBackgroundColor="" overflowX="" rowNumBackgroundColor="" rowNumHeaderValue="No" rowNumVisible="" rowNumWidth="" rowStatusHeaderValue="" rowStatusVisible="" rowStatusWidth="50" scrollByColumn="false" scrollByColumnAdaptive="false" selectedCellColor="" selectedCellOverColor="" style="height:100px;" titleAuto="true" visibleRowNum="10" defaultCellHeight="26"> <w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption> <w2:header id="header2" style=""> <w2:row id="row3" style=""> <w2:column class="" displayMode="label" id="column15" inputType="text" style="" value="ํƒ€์ดํ‹€" width="210"></w2:column> <w2:column displayMode="label" id="column14" inputType="text" style="" value="์ด๋ฆ„" width="70"></w2:column> <w2:column displayMode="label" id="column13" inputType="text" style="" value="์ฃผ์†Œ" width="210"></w2:column> <w2:column displayMode="label" id="column12" inputType="text" style="" value="๋‚ ์งœ" width="100"></w2:column> <w2:column displayMode="label" id="column11" inputType="text" style="" value="๊ธˆ์•ก" width="100"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody2" style=""> <w2:row id="row4" style=""> <w2:column class="tal" displayMode="label" id="col1" inputType="text" style="" value="" width="210"></w2:column> <w2:column displayMode="label" id="col2" inputType="text" style="" value="" width="70"></w2:column> <w2:column class="tal" displayMode="label" id="col3" inputType="text" style="" value="" width="210"></w2:column> <w2:column displayMode="label" id="col4" inputType="text" style="" value="" width="100"></w2:column> <w2:column class="tar" displayMode="label" id="col5" inputType="text" style="" value="" width="100"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> <xf:group adaptiveThreshold="" class="gvwbox" id="" style=""> <w2:gridView autoFit="allColumn" checkReadOnlyOnPasteEnable="" class="gvw" dataList="data:dataList2" defaultCellHeight="26" id="" scrollByColumn="false" scrollByColumnAdaptive="false" style="height: 100px;" visibleRowNum="10" focusMode="none"> <w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption> <w2:header id="header2" style=""> <w2:row id="row3" style=""> <w2:column blockSelect="false" displayMode="label" id="column12" inputType="text" removeBorderStyle="false" value="๋ฒ”๋ก€1" width="70" style="background:#FFE5EF;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column11" inputType="text" removeBorderStyle="false" value="๋ฒ”๋ก€2" width="70" style="background:#DCEDFC;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column10" inputType="text" removeBorderStyle="false" value="๋ฒ”๋ก€3" width="70" style="background:#FFE7DC;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column9" inputType="text" removeBorderStyle="false" value="๋ฒ”๋ก€4" width="70" style="background:#D2F7DF;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column8" inputType="text" removeBorderStyle="false" value="๋ฒ”๋ก€5" width="70" style="background:#FFF9DA;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column7" inputType="text" removeBorderStyle="false" value="๋ฒ”๋ก€6" width="70" style="background:#CCF3F5;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column6" inputType="text" removeBorderStyle="false" value="๋ฒ”๋ก€7" width="70" style="background:#D7E0F7;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column5" inputType="text" removeBorderStyle="false" value="๋ฒ”๋ก€8" width="70" style="background:#ECE1DF;"> </w2:column> </w2:row> </w2:header> <w2:gBody id="gBody2" style=""> <w2:row id="row4" style=""> <w2:column blockSelect="false" displayMode="label" id="col1" inputType="text" removeBorderStyle="false" width="70" style="background:#FFE5EF;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="col2" inputType="text" removeBorderStyle="false" width="70" style="background:#DCEDFC;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="col3" inputType="text" removeBorderStyle="false" width="70" style="background:#FFE7DC;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="col4" inputType="text" removeBorderStyle="false" width="70" style="background:#D2F7DF;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="col5" inputType="text" removeBorderStyle="false" width="70" style="background:#FFF9DA;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="col6" inputType="text" removeBorderStyle="false" width="70" style="background:#CCF3F5;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="col7" inputType="text" removeBorderStyle="false" width="70" style="background:#D7E0F7;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="col8" inputType="text" removeBorderStyle="false" width="70" style="background:#ECE1DF;"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> <xf:group class="line_gray" id="group5" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Sorting" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท &amp;nbsp;Data์˜ Sorting ๊ธฐ๋Šฅ (์˜ค๋ฆ„์ฐจ์ˆœ/๋‚ด๋ฆผ์ฐจ์ˆœ)์„ ์‚ฌ์šฉํ•  ๊ฒฝ์šฐ ํ—ค๋” ์šฐ์ธก์— ์•„์ด์ฝ˜์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค. &lt;br/&gt;" style=""> </w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="gvwbox" id="" style=""> <w2:gridView autoFit="allColumn" autoFitMinWidth="968" captionTitle="" checkReadOnlyOnCut="" class="gvw" dataList="data:dataList1" evenRowBackgroundColor="" filterFocusMode="" id="" keepDefaultColumnWidth="true" oddRowBackgroundColor="" overflowX="" rowNumBackgroundColor="" rowNumHeaderValue="No" rowNumVisible="" rowNumWidth="" rowStatusHeaderValue="" rowStatusVisible="" rowStatusWidth="50" scrollByColumn="false" scrollByColumnAdaptive="false" selectedCellColor="" selectedCellOverColor="" sortable="true" style="height:100px;" titleAuto="true" visibleRowNum="10" showSortableImage="true"> <w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption> <w2:header id="header2" style=""> <w2:row id="row3" style=""> <w2:column class="" displayMode="label" id="column15" inputType="text" style="" value="ํƒ€์ดํ‹€" width="210"></w2:column> <w2:column displayMode="label" id="column14" inputType="text" style="" value="์ด๋ฆ„" width="70"></w2:column> <w2:column displayMode="label" id="column13" inputType="text" style="" value="์ฃผ์†Œ" width="210"></w2:column> <w2:column displayMode="label" id="column12" inputType="text" style="" value="๋‚ ์งœ" width="100"></w2:column> <w2:column displayMode="label" id="column11" inputType="text" style="" value="๊ธˆ์•ก" width="100"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody2" style=""> <w2:row id="row4" style=""> <w2:column class="tal" displayMode="label" id="col1" inputType="text" style="" value="" width="210"></w2:column> <w2:column displayMode="label" id="col2" inputType="text" style="" value="" width="70"></w2:column> <w2:column class="tal" displayMode="label" id="col3" inputType="text" style="" value="" width="210"></w2:column> <w2:column displayMode="label" id="col4" inputType="text" style="" value="" width="100"></w2:column> <w2:column class="tar" displayMode="label" id="col5" inputType="text" style="" value="" width="100"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/dev_kit/xml/gridsystem.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Grid System" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="์ผ๊ด€์„ฑ์„ ์œ ์ง€ํ•  ์ˆ˜ ์žˆ๋„๋ก ๊ทธ๋ฆฌ๋“œ ๊ทœ์น™์„ ์ •์˜ํ•ฉ๋‹ˆ๋‹ค. &amp;nbsp;" style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[guide]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <w2:textbox class="subtxt" escape="false" id="" label="Column์€ ์ตœ๋Œ€ 12๊ฐœ,๋กœ ๊ตฌ์„ฑ๋˜๋ฉฐ, &amp;nbsp;๊ฐ column์˜ ๋„ˆ๋น„๋Š” ์ƒ์œ„ ์š”์†Œ์— ๋น„๋ก€ํ•ด ์œ ๋™์ ์œผ๋กœ ๋ณ€ํ™”ํ•ฉ๋‹ˆ๋‹ค. " style=""> </w2:textbox> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="1280" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="12๋‹จ 40๋งˆ์ง„ 16๊ฑฐํ„ฐ" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <xf:image src="/cm/images/base/Grid.png" style="border:1px solid #eee;" id=""></xf:image> </xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="๊ทธ๋ฆฌ๋“œ ํ™œ์šฉ" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <xf:image id="" src="/cm/images/base/Grid_ex.png" style="border:1px solid #eee;"></xf:image> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/dev_kit/xml/color.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Color" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="WebSquare์—์„œ ์ œ๊ณตํ•˜๋Š” ํ…œํ”Œ๋ฆฟํŽ˜์ด์ง€์˜ &amp;nbsp;์ „๋ฐ˜์ ์ธ ๋””์ž์ธ ์ผ๊ด€์„ฑ์„ ์œ„ํ•ด, ๊ฐ ์ปฌ๋Ÿฌ๋ณ„ ์ ์šฉ ๊ทœ์น™์„ ์ค€์ˆ˜ํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[guide]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Primary Color" style=""></w2:textbox> </xf:group> <xf:group class="colorbox primary" id="" style="" tagname=""> <xf:group class="color_titbox" id="" style=""> <w2:textbox class="subtxt" escape="false" id="" label="Primary | 600" style=""></w2:textbox> <w2:textbox class="subtxt tar" escape="false" id="" label="#348FE2" style=""></w2:textbox> </xf:group> <xf:group class="_flex" id=""> <xf:group class="" id="" style="" tagname=""> <xf:group class="cm_colorbox box" id=""> <w2:textbox class="" escape="false" id="" label="900" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#1d4d9e" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="800" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#276bbd" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="700" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#2d7ccf" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="req" escape="false" id="" label="600" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#348ee2" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="500" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#3a9cf0" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="400" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#51aaf2" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="300" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#6eb9f4" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#96cdf8" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#bee0fa" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="050" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#e4f3fd" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="second" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Secondary Color" style=""></w2:textbox> </xf:group> <xf:group class="colorbox secondary" id="" style="" tagname=""> <xf:group class="color_titbox" id="" style=""> <w2:textbox class="subtxt" escape="false" id="" label="Secondary | 900" style=""></w2:textbox> <w2:textbox class="subtxt tar" escape="false" id="" label="#e28834" style=""></w2:textbox> </xf:group> <xf:group class="_flex" id=""> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="req" escape="false" id="" label="900" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#e28834" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="800" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#eaac44" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="700" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#eec34d" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="600" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#f1d957" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="500" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#f0e85a" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="400" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#f3ec70" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="300" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#f6f188" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#f8f5a9" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#faf9cb" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="050" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#fdfdea" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="sub" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Sub Color" style=""></w2:textbox> </xf:group> <xf:group class="colorbox" id="" style="" tagname=""> <xf:group class="_flex" id=""> <xf:group class="subcolor1" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" escape="false" id="" label="50" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#d9f8f8" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#9bedec" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="req" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#34e2df" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="300" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#00d3ce" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="400" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#00c6be" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="500" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#00b8ad" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="600" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#00aa9e" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="700" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#00998b" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="800" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#00887a" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="900" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#006a59" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="subcolor2" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" escape="false" id="" label=" 50" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#ede7fc" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#cfc5f7" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#ae9ff3" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="300" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#8a77f0" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="400" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#6b58ed" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="500" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#453be9" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="req" escape="false" id="" label="600" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#3437e2" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="700" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#0b2fd9" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="800" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#002ad3" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="900" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#001eca" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="subcolor3" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" dataType="" escape="false" id="" label=" 50" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#f9e3ef" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#f1b9d8" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#ea8cbe" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="300" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#e55ca4" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="req" escape="false" id="" label="400" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#e2348e" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="500" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#e10078" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="600" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#d00073" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="700" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#b9006c" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="800" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#a30067" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="900" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#7d005b" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="alert" style="" tagname="hr" toolTip=""></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Alert Color" style=""></w2:textbox> </xf:group> <xf:group class="colorbox alert" id="" style="" tagname=""> <xf:group adaptive="" class="_flex" id="" style="" tagname=""> <xf:group adaptive="" class="cm_colorbox" id="" style="" tagname=""> <w2:textbox class="" escape="false" id="" label="#F94B50" style=""></w2:textbox> </xf:group> <xf:group adaptive="" class="example" id="" style="" tagname=""> <xf:input class="error" id="" placeholder="" style="width:148px;"></xf:input> <w2:textbox class="txt_error" dataType="" id="" label="Error" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="legend" style="" tagname="hr" toolTip=""></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Legend Color" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="๋ฒ”๋ก€ ์ƒ‰ / ๊ทธ๋ฆฌ๋“œ, ํ…Œ์ด๋ธ”์„ ๊ฐ•์กฐํ•  ๊ฒฝ์šฐ ํ—ค๋” ๋ฐ ์…€์˜ ๋ฐฐ๊ฒฝ์— ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค." style=""></w2:textbox> </xf:group> <xf:group class="colorbox legend" id="" style="" tagname=""> <xf:group class="_flex" id=""> <xf:group class="legendcolor1" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#FFCDE0" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#FFE5EF" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="legendcolor2" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#E0F7FA" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#B2EBF2" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="legendcolor3" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" dataType="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#E0F2F1" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#B2DFDB" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="legendcolor4" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" dataType="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#E0F2F1" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#B2DFDB" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> <xf:group class="_flex" id="" style=""> <xf:group class="legendcolor5" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#FFF1A6" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#FFF9DA" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="legendcolor6" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#A6E9ED" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#CCF3F5" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="legendcolor7" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" dataType="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#C3D2F8" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#D7E0F7" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="legendcolor8" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" dataType="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#E5C6BF" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#ECE1DF" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="grayscale" style="" tagname="hr" toolTip=""></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Grayscale" style=""></w2:textbox> </xf:group> <xf:group class="colorbox grayscale cool" id=""> <xf:group class="color_titbox" id="" style=""> <w2:textbox class="maintxt" dataType="" escape="false" id="" label="Grayscale" style=""></w2:textbox> <w2:textbox class="subtxt" escape="false" id="" label="Cool Gray" style=""></w2:textbox> </xf:group> <xf:group class="_flex" id="" style=""> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="900" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#2C3238" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="850" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#373D45" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="800" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#424952" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="700" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#56606B" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="600" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#6B7682" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="500" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#8996A3" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="400" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#A5B3C2" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="300" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#BEC9D4" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#DAE3ED" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#E8EFF5" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="50" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#F5F7FA" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="colorbox grayscale basic" id="" style=""> <xf:group class="color_titbox" id="" style=""> <w2:textbox class="maintxt" dataType="" escape="false" id="" label="Grayscale" style=""></w2:textbox> <w2:textbox class="subtxt" escape="false" id="" label="Basic Gray" style=""></w2:textbox> </xf:group> <xf:group class="_flex" id="" style=""> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="900" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#202020" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""></xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="800" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#333333" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="700" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#555555" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="600" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#888888" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="500" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#AAAAAA" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="400" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#CCCCCC" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="300" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#DDDDDD" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#EEEEEE" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#F6F6F6" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="50" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#FAFAFA" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/dev_kit/xml/tree.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Tree" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="๊ณ„์ธต ๊ตฌ์กฐ๋ฅผ ๊ฐ€์ง€๋Š” ๋ฐ์ดํ„ฐ๋ฅผ, &amp;nbsp;Treeํ˜•ํƒœ๋กœ ์ถœ๋ ฅํ•˜๋Š” ์ปดํฌ๋„ŒํŠธ์ž…๋‹ˆ๋‹ค. " style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="ํŠธ๋ฆฌ" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ๊ฐ ๋…ธ๋“œ์— checkbox์™€ image(icon)๋ฅผ ๋„ฃ์„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. &lt;br/&gt;ยท ์ ‘ํ˜€ ์žˆ๋Š” ์ƒํƒœ๋Š” โ€˜+โ€™ , ํŽผ์ณ์ ธ ์žˆ๋Š” ์ƒํƒœ๋Š” โ€˜-โ€™ ํ‘œ์‹œ๋ฅผ ํ•˜๋ฉฐ, ํ•˜์œ„ Data๊ฐ€ ์—†๋Š” ๊ฒฝ์šฐ๋Š” โ€˜+โ€™, โ€˜-โ€™ ํ‘œ์‹œ๋ฅผ ํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="subtitbox" id="" style="" tagname=""></xf:group> <xf:group class="tvwbox " id="" style=""> <w2:treeview class="tvw" dataType="listed" id="" style="height:270px;" tooltipGroupClass="false"> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด1-1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด1-1-1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> </w2:node> </w2:node> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด1-2]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> </w2:node> </w2:node> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด2]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด2-1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด2-1-1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> </w2:node> </w2:node> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด2-2]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> </w2:node> </w2:node> </w2:treeview> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ์ƒ์œ„ ๋ ˆ๋ฒจ์˜ Data๋ฅผ ์„ ํƒ ์‹œ , ์ „์ฒด ํ•˜์œ„ ๋ ˆ๋ฒจ๋„ ํ•จ๊ป˜ ์„ ํƒ๋ฉ๋‹ˆ๋‹ค. &lt;br/&gt;" style=""> </w2:textbox> </xf:group> <xf:group class="tvwbox " id="" style=""> <w2:treeview class="tvw" dataType="listed" id="" style="height:270px;" tooltipGroupClass="false" checkAllChildNodes="true" showCheckbox="true"> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด1-1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด1-1-1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> </w2:node> </w2:node> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด1-2]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> </w2:node> </w2:node> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด2]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด2-1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด2-1-1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> </w2:node> </w2:node> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด2-2]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> </w2:node> </w2:node> </w2:treeview> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/dev_kit/xml/input.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList3" saveRemovedData="true"> <w2:columnInfo> <w2:column id="col1" name="name1" dataType="text"></w2:column> <w2:column id="col2" name="name2" dataType="text"></w2:column> <w2:column id="col3" name="name3" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Forms" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="์‚ฌ์šฉ์ž๊ฐ€ ๋ฐ์ดํ„ฐ๋ฅผ ์ง์ ‘ ์ž…๋ ฅํ•  ์ˆ˜ ์žˆ๋Š” ์ž…๋ ฅํผ๋“ค์ž…๋‹ˆ๋‹ค. " style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Basic Form" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="๋ชจ๋“  ์ž…๋ ฅ์ฐฝ์— ๊ณตํ†ต์ ์œผ๋กœ ์ ์šฉ๋˜๋Š” ๊ธฐ๋ณธ์ ์ธ ์Šคํƒ€์ผ์ž…๋‹ˆ๋‹ค. ์ƒํƒœ์— ๋งž๊ฒŒ ์ ์ ˆํ•œ ์Šคํƒ€์ผ์„ ์ ์šฉํ•ด, ์‚ฌ์šฉ์ž๊ฐ€ ํ˜„์žฌ ์ƒํƒœ๋ฅผ ํŒŒ์•…ํ•˜๊ธฐ ์‰ฝ๋„๋ก ํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="lybox col4" id="" style=""> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Normal form" style="" tagname="h3"></w2:textbox> <xf:group class="rt" id="" style=""></xf:group> </xf:group> <xf:input class="" id="" style="width:148px;" initValue="value"></xf:input> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Focused form" style="" tagname="h3"></w2:textbox> <xf:group class="rt" id="" style=""></xf:group> </xf:group> <xf:input class="w2input_focus" id="" style="width:148px;" initValue="value"></xf:input> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Disabled form" style="" tagname="h3"></w2:textbox> <xf:group class="rt" id="" style=""></xf:group> </xf:group> <xf:input class="" id="" style="width:148px;" disabled="true" initValue="value"></xf:input> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Readonly form" style="" tagname="h3"></w2:textbox> <xf:group class="rt" id="" style=""></xf:group> </xf:group> <xf:input class="" id="" initValue="value" style='width:148px;' readOnly="true"></xf:input> </xf:group> </xf:group> <xf:group class="line_gray" id="second" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="ํ•„์ˆ˜์ž…๋ ฅ" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label='ํ•„์ˆ˜๋กœ ์ž…๋ ฅํ•ด์•ผ ํ•˜๋Š” ์ž…๋ ฅํผ์˜ ๊ฒฝ์šฐ , ๋ ˆ์ด๋ธ”์˜ ์ขŒ์ธก์— &lt;span class="req"&gt;&lt;/span&gt;๋ฅผ &amp;nbsp;์ถ”๊ฐ€ํ•˜๊ณ , ํผ์š”์†Œ์—๋Š” &amp;nbsp;Background color ๋ฅผ ์ ์šฉํ•ด ์ค๋‹ˆ๋‹ค.' style=""> </w2:textbox> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ•„์ˆ˜์ž…๋ ฅ" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input class="req" id="" initValue="value" style="width:148px;"></xf:input> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="req" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width: 148px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="req" id="" label="ํ•„์ˆ˜์ž…๋ ฅ" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> <w2:inputCalendar calendarValueType="yearMonthDate" class="req" focusOnDateSelect="false" footerDiv="true" id="" renderDiv="true" renderType="" rightAlign="false" style="width: 120px;"> </w2:inputCalendar> <w2:span id="" label="~" style=""></w2:span> <w2:inputCalendar calendarValueType="yearMonthDate" class="req" focusOnDateSelect="false" footerDiv="true" id="" renderDiv="true" renderType="" rightAlign="false" style="width: 120px;"> </w2:inputCalendar> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="subtitbox" id="" style="" tagname=""></xf:group> <xf:group adaptiveThreshold="" class="gvwbox" id="" style=""></xf:group> <xf:group class="line_gray" id="group7" style="" tagname="hr"></xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Invalid Form" style="" tagname="h3"></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="์ž…๋ ฅํผ์— ์œ ํšจ์„ฑ๊ฒ€์‚ฌ๋ฅผ ์ œ๊ณตํ•˜์—ฌ , ์ž˜๋ชป ์ž…๋ ฅ ์‹œ ์˜ค๋ฅ˜๋ฉ”์‹œ์ง€๋ฅผ ์ถœ๋ ฅํ•ฉ๋‹ˆ๋‹ค." style=""></w2:textbox> <xf:group class="lybox col3" id="" style=""> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Invalid form" style="" tagname="h3"></w2:textbox> </xf:group> <xf:input class="w2input_error" fireEventOnInvalid="true" id="" initValue="Invalid value" style="width:148px;"></xf:input> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Invalid form with description" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group id=""> <xf:input class="w2input_error" id="" initValue="Invalid value" style="width:148px;"></xf:input> </xf:group> <w2:textbox class="w2input_errormessage" dataType="" id="" label="์ผํšŒ์šฉ ๋กœ๊ทธ์ธ ๋ฒˆํ˜ธ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”." style=""></w2:textbox> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <xf:group class="rt" id="" style=""></xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="group4" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="๊ธฐ๋ณธ ์ž…๋ ฅํผ" style=""></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group tagname="col" style="width:120px;"></xf:group> <xf:group tagname="col" style="width:20%;"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th tac" style="" tagname="th"> <w2:textbox class="" id="" label="์œ ํ˜•" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group tagname="th" class="w2tb_th tac" style=""> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ˜•ํƒœ" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group tagname="th" class="w2tb_th tac" style=""> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="์„ค๋ช…" ref="" style="" userData2=""></w2:textbox> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group class="w2tb_td tac" tagname="td" style=""> Inputbox <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%"></xf:input> </xf:group> <xf:group tagname="td" class="w2tb_td"> -&amp;nbsp;ํ•œ&amp;nbsp;์ค„&amp;nbsp;ํ…์ŠคํŠธ๋ฅผ&amp;nbsp;์ž…๋ ฅํ•˜๋Š”&amp;nbsp;๊ฒฝ์šฐ์—&amp;nbsp;์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.&amp;nbsp; <br></br> -&amp;nbsp;ํ…Œ์ด๋ธ”&amp;nbsp;์ปฌ๋Ÿผ&amp;nbsp;์•ˆ์˜&amp;nbsp;Inputbox์˜&amp;nbsp;width๊ฐ’์€&amp;nbsp;100%๋กœ&amp;nbsp;์ž‘์„ฑํ•˜๋‚˜,&amp;nbsp;ํ•„์š”ํ•œ&amp;nbsp;๊ฒฝ์šฐ&amp;nbsp;์ผ์ •์‚ฌ์ด์ฆˆ๋กœ&amp;nbsp;๊ณ ์ •์‹œํ‚ต๋‹ˆ๋‹ค.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; <br></br> <w2:attributes> <w2:scope>row</w2:scope> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> Textarea <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:textarea class="" id="" placeholder="" style="width:100%"></xf:textarea> </xf:group> <xf:group tagname="td" class="w2tb_td"> -&amp;nbsp;์—ฌ๋Ÿฌ&amp;nbsp;์ค„&amp;nbsp;ํ…์ŠคํŠธ๋ฅผ&amp;nbsp;์ž…๋ ฅํ•˜๋Š”&amp;nbsp;๊ฒฝ์šฐ&amp;nbsp;์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; <br></br> -&amp;nbsp;ํ•„์ˆ˜&amp;nbsp;์ž…๋ ฅํผ์€&amp;nbsp;๋ฐฐ๊ฒฝ์ปฌ๋Ÿฌ๋กœ&amp;nbsp;๊ตฌ๋ถ„์‹œํ‚ต๋‹ˆ๋‹ค.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; <br></br> -&amp;nbsp;์ž…๋ ฅ&amp;nbsp;๋ถˆ๊ฐ€ํผ(๋น„ํ™œ์„ฑ)์€&amp;nbsp;๋ฐฐ๊ฒฝ์ปฌ๋Ÿฌ๋กœ&amp;nbsp;๊ตฌ๋ถ„์‹œํ‚ต๋‹ˆ๋‹ค. <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> Radio <w2:attributes></w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td tac"> <w2:attributes></w2:attributes> <xf:select1 appearance="full" cols="" disabled="" id="" ref="" renderType="radiogroup" rows="" selectedIndex="0" style=""> <xf:choices> <xf:item> <xf:label><![CDATA[Atype]]></xf:label> <xf:value><![CDATA[]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[Btype]]></xf:label> <xf:value><![CDATA[]]></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> <xf:group tagname="td" class="w2tb_td"> -&amp;nbsp;์—ฌ๋Ÿฌ&amp;nbsp;๊ฐœ์˜&amp;nbsp;ํ•ญ๋ชฉ&amp;nbsp;์ค‘&amp;nbsp;ํ•œ&amp;nbsp;ํ•ญ๋ชฉ๋งŒ&amp;nbsp;์„ ํƒํ•ด์•ผ&amp;nbsp;ํ•˜๋Š”&amp;nbsp;๊ฒฝ์šฐ&amp;nbsp;์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. <br></br> -&amp;nbsp;์ƒํ™ฉ์—&amp;nbsp;๋งž๊ฒŒ&amp;nbsp;์„ธ๋กœ&amp;nbsp;์ •๋ ฌ๊ณผ&amp;nbsp;๊ฐ€๋กœ&amp;nbsp;์ •๋ ฌ์„&amp;nbsp;ํ˜ผ์šฉํ•ด&amp;nbsp;์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.&amp;nbsp;&amp;nbsp;&amp;nbsp; <br></br> -&amp;nbsp;๋””ํดํŠธ&amp;nbsp;ํ•ญ๋ชฉ์€&amp;nbsp;๊ฐ€์žฅ&amp;nbsp;์ค‘์š”ํ•œ&amp;nbsp;ํ•ญ๋ชฉ์œผ๋กœ&amp;nbsp;์ง€์ •ํ•ฉ๋‹ˆ๋‹ค.&amp;nbsp; <w2:attributes></w2:attributes> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> Checkbox <w2:attributes></w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td tac"> <w2:attributes></w2:attributes> <xf:select appearance="full" cols="" disabled="" id="" ref="" renderType="checkboxgroup" rows="" selectedindex="1" style=""> <xf:choices> <xf:item> <xf:label><![CDATA[Atype]]></xf:label> <xf:value><![CDATA[]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[Btype]]></xf:label> <xf:value><![CDATA[]]></xf:value> </xf:item> </xf:choices> </xf:select> </xf:group> <xf:group tagname="td" class="w2tb_td"> -&amp;nbsp;๋‹ค์ค‘์œผ๋กœ&amp;nbsp;์„ ํƒํ•˜๋Š”&amp;nbsp;๊ฒฝ์šฐ&amp;nbsp;์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. <br></br> -&amp;nbsp;์ƒํ™ฉ์—&amp;nbsp;๋งž๊ฒŒ&amp;nbsp;์„ธ๋กœ&amp;nbsp;์ •๋ ฌ๊ณผ&amp;nbsp;๊ฐ€๋กœ&amp;nbsp;์ •๋ ฌ์„&amp;nbsp;ํ˜ผ์šฉํ•ด&amp;nbsp;์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. <w2:attributes></w2:attributes> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> Selectbox <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width:100%" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[A TYPE]]></xf:label> <xf:value><![CDATA[]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[B TYPE]]></xf:label> <xf:value><![CDATA[]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[C TYPE]]></xf:label> <xf:value><![CDATA[]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[D TYPE]]></xf:label> <xf:value><![CDATA[]]></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> <xf:group tagname="td" class="w2tb_td"> -&amp;nbsp;์„ ํƒ&amp;nbsp;์˜ต์…˜์ด&amp;nbsp;4๊ฐœ&amp;nbsp;์ด์ƒ์ธ&amp;nbsp;๊ฒฝ์šฐ&amp;nbsp;์‚ฌ์šฉ์„&amp;nbsp;๊ถŒ์žฅํ•ฉ๋‹ˆ๋‹ค.&amp;nbsp;&amp;nbsp;&amp;nbsp; <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> AutoComplete <w2:attributes></w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <w2:autoComplete allOption="" chooseOption="" editType="select" id="" ref="" search="start" style="width: 100%" submenuSize="auto" useKeywordHighlight="false"> <w2:choices> <w2:item> <w2:label><![CDATA[A]]></w2:label> <w2:value></w2:value> </w2:item> <w2:item> <w2:label><![CDATA[AB]]></w2:label> <w2:value></w2:value> </w2:item> <w2:item> <w2:label><![CDATA[ABC]]></w2:label> <w2:value></w2:value> </w2:item> <w2:item> <w2:label><![CDATA[ABCD]]></w2:label> <w2:value></w2:value> </w2:item> </w2:choices> </w2:autoComplete> </xf:group> <xf:group tagname="td" class="w2tb_td"> -&amp;nbsp;Select&amp;nbsp;Box์˜&amp;nbsp;ํ™•์žฅ&amp;nbsp;์ปดํฌ๋„ŒํŠธ๋กœ&amp;nbsp;ํŠน์ •&amp;nbsp;๋ฌธ์ž์—ด์—&amp;nbsp;๋Œ€ํ•œ&amp;nbsp;์ž๋™์™„์„ฑ&amp;nbsp;๋ฐ&amp;nbsp;๊ฒ€์ƒ‰๊ธฐ๋Šฅ์ด&amp;nbsp;์žˆ์Šต๋‹ˆ๋‹ค. <w2:attributes></w2:attributes> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="group6" style="" tagname="hr"></xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Group of Form" style="" tagname="h3"></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="๊ฒฝ์šฐ์— ๋”ฐ๋ผ ํผ์€ input, select, Trigger(๋ฒ„ํŠผ) ๋“ฑ๊ณผ ํ•จ๊ป˜ &amp;nbsp;๊ทธ๋ฃน์œผ๋กœ ๋ฌถ์—ฌ ์‚ฌ์šฉ๋ฉ๋‹ˆ๋‹ค. " style=""> </w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:120px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th tac" style="" tagname="th"> <w2:textbox class="" id="" label="์œ ํ˜•" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_th tac" style="" tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="์ž…๋ ฅํ˜•์‹" ref="" style="" userData2=""></w2:textbox> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> ์กฐํšŒ <w2:attributes></w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:group id=""> <xf:input style="width:148px;" id="" placeholder="" class=""></xf:input> <xf:trigger style="" id="" type="button" class="btn_cm btn_search "> <xf:label><![CDATA[Search]]></xf:label> </xf:trigger> </xf:group> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> ๊ธฐ๊ฐ„ <w2:attributes></w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:group id=""> <w2:inputCalendar footerDiv="true" rightAlign="false" focusOnDateSelect="false" style="width: 120px;" id="" renderType="" renderDiv="true" calendarValueType="yearMonthDate"> </w2:inputCalendar> <w2:span style="" id="" label="~"></w2:span> <w2:inputCalendar footerDiv="true" rightAlign="false" focusOnDateSelect="false" style="width: 120px;" id="" renderType="" renderDiv="true" calendarValueType="yearMonthDate"> </w2:inputCalendar> </xf:group> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> ๊ธˆ์•ก <w2:attributes></w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:group id=""> <xf:input dataType="number" editType="" style="width:148px;" id="" placeholder="" type="" class="tar"></xf:input> <w2:span style="" id="" label="์›"></w2:span> </xf:group> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> ์ด๋ฉ”์ผ <w2:attributes></w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:group id=""> <xf:input style="width:148px;" id="" placeholder="" class=""></xf:input> <w2:span style="" id="" label="@"></w2:span> <xf:input style="width:148px;" id="" placeholder="" class=""></xf:input> <xf:select1 ref="" submenuSize="auto" appearance="minimal" disabledClass="w2selectbox_disabled" chooseOption="" disabled="false" style="width: 148px;" allOption="true" id="" renderType="" class="" direction="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[์ง์ ‘์ž…๋ ฅ]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="ยท Data์˜ ์ •๋ ฌ๊ธฐ์ค€์— ๋”ฐ๋ฆ…๋‹ˆ๋‹ค. &lt;br/&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;- ์šฐ์ธก์ •๋ ฌ : ๊ธˆ์•ก, ์ˆซ์ž ๋“ฑ ์ž๋ฆฟ์ˆ˜ ๊ตฌ๋ถ„๋˜๋Š” Data&lt;br/&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;- ์ขŒ์ธก์ •๋ ฌ : ์ฃผ์†Œ, ์ „ํ™”๋ฒˆํ˜ธ ๋“ฑ ๊ธ€์ž์ˆ˜๊ฐ€ ์ผ์ •์น˜ ์•Š์€ Data&lt;br/&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;- ์ค‘์•™์ •๋ ฌ : ๋‚ ์งœ ๋“ฑ Data ๊ธ€์ž์ˆ˜๊ฐ€ ์ผ์ •ํ•œ ๊ฒฝ์šฐ" style=""> </w2:textbox> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/dev_kit/xml/table.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Table" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="html์˜ ํ…Œ์ด๋ธ”์„ ์˜๋ฏธํ•˜๋Š” ์ปดํฌ๋„ŒํŠธ์ด๋ฉฐ, ์—ฌ๋Ÿฌ๊ฐ€์ง€ ์œ ํ˜•์˜ ๋ฐ์ดํ„ฐ๋ฅผ ์ž…๋ ฅํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="์ž…์ถœ๋ ฅํ…Œ์ด๋ธ”" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ๊ฒ€์ƒ‰ ๊ฒฐ๊ณผ์˜ ์ถœ๋ ฅ๊ณผ ์‹ ๊ทœ Data ์ž…๋ ฅ ๋ฐ ์ˆ˜์ •์„ ์œ„ํ•œ ํ™”๋ฉด์— ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. &lt;br/&gt;ยท ์ž…๋ ฅ ๋ถˆ๊ฐ€ ํ•„๋“œ๋Š” Disabled ์ฒ˜๋ฆฌํ•˜๋ฉฐ , Background Color๋กœ ๊ตฌ๋ถ„์‹œํ‚ต๋‹ˆ๋‹ค. &lt;br/&gt;" style=""> </w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ•„์ˆ˜ํ•ญ๋ชฉ" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input class="req" id="" placeholder="" style="width:148px;"></xf:input> <xf:trigger class="btn_cm btn_search " id="" style="" type="button"> <xf:label><![CDATA[Search]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="๊ธฐ๊ฐ„์กฐํšŒ" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> <w2:inputCalendar calendarValueType="yearMonthDate" focusOnDateSelect="false" footerDiv="true" id="" renderDiv="true" renderType="" rightAlign="false" style="width: 120px;"> </w2:inputCalendar> <w2:span id="" label="~" style=""></w2:span> <w2:inputCalendar calendarValueType="yearMonthDate" focusOnDateSelect="false" footerDiv="true" id="" renderDiv="true" renderType="" rightAlign="false" style="width: 120px;"> </w2:inputCalendar> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group tagname="th" class="w2tb_th "> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="์ถœ๋ ฅํ•ญ๋ชฉ" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;" disabled="true"></xf:input> </xf:group></xf:group></xf:group> </xf:group> <xf:group class="line_gray" id="second" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="ํ…Œ์ด๋ธ” ์ปฌ๋Ÿผ ๋ถ„ํ• " style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ์ž…์ถœ๋ ฅ ํ…Œ์ด๋ธ”์ด ์ƒํ•˜๋กœ ์—ฌ๋Ÿฌ ๊ฐœ ์œ„์น˜ํ•œ ๊ฒฝ์šฐ, ํ…Œ์ด๋ธ” ๋ณ„๋กœ ์—ด์˜ ๊ฐœ์ˆ˜๋‚˜ ๋น„์œจ์„ ๋‹ค๋ฅด๊ฒŒ ํ•˜๋Š” ๊ฒƒ์€ ์ง€์–‘ํ•˜๋ฉฐ, ๊ฐ€๋Šฅํ•œ ๊ทธ๋ฆฌ๋“œ๋ฅผ ๋งž์ถ”์–ด ์ž‘์„ฑํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;ยท ์ž…๋ ฅํ•ญ๋ชฉ์ด ๋งŽ์„ ๊ฒฝ์šฐ ๊ทธ๋ฃนํ•‘์„ ํ•˜์—ฌ ์ž…์ถœ๋ ฅ ํ…Œ์ด๋ธ”์„ ๋‚˜๋ˆ„๋Š” ๊ฒƒ์„ ๊ถŒ์žฅํ•ฉ๋‹ˆ๋‹ค. " style=""> </w2:textbox> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="์„œ๋ธŒํƒ€์ดํ‹€" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"></xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="์„œ๋ธŒํƒ€์ดํ‹€" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"></xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes></w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes></w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="์„œ๋ธŒํƒ€์ดํ‹€" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <w2:attributes> <w2:colspan>3</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes></w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="guide_arrow type3" id="" style=""> <xf:group class="arrow" id="" style="width:150px;"> <xf:group id=""></xf:group> </xf:group> <xf:group class="arrow opy" id="" style="width:auto;"> <xf:group id=""></xf:group> </xf:group> <xf:group class="arrow" id="" style="width:150px;"> <xf:group id=""></xf:group> </xf:group> <xf:group class="arrow opy" id="" style="width:auto;"> <xf:group id=""></xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="group1" style="" tagname="hr"></xf:group> <xf:group id="" class="titbox"> <w2:textbox style="" id="" label="๊ฐ ํ…Œ์ด๋ธ”์˜ ๋น„์œจ์€ ๊ฐ€์ด๋“œ์— ๋”ฐ๋ผ ์ž‘์„ฑํ•ฉ๋‹ˆ๋‹ค. " class="subtxt" escape="false"></w2:textbox> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="1๋‹จํ…Œ์ด๋ธ”" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="guide_arrow type2" id="" style=""> <xf:group class="arrow" id="" style="width:150px;"> <xf:group id=""> <w2:span id="" label="1/4" style=""></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:auto;"> <xf:group id=""> <w2:span id="" label="3/4" style=""></w2:span> </xf:group> </xf:group> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="2๋‹จํ…Œ์ด๋ธ”" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="" id="" label="ํ•„์ˆ˜ํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes></w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>3</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>3</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="guide_arrow type2" id="" style=""> <xf:group class="arrow" id="" style="width:150px;"> <xf:group id=""> <w2:span id="" label="1/6" style=""></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:auto;"> <xf:group id=""> <w2:span id="" label="2/6" style=""></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:150px;"> <xf:group id=""> <w2:span id="" label="1/6" style=""></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:auto;"> <xf:group id=""> <w2:span id="" label="2/6" style=""></w2:span> </xf:group> </xf:group> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="4๋‹จํ…Œ์ด๋ธ”" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ•„์ˆ˜ํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes></w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th" tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th" tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="guide_arrow type2" id="" style=""> <xf:group class="arrow" id="" style="width:25%;"> <xf:group id=""> <w2:span id="" label="1/4" style=""></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:25%;"> <xf:group id=""> <w2:span id="" label="1/4" style=""></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:25%;"> <xf:group id=""> <w2:span id="" label="1/4" style=""></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:25%;"> <xf:group id=""> <w2:span id="" label="1/4" style=""></w2:span> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/dev_kit/xml/message.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" style=""> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Message" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="์‚ฌ์šฉ์ž์˜ ํ–‰๋™์— ํ”ผ๋“œ๋ฐฑ์ด ํ•„์š”ํ•˜๊ฑฐ๋‚˜, ์•Œ๋ฆผ, ์ •๋ณด, ์˜ค๋ฅ˜๋“ฑ์„ ์ „๋‹ฌํ•  ๋•Œ ์‚ฌ์šฉ๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Alerts Popup" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="ยท ๋‹จ์ˆœ ์•Œ๋ฆผ ์ฐฝ์€ ํ™•์ธ ๋ฒ„ํŠผ์„ ๋ฐฐ์น˜ํ•˜๊ณ , ์ง„ํ–‰ ์—ฌ๋ถ€๋ฅผ ํ™•์ธํ•˜๋Š” ์•Œ๋ฆผ ์ฐฝ์€ ํ™•์ธ, ์ทจ์†Œ ๋ฒ„ํŠผ์„ ๋ฐฐ์น˜ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;" style=""> </w2:textbox> <xf:group class="lybox temp" id="" style=""> <xf:group adaptiveThreshold="" class="ly_column col_6" id="" style=""> <xf:group class="ly_popup temp" id="" style=""> <xf:group class="ly_head" id="" style=""></xf:group> <xf:group class="ly_cont" id="" style=""> <w2:textbox class="txt1" id="" label="์ฒ˜๋ฆฌ์ค‘ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค. " style="" tagname="p"></w2:textbox> <w2:textbox class="txt2" escape="false" id="" label="์ฒ˜๋ฆฌ์ค‘ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;์žฅ์• ๋ฌธ์˜ : [email protected]" style="" tagname="p"> </w2:textbox> <xf:group class="btnbox" id="" style=""> <xf:trigger class="btn_cm pt btn_pop" id="trigger1" style="" type="button"> <xf:label><![CDATA[ํ™•์ธ]]></xf:label> </xf:trigger> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="ly_column col_4" id="" style=""> <xf:group class="ly_popup temp" id="" style="position: relative; left: 0; top: 0; margin: 0;"> <xf:group class="ly_head" id="" style=""></xf:group> <xf:group class="ly_cont" id="" style=""> <w2:textbox class="txt1" id="" label="์ €์žฅํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ? " style="" tagname="p"></w2:textbox> <xf:group class="btnbox" id="" style=""> <xf:trigger class="btn_cm pt btn_pop" id="trigger2" style="" type="button"> <xf:label><![CDATA[ํ™•์ธ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm" id="" style="" type="button"> <xf:label><![CDATA[์ทจ์†Œ]]></xf:label> </xf:trigger> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="group6" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Alerts Message" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="ยท ์ƒํ™ฉ์— ๋”ฐ๋ผ Info, Success, Warning, Error ์˜ ๋„ค๊ฐ€์ง€ ์ข…๋ฅ˜๋ฅผ ์ ์ ˆํžˆ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="subtitbox" id="" style="" tagname=""> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:80px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input class="" id="" placeholder="" style="width:148px;"></xf:input> <w2:textbox class="txt_error" dataType="" id="" label="Error Message" style=""></w2:textbox> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> <xf:input class="" id="" placeholder="" style="width:148px;"></xf:input> <w2:textbox class="txt_success" dataType="" id="" label="Success Message" style=""></w2:textbox> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group tagname="th" class="w2tb_th "> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:148px;"></xf:input> <w2:textbox class="txt_info" dataType="" id="" label="Info Message" style=""></w2:textbox> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group tagname="th" class="w2tb_th "> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:148px;"></xf:input> <w2:textbox class="txt_warning" dataType="" id="" label="Warning Message" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="msgbox success" id="" style=""> <w2:textbox class="txt_success" for="" id="" label="Success Message" style="" tagname=""></w2:textbox> </xf:group> <xf:group class="msgbox error" id="" style=""> <w2:textbox class="txt_error" for="" id="" label="Error Message" style="" tagname=""></w2:textbox> </xf:group> <xf:group class="msgbox info" id="" style=""> <w2:textbox class="txt_info" for="" id="" label="Info Message" style="" tagname=""></w2:textbox> </xf:group> <xf:group class="msgbox warning" id="" style=""> <w2:textbox class="txt_warning" for="" id="" label="Warning Message" style="" tagname=""></w2:textbox> </xf:group> <xf:group class="line_gray" id="group7" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Toasts" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="ยท ํ† ์ŠคํŠธ๋Š” ์šฐ์ธกํ•˜๋‹จ์— ๊ณ ์ •๋˜์–ด ๋‚˜ํƒ€๋‚˜๋ฉฐ ์ผ์ • ์‹œ๊ฐ„์ด ์ง€๋‚˜๋ฉด ์‚ฌ๋ผ์ง‘๋‹ˆ๋‹ค." style=""></w2:textbox> <xf:group class="msgbox toast" id="" style="margin-bottom:100px"> <w2:textbox class="" for="" id="" label="Toast Message" style="" tagname="span"></w2:textbox> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/dev_kit/xml/button.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList3" saveRemovedData="true"> <w2:columnInfo> <w2:column id="col1" name="name1" dataType="text"></w2:column> <w2:column id="col2" name="name2" dataType="text"></w2:column> <w2:column id="col3" name="name3" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" encYN="true" id="col1" name="ํƒ€์ดํ‹€"></w2:column> <w2:column dataType="text" id="col2" name="์ด๋ฆ„"></w2:column> <w2:column dataType="text" id="col3" name="์ฃผ์†Œ"></w2:column> <w2:column dataType="text" id="col4" name="๋‚ ์งœ"></w2:column> <w2:column dataType="text" id="col5" name="๊ธˆ์•ก"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <col1><![CDATA[๊ธˆ์ผ ์ผ์ • ์•ˆ๋‚ด์ž…๋‹ˆ๋‹ค.]]></col1> <col2><![CDATA[ํ™๊ธธ๋™]]></col2> <col3><![CDATA[์„œ์šธ์‹œ ๊ณตํ•ญ๋Œ€๋กœ]]></col3> <col4><![CDATA[2022-12-10]]></col4> <col5><![CDATA[100,000]]></col5> </w2:row> <w2:row> <col1><![CDATA[๊ธˆ์ผ ์ผ์ • ์•ˆ๋‚ด์ž…๋‹ˆ๋‹ค.]]></col1> <col2><![CDATA[ํ™๊ธธ๋™]]></col2> <col3><![CDATA[์„œ์šธ์‹œ ๊ณตํ•ญ๋Œ€๋กœ]]></col3> <col4><![CDATA[2022-12-11]]></col4> <col5><![CDATA[120,000]]></col5> </w2:row> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Button" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="WDS์—์„œ ์‚ฌ์šฉ๋˜๋Š” ๋ฒ„ํŠผ ์Šคํƒ€์ผ์ž…๋‹ˆ๋‹ค. " style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Button Default" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="๊ฐ€์žฅ ๊ธฐ๋ณธ์ด ๋˜๋Š” ๋ฒ„ํŠผ์ž…๋‹ˆ๋‹ค. ์ผ๋ฐ˜์ ์ธ ์ƒํ™ฉ์— ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค." style=""></w2:textbox> <xf:group class="lybox col4" id="" style=""> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Normal" style="" tagname="h3"></w2:textbox> </xf:group> <xf:trigger class="btn_cm" id="" style="" type="button"> <xf:label><![CDATA[Button default]]></xf:label> </xf:trigger> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Hover" style="" tagname="h3"></w2:textbox> </xf:group> <xf:trigger class="btn_cm btn_cm_focus" id="" style="" type="button"> <xf:label><![CDATA[Button default]]></xf:label> </xf:trigger> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Active" style="" tagname="h3"></w2:textbox> </xf:group> <xf:trigger class="btn_cm btn_cm_active" id="" style="" type="button"> <xf:label><![CDATA[Button default]]></xf:label> </xf:trigger> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Disabled" style="" tagname="h3"></w2:textbox> </xf:group> <xf:trigger class="btn_cm" id="" style="" type="button" disabled="true"> <xf:label><![CDATA[Button default]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="line_gray" id="group4" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Primary" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="ํ•ด๋‹น ํŽ˜์ด์ง€์˜ ํ‚ค์•ก์…˜ ๋“ฑ์— ์‚ฌ์šฉํ•˜๋Š” ๋ฒ„ํŠผ์ž…๋‹ˆ๋‹ค. ํ•œ ํŽ˜์ด์ง€์— ํ•œ ๋ฒˆ๋งŒ ์“ฐ์ž…๋‹ˆ๋‹ค." style=""></w2:textbox> <xf:group class="lybox col4" id="" style=""> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Normal" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group id="" class="btnbox"> <xf:trigger style="" id="" type="button" class="btn_cm pt"> <xf:label><![CDATA[Button primary]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Hover" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="btnbox" id="" style=""> <xf:trigger class="btn_cm pt pt_hover" id="" style="" type="button"> <xf:label><![CDATA[Button primary]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Active" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="btnbox" id="" style=""> <xf:trigger class="btn_cm pt pt_active" id="" style="" type="button"> <xf:label><![CDATA[Button primary]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Disabled" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="btnbox" id="" style=""> <xf:trigger class="btn_cm pt" id="" style="" type="button" disabled="true"> <xf:label><![CDATA[Button primary]]></xf:label> </xf:trigger> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="group5" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Pattern" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="์•„์ด์ฝ˜์˜ ์œ ๋ฌด์— ๋”ฐ๋ผ Icon + Text, Text Only, Icon Only 3๊ฐ€์ง€ ํŒจํ„ด์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="lybox col4" id="" style=""> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Icon + Text" style="" tagname="h3"></w2:textbox> </xf:group> <xf:trigger class="btn_cm upload" id="" style="" type="button"> <xf:label><![CDATA[์—…๋กœ๋“œ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm download" id="" style="" type="button"> <xf:label><![CDATA[๋‹ค์šด๋กœ๋“œ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Text Only" style="" tagname="h3"></w2:textbox> </xf:group> <xf:trigger class="btn_cm" id="" style="" type="button"> <xf:label><![CDATA[Button default]]></xf:label> </xf:trigger> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Icon Only" style="" tagname="h3"></w2:textbox> </xf:group> <xf:trigger anchorWithGroupClass="" class="btn_cm btn_search" id="" style="" type="button"> <xf:label><![CDATA[Search]]></xf:label> </xf:trigger> <xf:trigger anchorWithGroupClass="" class="btn_cm btn_delete" id="" style="" type="button"> <xf:label><![CDATA[Delete]]></xf:label> </xf:trigger> </xf:group> <xf:group class="ly_column" id="" style=""></xf:group> </xf:group> <xf:group class="line_gray" id="group6" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="๋ฐฐ์น˜" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="ยท ๋ฒ„ํŠผ์€ ์—…๋ฌด์ฒ˜๋ฆฌ์˜ ํ๋ฆ„์— ๋”ฐ๋ผ ๋ฐฐ์น˜ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;ยท ํ™”๋ฉด ์ „์ฒด๋ฅผ ์ œ์–ดํ•˜๋Š” ๋ฒ„ํŠผ์€ ํ™”๋ฉด์˜ ํ•˜๋‹จ ์šฐ์ธก์— ๋ฐฐ์น˜ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;" style=""> </w2:textbox> <xf:group class="subtitbox" id="" style="" tagname=""></xf:group> <xf:group class="pgtbox" id="" style=""> <xf:trigger class="btn_fav" id="" style="" type="button"> <xf:label></xf:label> </xf:trigger> <w2:textbox class="pgt_tit" id="" label="ํ™”๋ฉดํƒ€์ดํ‹€" style="" tagname=""></w2:textbox> </xf:group> <xf:group class="schbox" id="" style=""> <xf:group class="schbox_inner" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="768" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group class="" id="" style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="์กฐํšŒ์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width:100px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width:100px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="" id="" label="์กฐํšŒ์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" id="" style="" tagname="td"> <xf:select1 appearance="full" cols="" disabled="" id="" ref="" renderType="radiogroup" rows="" selectedIndex="1" style=""> <xf:choices> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ1]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ2]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ3]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="btn_schbox" id="" style=""> <xf:trigger class="btn_cm sch" disabled="" escape="false" id="" style="" type="button"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="์„œ๋ธŒํƒ€์ดํ‹€" style="" tagname="h3"></w2:textbox> <xf:group class="rt" id="" style=""> <xf:trigger class="btn_cm copy" id="" style="" type="button"> <xf:label><![CDATA[ํ–‰๋ณต์‚ฌ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm row_add" id="" style="" type="button"> <xf:label><![CDATA[ํ–‰์ถ”๊ฐ€]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm row_del" id="" style="" type="button"> <xf:label><![CDATA[ํ–‰์‚ญ์ œ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm upload" id="" style="" type="button"> <xf:label><![CDATA[์—…๋กœ๋“œ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm download" id="" style="" type="button"> <xf:label><![CDATA[๋‹ค์šด๋กœ๋“œ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์—…๋ฌด๋ฒ„ํŠผ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์—…๋ฌด๋ฒ„ํŠผ]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group adaptiveThreshold="" class="gvwbox" id="" style=""> <w2:gridView autoFit="allColumn" captionTitle="" checkReadOnlyOnCut="" class="gvw" dataList="data:dataList1" defaultCellHeight="26" evenRowBackgroundColor="" filterFocusMode="" id="" keepDefaultColumnWidth="true" oddRowBackgroundColor="" overflowX="" rowNumBackgroundColor="" rowNumHeaderValue="No" rowNumVisible="" rowNumWidth="" rowStatusHeaderValue="" rowStatusVisible="" rowStatusWidth="50" scrollByColumn="false" scrollByColumnAdaptive="false" selectedCellColor="" selectedCellOverColor="" style="height:150px;" titleAuto="true" visibleRowNum="10"> <w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption> <w2:header id="header2" style=""> <w2:row id="row3" style=""> <w2:column class="" displayMode="label" id="column15" inputType="text" style="" value="ํƒ€์ดํ‹€" width="210"></w2:column> <w2:column displayMode="label" id="column14" inputType="text" style="" value="์ด๋ฆ„" width="70"></w2:column> <w2:column displayMode="label" id="column13" inputType="text" style="" value="์ฃผ์†Œ" width="210"></w2:column> <w2:column displayMode="label" id="column12" inputType="text" style="" value="๋‚ ์งœ" width="100"></w2:column> <w2:column displayMode="label" id="column11" inputType="text" style="" value="๊ธˆ์•ก" width="100"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody2" style=""> <w2:row id="row4" style=""> <w2:column class="tal" displayMode="label" id="col1" inputType="text" style="" value="" width="210"></w2:column> <w2:column displayMode="label" id="col2" inputType="text" style="" value="" width="70"></w2:column> <w2:column class="tal" displayMode="label" id="col3" inputType="text" style="" value="" width="210"></w2:column> <w2:column displayMode="label" id="col4" inputType="text" style="" value="" width="100"></w2:column> <w2:column class="tar" displayMode="label" id="col5" inputType="text" style="" value="" width="100"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> <xf:group class="btnbox" id="" style=""> <xf:group class="rt" id="" style=""> <xf:trigger class="btn_cm" id="" style="" type="button"> <xf:label><![CDATA[์—…๋ฌด๋ฒ„ํŠผ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm" id="" style="" type="button"> <xf:label><![CDATA[์—…๋ฌด๋ฒ„ํŠผ]]></xf:label> </xf:trigger> <w2:textbox class="bar_btndiv" id="" label="" style=""></w2:textbox> <xf:trigger class="btn_cm pt" id="" style="" type="button"> <xf:label><![CDATA[์‹ ๊ทœ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm" id="" style="" type="button"> <xf:label><![CDATA[์ˆ˜์ •]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm pt" id="" style="" type="button"> <xf:label><![CDATA[์ €์žฅ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์‚ญ์ œ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm pt" id="" style="" type="button"> <xf:label><![CDATA[ํ™•์ธ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์ทจ์†Œ]]></xf:label> </xf:trigger> <xf:group id="" class="guide_arrow type1" style=""> <xf:group style="width:154px;" id="" class="arrow"> <xf:group id=""> <w2:span style="" id="" label="์—…๋ฌด๋ฒ„ํŠผ"></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:257px;"> <xf:group id=""> <w2:span style="" id="" label="CRUD๋ฒ„ํŠผ"></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:125px;"> <xf:group id=""> <w2:span style="" id="" label="์ „์ฒด์ œ์–ด๋ฒ„ํŠผ"></w2:span> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/dev_kit/dev_kit_template.xml
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="/websquare/kit/dev_kit/dev_kit.css" type="text/css"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>DEFAULT</w2:type> <w2:buildDate /> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="resource" saveRemovedData="true"> <w2:columnInfo> <w2:column id="id" name="id" dataType="text"></w2:column> <w2:column id="category" name="category" dataType="text"></w2:column> <w2:column id="title" name="ํƒ€์ดํ‹€" dataType="text"></w2:column> <w2:column id="iconSrc" name="์•„์ด์ฝ˜์ž์›" dataType="text"></w2:column> <w2:column id="previewSrc" name="๋ฏธ๋ฆฌ๋ณด๊ธฐ์ž์›" dataType="text"></w2:column> <w2:column id="xmlpath" name="xml์ž์›" dataType="text"></w2:column> <w2:column id="favMenu" name="์ฆ๊ฒจ์ฐพ๊ธฐ" dataType="text"></w2:column> </w2:columnInfo> <w2:data> <w2:row></w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="category" saveRemovedData="true"> <w2:columnInfo> <w2:column id="id" name="name1" dataType="text"></w2:column> <w2:column id="iconSrc" name="name2" dataType="text"></w2:column> <w2:column id="path" name="name3" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" src="/websquare/kit/dev_kit/studioAPI.js"></script> <script type="text/javascript" lazy="false"><![CDATA[ scwin.initUserDataTop = true; scwin.categoryTitleGrpMargin = 30; scwin.onpageload = function () { // requestJson data ์ƒ์„ฑ var requestJson = { "type": "REQUEST", "payload": { "type": "READ_TEMPLETE_FILE_LIST", // ์ „์ฒด ๋ฆฌ์ŠคํŠธ๋ฅผ ์กฐํšŒํ•˜๋Š” ๊ฒฝ์šฐ๋Š” wds๋กœ ๋‚ ๋ ค์•ผํ•จ. "req": { "id": "wds" } } } studioAPI.exec(scwin.jsonDataCallBack, {}, requestJson); // LEFT๋ฉ”๋‰ด ๋ฆฌ์‚ฌ์ด์ง• $(window).resize(function () { var win_w = $(this).width(); if (win_w < 400) { $(".designKit_layout").removeClass("hide_menu"); $(".designKit_layout").addClass("hide_menu"); } }); $(window).scroll( function() { setUserDataTop(); }); }; fnScrollTo = function(id) { var filterFav = { type: 'row', colIndex: 'favMenu', key: "1", condition: 'and' }; resource.clearFilter(); resource.setColumnFilter(filterFav); var favMenuJson = resource.getAllFilteredJSON(); if (id == scwin.favCategoryMenu) {//์ฆ๊ฒจ์ฐพ๊ธฐ ๋ฉ”๋‰ด์ผ ๊ฒฝ์šฐ ์ฆ๊ฒจ์ฐพ๊ธฐ ํ•ญ๋ชฉ์ด ์—†์„ ๊ฒฝ์šฐ ์•„๋ฌด๊ฒƒ๋„ ํ•˜์ง€ ์•Š๊ธฐ. if (favMenuJson.length == 0) return; window.scrollTo(0,0); } else { var top = $p.getComponentById(id).getUserData("top"); //์ฆ๊ฒจ์ฐพ๊ธฐ๊ฐ€ ์žˆ์œผ๋ฉด +30 ํ•ด์ค€๋‹ค. if (favMenuJson.length != 0) top = top + scwin.categoryTitleGrpMargin; window.scrollTo(0,top-15); } } scwin.onpageunload = function () { }; scwin.jsonDataCallBack = function (jsonData) { var jsonResource = jsonData && jsonData.res ? jsonData.res.resource : []; //var jsonCategory = jsonData && jsonData.res ? jsonData.res.category : []; var jsonCategory = [ { "id": "Template", "iconSrc": "", "path": "/cm/template/", "rowStatus": "R" } ] var blankResource = [ { "id": "00_new_component", "category": "00_new_component", "title": "๋นˆ ํŽ˜์ด์ง€", "iconSrc": "/cm/images/base/icon.png", "previewSrc": "/cm/images/base/icon.png", "xmlpath": "", "favMenu": "", "rowStatus": "R" } ] resource.setJSON(blankResource); resource.setJSON(jsonResource, true); category.setJSON(jsonCategory); //category for (var i = 0; i < jsonCategory.length; i++) { //console.log("start[" + i + "]" + jsonCategory[i].id); var genCatogoryIdx = categoryGen.insertChild(); var strCategory = jsonCategory[i].id; var strCategoryMenuIcon = jsonCategory[i].iconSrc; var objCategoryTitle = categoryGen.getChild(genCatogoryIdx, "categoryTitle"); objCategoryTitle.setValue(strCategory);//category anchor title setting var tagCategoryId = objCategoryTitle.getID();//์ขŒ์ธก๋ฉ”๋‰ด ํด๋ฆญ์‹œ ์ฐพ์•„๊ฐˆ ๊ฐ์ฒด id ์–ป์–ด์˜ค๊ธฐ var objResourceListGen = categoryGen.getChild(genCatogoryIdx, "resourceListGen"); //category menu setting var genCatogoryMenuIdx = categoryMenuGen.insertChild(); var objCategoryMenu = categoryMenuGen.getChild(genCatogoryMenuIdx, "categoryMenu"); objCategoryMenu.setValue(strCategory); //objCategoryMenu.setHref("#" + tagCategoryId); objCategoryMenu.setHref("javascript:setUserDataTop();fnScrollTo('" + tagCategoryId+"')"); //console.log(tagCategoryId); atc_search.addItem(strCategory, genCatogoryMenuIdx); var objCategoryMenuIcon = categoryMenuGen.getChild(genCatogoryMenuIdx, "categoryMenuIcon"); objCategoryMenuIcon.setSrc(strCategoryMenuIcon); //resource /* var filterCon = { type: 'row', colIndex: 'category', key: "00_ํ™”๋ฉด์‹œ์ž‘", condition: 'and' }; filterCon.key = strCategory; resource.clearFilter(); resource.setColumnFilter(filterCon); */ var jsonResForCategory = resource.getAllFilteredJSON(); for (var j = 0; j < jsonResForCategory.length; j++) { //console.log("[" + j + "]" + jsonResForCategory[j].id); var strRessourceTitle = jsonResForCategory[j].title; var strRessourceIcon = jsonResForCategory[j].iconSrc; //hidden var strResourceId = jsonResForCategory[j].id; var strResourceCategory = jsonResForCategory[j].category; var strResourcePreviewSrc = jsonResForCategory[j].previewSrc; var strResourceXmlpath = jsonResForCategory[j].xmlpath; var genResourceIdx = objResourceListGen.insertChild(); var objResourceTitle = objResourceListGen.getChild(genResourceIdx, "resourceTitle"); objResourceTitle.setValue(strRessourceTitle);//resource anchor title setting var objResourceIcon = objResourceListGen.getChild(genResourceIdx, "resourceIcon"); objResourceIcon.setSrc(strRessourceIcon); var objResourceIconSrc = objResourceListGen.getChild(genResourceIdx, "resourceIconSrc"); objResourceIconSrc.setValue(strRessourceIcon); var objResourceId = objResourceListGen.getChild(genResourceIdx, "resourceId"); objResourceId.setValue(strResourceId); var objResourceCategory = objResourceListGen.getChild(genResourceIdx, "resourceCategory"); objResourceCategory.setValue(strResourceCategory); var objResourcePreviewSrc = objResourceListGen.getChild(genResourceIdx, "resourcePreviewSrc"); objResourcePreviewSrc.setValue(strResourcePreviewSrc); var objResourceXmlpath = objResourceListGen.getChild(genResourceIdx, "resourceXmlpath"); objResourceXmlpath.setValue(strResourceXmlpath); if (jsonResForCategory[j].favMenu == "1") { objResourceListGen.getChild(genResourceIdx, "btn_favorit").toggleClass("on"); } } } //์ขŒ์ธก ์นดํ…Œ๊ณ ๋ฆฌ์— ์ฆ๊ฒจ์ฐพ๊ธฐ ์ถ”๊ฐ€ var i = categoryMenuGen.insertChild(); var categoryMenuObj = categoryMenuGen.getChild(i,"categoryMenu"); var categoryMenuIconObj = categoryMenuGen.getChild(i,"categoryMenuIcon"); categoryMenuObj.setValue("์ฆ๊ฒจ์ฐพ๊ธฐ"); categoryMenuIconObj.setSrc("/cm/images/base/ico_ds_favorit.png"); scwin.favCategoryMenu = categoryMenuObj.id; categoryMenuObj.setHref("javascript:setUserDataTop();fnScrollTo('" + scwin.favCategoryMenu+"')"); // Snippet ๋ฏธ๋ฆฌ๋ณด๊ธฐ $(".btn_snippet").on("click", function () { designKitZoomBox.show(""); $(".designKit_zoom_box").addClass("on"); $(".designKit_dim").addClass("on"); }); $(".btn_zoom_close").on("click", function () { designKitZoomBox.hide(); $(".designKit_zoom_box").removeClass("on"); $(".designKit_dim").removeClass("on"); }); // Snippet ์ฆ๊ฒจ์ฐพ๊ธฐ $(".btn_snp_favorit").on("click", function () { $(this).toggleClass("on"); }); scwin.load_favMenu(); }; setUserDataTop = function () { if (scwin.initUserDataTop == true) { //console.log("initUserDataTop"); var categoryGen = mf_wf_main_categoryGen; var dsHeaderHeight = mf_dsheaderGrp.render.getBoundingClientRect().height; var favFullHeight = 0; if (scwin.favgenTitleId && scwin.favGenFavListGenId) { if ($p.getComponentById(scwin.favgenTitleId) && $p.getComponentById(scwin.favGenFavListGenId)) { favFullHeight = $p.getComponentById(scwin.favgenTitleId).render.getBoundingClientRect().height + $p.getComponentById(scwin.favGenFavListGenId).render.getBoundingClientRect().height; } else { favFullHeight = 0;//์ฆ๊ฒจ์ฐพ๊ธฐ ์ถ”๊ฐ€ํ›„ ํ•ด์ œํ•œ ๊ฒฝ์šฐ } } for(i=0;i<categoryGen.getLength();i++){ var categoryTitleObj = categoryGen.getChild(i,"categoryTitle"); var topVal = categoryTitleObj.render.getBoundingClientRect().top; //console.log(categoryTitleObj.id); if (categoryTitleObj.getUserData("originTop") == undefined) { categoryTitleObj.setUserData("originTop", topVal - dsHeaderHeight); categoryTitleObj.setUserData("top", topVal - dsHeaderHeight); } else { categoryTitleObj.setUserData("top", categoryTitleObj.getUserData("originTop") + favFullHeight); } } scwin.initUserDataTop = false; } } // LEFT๋ฉ”๋‰ด ๋ฒ„ํŠผ ํ† ํด scwin.btnDsSlide_onclick = function () { $(".designKit_layout").toggleClass("hide_menu"); }; scwin.resourceIcon_onclick = function (e) { var genIdx = this.getGeneratedIndex(); var resourceIdObj = this.getGeneratedComponent("resourceId"); var resourceCategoryObj = this.getGeneratedComponent("resourceCategory"); var resourceTitelObj = this.getGeneratedComponent("resourceTitle"); var resourceIconSrcObj = this.getGeneratedComponent("resourceIconSrc"); var resourcePreviewSrcObj = this.getGeneratedComponent("resourcePreviewSrc"); var resourceXmlpathObj = this.getGeneratedComponent("resourceXmlpath"); console.log(genIdx + "๋ฒˆ์งธ , clickํ•œ ๊ฐ’ : " + resourceIdObj.getValue() + "\n" + resourceCategoryObj.getValue() + "\n" + resourceTitelObj.getValue() + "\n" + resourceIconSrcObj.getValue() + "\n" + resourcePreviewSrcObj.getValue() + "\n" + resourceXmlpathObj.getValue() ); // request json ์˜ ์ŠคํŽ™์„ ์ƒ์„ฑํ•œ๋‹ค. var reqJson = { "type": "REQUEST", "payload": { "type": "INSERT_TEMPLETE_PAGE", "req": { "id": "", "category": "", "title": "", "iconSrc": "", "previewSrc": "", "xmlpath": "" }, "res": {} } } reqJson.payload.req.id = resourceIdObj.getValue(); reqJson.payload.req.category = resourceCategoryObj.getValue(); reqJson.payload.req.title = resourceTitelObj.getValue(); reqJson.payload.req.iconSrc = resourceIconSrcObj.getValue(); reqJson.payload.req.previewSrc = resourcePreviewSrcObj.getValue(); reqJson.payload.req.xmlpath = resourceXmlpathObj.getValue(); studioAPI.exec({}, {}, reqJson); }; scwin.btn_popup_onclick = function () { var preview_src = this.getGeneratedComponent("resourceXmlpath").getValue().split("WebContent")[1].replaceAll("\\", "/"); wf_preview.setSrc(preview_src); }; scwin.atc_search_onviewchange = function (info) { var idx = info.newValue; if (idx == '') { $(".li_categoryMenuGen").css("display", "list-item"); return; } $(".li_categoryMenuGen").css("display", "none"); var selected = categoryMenuGen.getChild(idx, "li_category"); var menu = categoryMenuGen.getChild(idx, "categoryMenu"); selected.setStyle("display", "list-item"); menu.trigger("onclick"); }; scwin.load_favMenu = function () { var insertIdx = 0; if (categoryGen.getChild(insertIdx, "categoryTitle") != null && categoryGen.getChild(insertIdx, "categoryTitle").getValue() == "์ฆ๊ฒจ์ฐพ๊ธฐ") { categoryGen.removeChild(insertIdx); } var filterFav = { type: 'row', colIndex: 'favMenu', key: "1", condition: 'and' }; resource.clearFilter(); resource.setColumnFilter(filterFav); var favMenuJson = resource.getAllFilteredJSON(); if (favMenuJson.length > 0) { var genCatogoryFavIdx = categoryGen.insertChild(insertIdx); var genFavListGen = categoryGen.getChild(genCatogoryFavIdx, "resourceListGen"); var genTitle = categoryGen.getChild(genCatogoryFavIdx, "categoryTitle"); //์ฆ๊ฒจ์ฐพ๊ธฐ ํƒ€์ดํ‹€, ๋ฆฌ์†Œ์Šค๋ชฉ๋กgenerator id ๊ธฐ์–ตํ•˜๊ธฐ scwin.favGenFavListGenId = genFavListGen.id; scwin.favgenTitleId = genTitle.id; genTitle.setValue("์ฆ๊ฒจ์ฐพ๊ธฐ"); //categoryMenuGen.getChild(categoryMenuGen.getLength() - 2, "categoryMenu").setHref("#" + genTitle.getID()); for (var j = 0; j < favMenuJson.length; j++) { //console.log("[" + j + "]" + favMenuJson[j].id); var strRessourceTitle = favMenuJson[j].title; var strRessourceIcon = favMenuJson[j].iconSrc; //hidden var strResourceId = favMenuJson[j].id; var strResourceCategory = favMenuJson[j].category; var strResourcePreviewSrc = favMenuJson[j].previewSrc; var strResourceXmlpath = favMenuJson[j].xmlpath; var genResourceIdx = genFavListGen.insertChild(); var objResourceTitle = genFavListGen.getChild(genResourceIdx, "resourceTitle"); objResourceTitle.setValue(strRessourceTitle);//resource anchor title setting var objResourceIcon = genFavListGen.getChild(genResourceIdx, "resourceIcon"); objResourceIcon.setSrc(strRessourceIcon); var objResourceIconSrc = genFavListGen.getChild(genResourceIdx, "resourceIconSrc"); objResourceIconSrc.setValue(strRessourceIcon); var objResourceId = genFavListGen.getChild(genResourceIdx, "resourceId"); objResourceId.setValue(strResourceId); var objResourceCategory = genFavListGen.getChild(genResourceIdx, "resourceCategory"); objResourceCategory.setValue(strResourceCategory); var objResourcePreviewSrc = genFavListGen.getChild(genResourceIdx, "resourcePreviewSrc"); objResourcePreviewSrc.setValue(strResourcePreviewSrc); var objResourceXmlpath = genFavListGen.getChild(genResourceIdx, "resourceXmlpath"); objResourceXmlpath.setValue(strResourceXmlpath); genFavListGen.getChild(genResourceIdx, "btn_favorit").toggleClass("on"); genFavListGen.getChild(genResourceIdx, "btn_favorit").addClass("inFavMenu"); } } resource.clearFilter(); scwin.initUserDataTop = true;//์ฆ๊ฒจ์ฐพ๊ธฐ ํ•ญ๋ชฉ๋“ค์ด ์ถ”๊ฐ€๋กœ ๊ทธ๋ ค์ง์— ๋”ฐ๋ผ ogrigin์œ„์น˜ ์žฌ๊ณ„์‚ฐ์„ ์œ„ํ•ด ํ”Œ๋ž˜๊ทธ๊ฐ’ ์ˆ˜์ •ํ•จ. // Snippet ๋ฏธ๋ฆฌ๋ณด๊ธฐ $(".btn_snippet").on("click", function () { $(".designKit_zoom_box").addClass("on"); $(".designKit_dim").addClass("on"); }); } scwin.btn_favorit_onclick = function () { var generatorIdx = this.getGeneratedIndex(); var id = this.getGenerator().getChild(generatorIdx, "resourceId").getValue(); //getMatchedIndex๋Š” filter๋œ ๋ฐ์ดํƒ€์—์„œ ์ฐพ์œผ๋ฏ€๋กœ ์ž˜๋ชป๋œ ๊ฒฐ๊ณผ ๋ฆฌํ„ดํ•˜์—ฌ ํ•˜๊ธฐ์™€ ๊ฐ™์ด clear filter resource.clearFilter(); var resourceIndex = resource.getMatchedIndex("id", id)[0]; var status = resource.getRowData(resourceIndex)[6] == "1" ? "0" : "1"; resource.setCellData(resourceIndex, "favMenu", status); var len = $(".btn_snp_favorit.on:not(.inFavMenu)").length; var title = this.getGenerator().getChild(generatorIdx, "resourceTitle").getValue(); for (var i = 0; i < len; i++) { //var selector = ".btn_snp_favorit.on:eq(" + i + "):not(.inFavMenu)"; var selector = ".btn_snp_favorit.on:not(.inFavMenu):eq(" + i + ")"; if ($(selector).next().text() == title) { $(selector).toggleClass("on"); break; } } setUserDataTop(); scwin.load_favMenu(); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload" style=""> <xf:group id="layout" class="designKit_layout page" style=""> <xf:group class="designKit_search" id="" style=""> <w2:autoComplete editType="select" id="atc_search" useKeywordHighlight="false" style="width: 178px;height: 21px;" submenuSize="auto" search="contain" autoFocus="false" allowEmptySubmission="false" emptyItem="true" emptyIndex="1" noResult="useData" ev:onviewchange="scwin.atc_search_onviewchange" allOption="" chooseOption="" ref="" placeholder="Search..."> <w2:choices> <w2:item> <w2:label><![CDATA[์ „์ฒด]]></w2:label> <w2:value><![CDATA[]]></w2:value> </w2:item> </w2:choices> </w2:autoComplete> </xf:group> <xf:group style="" id="" class="designKit_side"> <xf:group style="" id="" class="designKit_menu"> <w2:generator id="categoryMenuGen" style="" tagname="ul"> <xf:group id="li_category" style="" tagname="li" class="li_categoryMenuGen"> <xf:group id="" tagname="a"> <w2:attributes> <w2:href>#mf_layout</w2:href> </w2:attributes> <xf:image id="categoryMenuIcon" src="/cm/template/snippets/00_ํ™”๋ฉด์‹œ์ž‘/00_ํ™”๋ฉด์‹œ์ž‘.png" style=""></xf:image> </xf:group> <w2:anchor class="designKit_m_tit" href="#mf_layout" id="categoryMenu" outerDiv="false" style=""> <xf:label><![CDATA[ํ™”๋ฉด์‹œ์ž‘]]></xf:label> </w2:anchor> </xf:group> </w2:generator> </xf:group> </xf:group> <w2:generator style="" id="categoryGen" class="designKit_cont"> <xf:group class="designKit_dfbox" id="categoryTitleGrp" style=""> <w2:textbox class="designKit_df_tit" id="categoryTitle" label="ํ™”๋ฉด์‹œ์ž‘" style=""></w2:textbox> </xf:group> <w2:generator class="designKit_list" id="resourceListGen" style="" tagname="ul"> <xf:group class="item" id="" style="" tagname="li"> <xf:group class="img_box" id=""> <xf:image id="resourceIcon" src="/cm/template/snippets/00_ํ™”๋ฉด์‹œ์ž‘/0_01%20ํŽ˜์ด์ง€์‹œ์ž‘_icon.png" style="" tabIndex="" ev:onclick="scwin.resourceIcon_onclick"> </xf:image> <xf:input adjustMaxLength="false" id="resourceId" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:input adjustMaxLength="false" id="resourceCategory" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:input adjustMaxLength="false" id="resourcePreviewSrc" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:input adjustMaxLength="false" id="resourceXmlpath" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:input adjustMaxLength="false" id="resourceIconSrc" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:group class="sc_area" id="" style=""> <w2:anchor class="btn_snippet" id="btn_popup" outerDiv="false" style="" ev:onclick="scwin.btn_popup_onclick"> <xf:label><![CDATA[๋ฏธ๋ฆฌ๋ณด๊ธฐ]]></xf:label> </w2:anchor> </xf:group> </xf:group> <xf:group id="" class="title_box"> <w2:anchor outerDiv="false" style="" id="btn_favorit" class="btn_snp_favorit" ev:onclick="scwin.btn_favorit_onclick"> <xf:label><![CDATA[์ฆ๊ฒจ์ฐพ๊ธฐ]]></xf:label> </w2:anchor> <w2:anchor outerDiv="false" style="" id="resourceTitle" ev:onclick="scwin.resourceIcon_onclick"> <xf:label><![CDATA[01_ํŽ˜์ด์ง€์‹œ์ž‘_icon]]></xf:label> </w2:anchor> </xf:group> </xf:group> </w2:generator> </w2:generator> <xf:group style="display: none" id="" class="designKit_cont"> <xf:group style="" id="" class="designKit_dfbox"> <w2:textbox style="" id="" label="ํ™”๋ฉด์‹œ์ž‘" class="designKit_df_tit"></w2:textbox> </xf:group> <w2:generator style="" id="" class="designKit_list" tagname="ul"> <xf:group class="item" id="" tagname="li" style=""> <xf:group class="img_box" id=""> <xf:image id="" src="/cm/template/snippets/00_ํ™”๋ฉด์‹œ์ž‘/01_ํŽ˜์ด์ง€์‹œ์ž‘_icon.png" style="" tabIndex=""></xf:image> <xf:group class="sc_area" id="" style=""> <w2:anchor class="btn_snippet" id="" outerDiv="false" style=""> <xf:label><![CDATA[๋ฏธ๋ฆฌ๋ณด๊ธฐ]]></xf:label> </w2:anchor> <w2:anchor class="btn_snp_favorit" id="" outerDiv="false" style=""> <xf:label><![CDATA[์ฆ๊ฒจ์ฐพ๊ธฐ]]></xf:label> </w2:anchor> </xf:group> </xf:group> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[01_ํŽ˜์ด์ง€์‹œ์ž‘_icon]]></xf:label> </w2:anchor> </xf:group> </w2:generator> </xf:group> <xf:group style="" id="designKitZoomBox" class="designKit_zoom_box"> <xf:group id="" class="designKit_zoom_comp"><w2:wframe style="" id="wf_preview"></w2:wframe><w2:anchor ref="" outerDiv="false" style="" id="" class="btn_zoom_close"> <xf:label><![CDATA[Insert Text]]></xf:label> </w2:anchor></xf:group></xf:group> <xf:group style="" id="" class="designKit_dim"></xf:group> </xf:group></body> </html>
WRE/WebContent/websquare/kit/dev_kit/dev_kit_main.xml
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="/cm/css/base.css" type="text/css"?> <?xml-stylesheet href="/websquare/kit/dev_kit/dev_kit.css" type="text/css"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map" /> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[scwin.btnDsSlide_onclick = function () { $(".designKit_layout").toggleClass("hide_menu"); }; scwin.onpageload = function() { }; scwin.btn_components_onclick = function() { var parentComp = this.getParent(); if (!parentComp.hasClass("on")){ parentComp.toggleClass("on"); btn_guid.getParent().removeClass("on"); btn_template.getParent().removeClass("on"); wf_main.setSrc("/websquare/kit/dev_kit/dev_kit.xml"); } }; scwin.btn_guide_onclick = function() { var parentComp = this.getParent(); if (!parentComp.hasClass("on")){ parentComp.toggleClass("on"); btn_components.getParent().removeClass("on"); btn_template.getParent().removeClass("on"); wf_main.setSrc("/websquare/kit/dev_kit/dev_kit_guide.xml"); } }; scwin.btn_template_onclick = function() { var parentComp = this.getParent(); if (!parentComp.hasClass("on")){ parentComp.toggleClass("on"); btn_guid.getParent().removeClass("on"); btn_components.getParent().removeClass("on"); wf_main.setSrc("/websquare/kit/dev_kit/dev_kit_template.xml"); } }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="dswrap" id="" style=""> <xf:group class="dsheader" id="dsheaderGrp" style=""> <xf:group class="logo" id=""> <w2:anchor class="btn_designKit_slide" ev:onclick="scwin.btnDsSlide_onclick" id="btnDsSlide" outerDiv="false" style=""> <xf:label><![CDATA[๋ฉ”๋‰ด]]></xf:label> </w2:anchor> <w2:textbox id="" label="" style=""></w2:textbox> <w2:textbox id="" label="DevKit" style=""></w2:textbox> </xf:group> <xf:group class="gnb_menu" id="" style="" tagname="ul"> <xf:group id="" style="" tagname="li"></xf:group> <xf:group id="" style="" tagname="li"></xf:group><xf:group class="on" id="" style="" tagname="li"> <w2:anchor ev:onclick="scwin.btn_components_onclick" id="btn_components" outerDiv="false" style=""> <xf:label><![CDATA[Components]]></xf:label> </w2:anchor> </xf:group> <xf:group class="" id="" style="" tagname="li"> <w2:anchor id="btn_template" outerDiv="false" style="" ev:onclick="scwin.btn_template_onclick"> <xf:label><![CDATA[Template]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li" class=""> <w2:anchor id="btn_guid" outerDiv="false" style="" ev:onclick="scwin.btn_guide_onclick"> <xf:label><![CDATA[]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="dscontainer" id=""> <w2:wframe style="" id="wf_main" src="/websquare/kit/dev_kit/dev_kit.xml"></w2:wframe> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/dev_kit/dev_kit.xml
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="/websquare/kit/dev_kit/dev_kit.css" type="text/css"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>DEFAULT</w2:type> <w2:buildDate /> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="resource" saveRemovedData="true"> <w2:columnInfo> <w2:column id="id" name="id" dataType="text"></w2:column> <w2:column id="category" name="category" dataType="text"></w2:column> <w2:column id="title" name="ํƒ€์ดํ‹€" dataType="text"></w2:column> <w2:column id="iconSrc" name="์•„์ด์ฝ˜์ž์›" dataType="text"></w2:column> <w2:column id="previewSrc" name="๋ฏธ๋ฆฌ๋ณด๊ธฐ์ž์›" dataType="text"></w2:column> <w2:column id="xmlpath" name="xml์ž์›" dataType="text"></w2:column> <w2:column id="favMenu" name="์ฆ๊ฒจ์ฐพ๊ธฐ" dataType="text"></w2:column> </w2:columnInfo> <w2:data> <w2:row></w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="category" saveRemovedData="true"> <w2:columnInfo> <w2:column id="id" name="name1" dataType="text"></w2:column> <w2:column id="iconSrc" name="name2" dataType="text"></w2:column> <w2:column id="path" name="name3" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" src="/websquare/kit/dev_kit/studioAPI.js"></script> <script type="text/javascript" lazy="false"><![CDATA[ scwin.initUserDataTop = true; scwin.categoryTitleGrpMargin = 30; scwin.onpageload = function () { // requestJson data ์ƒ์„ฑ var requestJson = { "type": "REQUEST", "payload": { "type": "READ_FILE_LIST", // ์ „์ฒด ๋ฆฌ์ŠคํŠธ๋ฅผ ์กฐํšŒํ•˜๋Š” ๊ฒฝ์šฐ๋Š” wds๋กœ ๋‚ ๋ ค์•ผํ•จ. "req": { "id": "wds" } } } studioAPI.exec(scwin.jsonDataCallBack, {}, requestJson); // LEFT๋ฉ”๋‰ด ๋ฆฌ์‚ฌ์ด์ง• $(window).resize(function () { var win_w = $(this).width(); if (win_w < 400) { $(".designKit_layout").removeClass("hide_menu"); $(".designKit_layout").addClass("hide_menu"); } }); $(window).scroll( function() { setUserDataTop(); }); }; fnScrollTo = function(id) { var filterFav = { type: 'row', colIndex: 'favMenu', key: "1", condition: 'and' }; resource.clearFilter(); resource.setColumnFilter(filterFav); var favMenuJson = resource.getAllFilteredJSON(); if (id == scwin.favCategoryMenu) {//์ฆ๊ฒจ์ฐพ๊ธฐ ๋ฉ”๋‰ด์ผ ๊ฒฝ์šฐ ์ฆ๊ฒจ์ฐพ๊ธฐ ํ•ญ๋ชฉ์ด ์—†์„ ๊ฒฝ์šฐ ์•„๋ฌด๊ฒƒ๋„ ํ•˜์ง€ ์•Š๊ธฐ. if (favMenuJson.length == 0) return; window.scrollTo(0,0); } else { var top = $p.getComponentById(id).getUserData("top"); //์ฆ๊ฒจ์ฐพ๊ธฐ๊ฐ€ ์žˆ์œผ๋ฉด +30 ํ•ด์ค€๋‹ค. if (favMenuJson.length != 0) top = top + scwin.categoryTitleGrpMargin; window.scrollTo(0,top-15); } } scwin.onpageunload = function () { }; scwin.jsonDataCallBack = function (jsonData) { var jsonResource = jsonData && jsonData.res ? jsonData.res.resource : []; var jsonCategory = jsonData && jsonData.res ? jsonData.res.category : []; resource.setJSON(jsonResource); category.setJSON(jsonCategory); //category for (var i = 0; i < jsonCategory.length; i++) { //console.log("start[" + i + "]" + jsonCategory[i].id); var genCatogoryIdx = categoryGen.insertChild(); var strCategory = jsonCategory[i].id; var strCategoryMenuIcon = jsonCategory[i].iconSrc; var objCategoryTitle = categoryGen.getChild(genCatogoryIdx, "categoryTitle"); objCategoryTitle.setValue(strCategory);//category anchor title setting var tagCategoryId = objCategoryTitle.getID();//์ขŒ์ธก๋ฉ”๋‰ด ํด๋ฆญ์‹œ ์ฐพ์•„๊ฐˆ ๊ฐ์ฒด id ์–ป์–ด์˜ค๊ธฐ var objResourceListGen = categoryGen.getChild(genCatogoryIdx, "resourceListGen"); //category menu setting var genCatogoryMenuIdx = categoryMenuGen.insertChild(); var objCategoryMenu = categoryMenuGen.getChild(genCatogoryMenuIdx, "categoryMenu"); objCategoryMenu.setValue(strCategory); //objCategoryMenu.setHref("#" + tagCategoryId); objCategoryMenu.setHref("javascript:setUserDataTop();fnScrollTo('" + tagCategoryId+"')"); //console.log(tagCategoryId); atc_search.addItem(strCategory, genCatogoryMenuIdx); var objCategoryMenuIcon = categoryMenuGen.getChild(genCatogoryMenuIdx, "categoryMenuIcon"); objCategoryMenuIcon.setSrc(strCategoryMenuIcon); //resource var filterCon = { type: 'row', colIndex: 'category', key: "00_ํ™”๋ฉด์‹œ์ž‘", condition: 'and' }; filterCon.key = strCategory; resource.clearFilter(); resource.setColumnFilter(filterCon); var jsonResForCategory = resource.getAllFilteredJSON(); for (var j = 0; j < jsonResForCategory.length; j++) { //console.log("[" + j + "]" + jsonResForCategory[j].id); var strRessourceTitle = jsonResForCategory[j].title; var strRessourceIcon = jsonResForCategory[j].iconSrc; //hidden var strResourceId = jsonResForCategory[j].id; var strResourceCategory = jsonResForCategory[j].category; var strResourcePreviewSrc = jsonResForCategory[j].previewSrc; var strResourceXmlpath = jsonResForCategory[j].xmlpath; var genResourceIdx = objResourceListGen.insertChild(); var objResourceTitle = objResourceListGen.getChild(genResourceIdx, "resourceTitle"); objResourceTitle.setValue(strRessourceTitle);//resource anchor title setting var objResourceIcon = objResourceListGen.getChild(genResourceIdx, "resourceIcon"); objResourceIcon.setSrc(strRessourceIcon); var objResourceIconSrc = objResourceListGen.getChild(genResourceIdx, "resourceIconSrc"); objResourceIconSrc.setValue(strRessourceIcon); var objResourceId = objResourceListGen.getChild(genResourceIdx, "resourceId"); objResourceId.setValue(strResourceId); var objResourceCategory = objResourceListGen.getChild(genResourceIdx, "resourceCategory"); objResourceCategory.setValue(strResourceCategory); var objResourcePreviewSrc = objResourceListGen.getChild(genResourceIdx, "resourcePreviewSrc"); objResourcePreviewSrc.setValue(strResourcePreviewSrc); var objResourceXmlpath = objResourceListGen.getChild(genResourceIdx, "resourceXmlpath"); objResourceXmlpath.setValue(strResourceXmlpath); if (jsonResForCategory[j].favMenu == "1") { objResourceListGen.getChild(genResourceIdx, "btn_favorit").toggleClass("on"); } } } //์ขŒ์ธก ์นดํ…Œ๊ณ ๋ฆฌ์— ์ฆ๊ฒจ์ฐพ๊ธฐ ์ถ”๊ฐ€ var i = categoryMenuGen.insertChild(); var categoryMenuObj = categoryMenuGen.getChild(i,"categoryMenu"); var categoryMenuIconObj = categoryMenuGen.getChild(i,"categoryMenuIcon"); categoryMenuObj.setValue("์ฆ๊ฒจ์ฐพ๊ธฐ"); categoryMenuIconObj.setSrc("/cm/images/base/ico_ds_favorit.png"); scwin.favCategoryMenu = categoryMenuObj.id; categoryMenuObj.setHref("javascript:setUserDataTop();fnScrollTo('" + scwin.favCategoryMenu+"')"); // Snippet ๋ฏธ๋ฆฌ๋ณด๊ธฐ $(".btn_snippet").on("click", function () { $(".designKit_zoom_box").addClass("on"); $(".designKit_dim").addClass("on"); }); $(".btn_zoom_close").on("click", function () { $(".designKit_zoom_box").removeClass("on"); $(".designKit_dim").removeClass("on"); }); // Snippet ์ฆ๊ฒจ์ฐพ๊ธฐ $(".btn_snp_favorit").on("click", function () { $(this).toggleClass("on"); }); scwin.load_favMenu(); }; setUserDataTop = function () { if (scwin.initUserDataTop == true) { //console.log("initUserDataTop"); var categoryGen = mf_wf_main_categoryGen; var dsHeaderHeight = mf_dsheaderGrp.render.getBoundingClientRect().height; var favFullHeight = 0; if (scwin.favgenTitleId && scwin.favGenFavListGenId) { if ($p.getComponentById(scwin.favgenTitleId) && $p.getComponentById(scwin.favGenFavListGenId)) { favFullHeight = $p.getComponentById(scwin.favgenTitleId).render.getBoundingClientRect().height + $p.getComponentById(scwin.favGenFavListGenId).render.getBoundingClientRect().height; } else { favFullHeight = 0;//์ฆ๊ฒจ์ฐพ๊ธฐ ์ถ”๊ฐ€ํ›„ ํ•ด์ œํ•œ ๊ฒฝ์šฐ } } for(i=0;i<categoryGen.getLength();i++){ var categoryTitleObj = categoryGen.getChild(i,"categoryTitle"); var topVal = categoryTitleObj.render.getBoundingClientRect().top; //console.log(categoryTitleObj.id); if (categoryTitleObj.getUserData("originTop") == undefined) { categoryTitleObj.setUserData("originTop", topVal - dsHeaderHeight); categoryTitleObj.setUserData("top", topVal - dsHeaderHeight); } else { categoryTitleObj.setUserData("top", categoryTitleObj.getUserData("originTop") + favFullHeight); } } scwin.initUserDataTop = false; } } // LEFT๋ฉ”๋‰ด ๋ฒ„ํŠผ ํ† ํด scwin.btnDsSlide_onclick = function () { $(".designKit_layout").toggleClass("hide_menu"); }; scwin.resourceIcon_onclick = function (e) { var genIdx = this.getGeneratedIndex(); var resourceIdObj = this.getGeneratedComponent("resourceId"); var resourceCategoryObj = this.getGeneratedComponent("resourceCategory"); var resourceTitelObj = this.getGeneratedComponent("resourceTitle"); var resourceIconSrcObj = this.getGeneratedComponent("resourceIconSrc"); var resourcePreviewSrcObj = this.getGeneratedComponent("resourcePreviewSrc"); var resourceXmlpathObj = this.getGeneratedComponent("resourceXmlpath"); console.log(genIdx + "๋ฒˆ์งธ , clickํ•œ ๊ฐ’ : " + resourceIdObj.getValue() + "\n" + resourceCategoryObj.getValue() + "\n" + resourceTitelObj.getValue() + "\n" + resourceIconSrcObj.getValue() + "\n" + resourcePreviewSrcObj.getValue() + "\n" + resourceXmlpathObj.getValue() ); // request json ์˜ ์ŠคํŽ™์„ ์ƒ์„ฑํ•œ๋‹ค. var reqJson = { "type": "REQUEST", "payload": { "type": "INSERT_SNIPPETS", "req": { "id": "", "category": "", "title": "", "iconSrc": "", "previewSrc": "", "xmlpath": "" }, "res": {} } } reqJson.payload.req.id = resourceIdObj.getValue(); reqJson.payload.req.category = resourceCategoryObj.getValue(); reqJson.payload.req.title = resourceTitelObj.getValue(); reqJson.payload.req.iconSrc = resourceIconSrcObj.getValue(); reqJson.payload.req.previewSrc = resourcePreviewSrcObj.getValue(); reqJson.payload.req.xmlpath = resourceXmlpathObj.getValue(); studioAPI.exec({}, {}, reqJson); }; scwin.btn_popup_onclick = function () { var preview_src = this.getGeneratedComponent("resourceXmlpath").getValue().split("WebContent")[1].replaceAll("\\", "/"); wf_preview.setSrc(preview_src); }; scwin.atc_search_onviewchange = function (info) { var idx = info.newValue; if (idx == '') { $(".li_categoryMenuGen").css("display", "list-item"); return; } $(".li_categoryMenuGen").css("display", "none"); var selected = categoryMenuGen.getChild(idx, "li_category"); var menu = categoryMenuGen.getChild(idx, "categoryMenu"); selected.setStyle("display", "list-item"); menu.trigger("onclick"); }; scwin.load_favMenu = function () { var insertIdx = 0; if (categoryGen.getChild(insertIdx, "categoryTitle") != null && categoryGen.getChild(insertIdx, "categoryTitle").getValue() == "์ฆ๊ฒจ์ฐพ๊ธฐ") { categoryGen.removeChild(insertIdx); } var filterFav = { type: 'row', colIndex: 'favMenu', key: "1", condition: 'and' }; resource.clearFilter(); resource.setColumnFilter(filterFav); var favMenuJson = resource.getAllFilteredJSON(); if (favMenuJson.length > 0) { var genCatogoryFavIdx = categoryGen.insertChild(insertIdx); var genFavListGen = categoryGen.getChild(genCatogoryFavIdx, "resourceListGen"); var genTitle = categoryGen.getChild(genCatogoryFavIdx, "categoryTitle"); //์ฆ๊ฒจ์ฐพ๊ธฐ ํƒ€์ดํ‹€, ๋ฆฌ์†Œ์Šค๋ชฉ๋กgenerator id ๊ธฐ์–ตํ•˜๊ธฐ scwin.favGenFavListGenId = genFavListGen.id; scwin.favgenTitleId = genTitle.id; genTitle.setValue("์ฆ๊ฒจ์ฐพ๊ธฐ"); //categoryMenuGen.getChild(categoryMenuGen.getLength() - 2, "categoryMenu").setHref("#" + genTitle.getID()); for (var j = 0; j < favMenuJson.length; j++) { //console.log("[" + j + "]" + favMenuJson[j].id); var strRessourceTitle = favMenuJson[j].title; var strRessourceIcon = favMenuJson[j].iconSrc; //hidden var strResourceId = favMenuJson[j].id; var strResourceCategory = favMenuJson[j].category; var strResourcePreviewSrc = favMenuJson[j].previewSrc; var strResourceXmlpath = favMenuJson[j].xmlpath; var genResourceIdx = genFavListGen.insertChild(); var objResourceTitle = genFavListGen.getChild(genResourceIdx, "resourceTitle"); objResourceTitle.setValue(strRessourceTitle);//resource anchor title setting var objResourceIcon = genFavListGen.getChild(genResourceIdx, "resourceIcon"); objResourceIcon.setSrc(strRessourceIcon); var objResourceIconSrc = genFavListGen.getChild(genResourceIdx, "resourceIconSrc"); objResourceIconSrc.setValue(strRessourceIcon); var objResourceId = genFavListGen.getChild(genResourceIdx, "resourceId"); objResourceId.setValue(strResourceId); var objResourceCategory = genFavListGen.getChild(genResourceIdx, "resourceCategory"); objResourceCategory.setValue(strResourceCategory); var objResourcePreviewSrc = genFavListGen.getChild(genResourceIdx, "resourcePreviewSrc"); objResourcePreviewSrc.setValue(strResourcePreviewSrc); var objResourceXmlpath = genFavListGen.getChild(genResourceIdx, "resourceXmlpath"); objResourceXmlpath.setValue(strResourceXmlpath); genFavListGen.getChild(genResourceIdx, "btn_favorit").toggleClass("on"); genFavListGen.getChild(genResourceIdx, "btn_favorit").addClass("inFavMenu"); } } resource.clearFilter(); scwin.initUserDataTop = true;//์ฆ๊ฒจ์ฐพ๊ธฐ ํ•ญ๋ชฉ๋“ค์ด ์ถ”๊ฐ€๋กœ ๊ทธ๋ ค์ง์— ๋”ฐ๋ผ ogrigin์œ„์น˜ ์žฌ๊ณ„์‚ฐ์„ ์œ„ํ•ด ํ”Œ๋ž˜๊ทธ๊ฐ’ ์ˆ˜์ •ํ•จ. // Snippet ๋ฏธ๋ฆฌ๋ณด๊ธฐ $(".btn_snippet").on("click", function () { $(".designKit_zoom_box").addClass("on"); $(".designKit_dim").addClass("on"); }); } scwin.btn_favorit_onclick = function () { var generatorIdx = this.getGeneratedIndex(); var id = this.getGenerator().getChild(generatorIdx, "resourceId").getValue(); //getMatchedIndex๋Š” filter๋œ ๋ฐ์ดํƒ€์—์„œ ์ฐพ์œผ๋ฏ€๋กœ ์ž˜๋ชป๋œ ๊ฒฐ๊ณผ ๋ฆฌํ„ดํ•˜์—ฌ ํ•˜๊ธฐ์™€ ๊ฐ™์ด clear filter resource.clearFilter(); var resourceIndex = resource.getMatchedIndex("id", id)[0]; var status = resource.getRowData(resourceIndex)[6] == "1" ? "0" : "1"; resource.setCellData(resourceIndex, "favMenu", status); var len = $(".btn_snp_favorit.on:not(.inFavMenu)").length; var title = this.getGenerator().getChild(generatorIdx, "resourceTitle").getValue(); for (var i = 0; i < len; i++) { //var selector = ".btn_snp_favorit.on:eq(" + i + "):not(.inFavMenu)"; var selector = ".btn_snp_favorit.on:not(.inFavMenu):eq(" + i + ")"; if ($(selector).next().text() == title) { $(selector).toggleClass("on"); break; } } setUserDataTop(); scwin.load_favMenu(); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload" style=""> <xf:group id="layout" class="designKit_layout" style=""> <xf:group class="designKit_search" id="" style=""> <w2:autoComplete editType="select" id="atc_search" useKeywordHighlight="false" style="width: 178px;height: 21px;" submenuSize="auto" search="contain" autoFocus="false" allowEmptySubmission="false" emptyItem="true" emptyIndex="1" noResult="useData" ev:onviewchange="scwin.atc_search_onviewchange" allOption="" chooseOption="" ref="" placeholder="Search..."> <w2:choices> <w2:item> <w2:label><![CDATA[์ „์ฒด]]></w2:label> <w2:value><![CDATA[]]></w2:value> </w2:item> </w2:choices> </w2:autoComplete> </xf:group> <xf:group style="" id="" class="designKit_side"> <xf:group style="" id="" class="designKit_menu"> <w2:generator id="categoryMenuGen" style="" tagname="ul"> <xf:group id="li_category" style="" tagname="li" class="li_categoryMenuGen"> <xf:group id="" tagname="a"> <w2:attributes> <w2:href>#mf_layout</w2:href> </w2:attributes> <xf:image id="categoryMenuIcon" src="/cm/template/snippets/00_ํ™”๋ฉด์‹œ์ž‘/00_ํ™”๋ฉด์‹œ์ž‘.png" style=""></xf:image> </xf:group> <w2:anchor class="designKit_m_tit" href="#mf_layout" id="categoryMenu" outerDiv="false" style=""> <xf:label><![CDATA[ํ™”๋ฉด์‹œ์ž‘]]></xf:label> </w2:anchor> </xf:group> </w2:generator> </xf:group> </xf:group> <w2:generator style="" id="categoryGen" class="designKit_cont"> <xf:group class="designKit_dfbox" id="categoryTitleGrp" style=""> <w2:textbox class="designKit_df_tit" id="categoryTitle" label="ํ™”๋ฉด์‹œ์ž‘" style=""></w2:textbox> </xf:group> <w2:generator class="designKit_list" id="resourceListGen" style="" tagname="ul"> <xf:group class="item" id="" style="" tagname="li"> <xf:group class="img_box" id=""> <xf:image id="resourceIcon" src="/cm/template/snippets/00_ํ™”๋ฉด์‹œ์ž‘/0_01%20ํŽ˜์ด์ง€์‹œ์ž‘_icon.png" style="" tabIndex="" ev:onclick="scwin.resourceIcon_onclick"> </xf:image> <xf:input adjustMaxLength="false" id="resourceId" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:input adjustMaxLength="false" id="resourceCategory" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:input adjustMaxLength="false" id="resourcePreviewSrc" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:input adjustMaxLength="false" id="resourceXmlpath" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:input adjustMaxLength="false" id="resourceIconSrc" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:group class="sc_area" id="" style=""> <w2:anchor class="btn_snippet" id="btn_popup" outerDiv="false" style="" ev:onclick="scwin.btn_popup_onclick"> <xf:label><![CDATA[๋ฏธ๋ฆฌ๋ณด๊ธฐ]]></xf:label> </w2:anchor> </xf:group> </xf:group> <xf:group id="" class="title_box"> <w2:anchor outerDiv="false" style="" id="btn_favorit" class="btn_snp_favorit" ev:onclick="scwin.btn_favorit_onclick"> <xf:label><![CDATA[์ฆ๊ฒจ์ฐพ๊ธฐ]]></xf:label> </w2:anchor> <w2:anchor outerDiv="false" style="" id="resourceTitle" ev:onclick="scwin.resourceIcon_onclick"> <xf:label><![CDATA[01_ํŽ˜์ด์ง€์‹œ์ž‘_icon]]></xf:label> </w2:anchor> </xf:group> </xf:group> </w2:generator> </w2:generator> <xf:group style="display: none" id="" class="designKit_cont"> <xf:group style="" id="" class="designKit_dfbox"> <w2:textbox style="" id="" label="ํ™”๋ฉด์‹œ์ž‘" class="designKit_df_tit"></w2:textbox> </xf:group> <w2:generator style="" id="" class="designKit_list" tagname="ul"> <xf:group class="item" id="" tagname="li" style=""> <xf:group class="img_box" id=""> <xf:image id="" src="/cm/template/snippets/00_ํ™”๋ฉด์‹œ์ž‘/01_ํŽ˜์ด์ง€์‹œ์ž‘_icon.png" style="" tabIndex=""></xf:image> <xf:group class="sc_area" id="" style=""> <w2:anchor class="btn_snippet" id="" outerDiv="false" style=""> <xf:label><![CDATA[๋ฏธ๋ฆฌ๋ณด๊ธฐ]]></xf:label> </w2:anchor> <w2:anchor class="btn_snp_favorit" id="" outerDiv="false" style=""> <xf:label><![CDATA[์ฆ๊ฒจ์ฐพ๊ธฐ]]></xf:label> </w2:anchor> </xf:group> </xf:group> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[01_ํŽ˜์ด์ง€์‹œ์ž‘_icon]]></xf:label> </w2:anchor> </xf:group> </w2:generator> </xf:group> <xf:group id="" class="designKit_zoom_box"><xf:group style="" id="" class="designKit_zoom_comp"> <w2:wframe style="" id="wf_preview"></w2:wframe> <w2:anchor ref="" outerDiv="false" style="" id="" class="btn_zoom_close"> <xf:label><![CDATA[Insert Text]]></xf:label> </w2:anchor> </xf:group></xf:group><xf:group style="" id="" class="designKit_dim"></xf:group> </xf:group></body> </html>
WRE/WebContent/websquare/kit/design_kit/design_kit_guide.xml
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="/cm/css/base.css" type="text/css"?> <?xml-stylesheet href="/websquare/kit/design_kit/design_kit.css" type="text/css"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_vertical_guides="" meta_horizontal_guides=""> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="designKit_layout" id="" style=""> <xf:group class="dscontainer" id=""> <xf:group class="designKit_side" id=""> <w2:wframe class="dsside" id="" scope="true" src="/websquare/kit/design_kit/xml/side.xml" style=""></w2:wframe></xf:group> <xf:group class="designKit_cont" id=""> <xf:group id="" class="dscontents"><w2:wframe src="/websquare/kit/design_kit/xml/color.xml" style="" id="content1" class=""></w2:wframe></xf:group></xf:group> </xf:group> <xf:group class="r_contents" id="" style="display:none" tagname="ul"> <w2:textbox id="" label="CONTENTS" style=""></w2:textbox> <xf:group id="" tagname="li"> <w2:anchor href="#mf_color" id="" outerDiv="false" style=""> <xf:label><![CDATA[Color]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:anchor href="#mf_primary" id="" outerDiv="false" style=""> <xf:label><![CDATA[Primary Color]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:anchor href="#mf_second" id="" outerDiv="false" style=""> <xf:label><![CDATA[Second Color]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:anchor href="#mf_sub" id="" outerDiv="false" style=""> <xf:label><![CDATA[Sub Color]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:anchor href="#mf_alert" id="" outerDiv="false" style=""> <xf:label><![CDATA[Alert Color]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:anchor href="#mf_legend" id="" outerDiv="false" style=""> <xf:label><![CDATA[Legend Color]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:anchor href="#mf_grayscale" id="" outerDiv="false" style=""> <xf:label><![CDATA[Gray Scale]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/design_kit/design_kit_main.xml
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="/cm/css/base.css" type="text/css"?> <?xml-stylesheet href="/websquare/kit/design_kit/design_kit.css" type="text/css"?> <?xml-stylesheet href="/websquare/kit/design_kit/design_kit.css" type="text/css"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map" /> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[scwin.btnDsSlide_onclick = function () { $(".designKit_layout").toggleClass("hide_menu"); }; scwin.onpageload = function() { }; scwin.btn_components_onclick = function() { var parentComp = this.getParent(); if (!parentComp.hasClass("on")){ parentComp.toggleClass("on"); btn_guid.getParent().removeClass("on"); btn_template.getParent().removeClass("on"); wf_main.setSrc("/websquare/kit/design_kit/design_kit.xml"); } }; scwin.btn_guide_onclick = function() { var parentComp = this.getParent(); if (!parentComp.hasClass("on")){ parentComp.toggleClass("on"); btn_components.getParent().removeClass("on"); btn_template.getParent().removeClass("on"); wf_main.setSrc("/websquare/kit/design_kit/design_kit_guide.xml"); } }; scwin.btn_template_onclick = function() { var parentComp = this.getParent(); if (!parentComp.hasClass("on")){ parentComp.toggleClass("on"); btn_guid.getParent().removeClass("on"); btn_components.getParent().removeClass("on"); wf_main.setSrc("/websquare/kit/design_kit/design_kit_template.xml"); } }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="dswrap" id="" style=""> <xf:group class="dsheader" id="dsheaderGrp" style=""> <xf:group class="logo" id=""> <w2:anchor class="btn_designKit_slide" ev:onclick="scwin.btnDsSlide_onclick" id="btnDsSlide" outerDiv="false" style=""> <xf:label><![CDATA[๋ฉ”๋‰ด]]></xf:label> </w2:anchor> <w2:textbox id="" label="DesignKit" style=""></w2:textbox> </xf:group> <xf:group class="gnb_menu" id="" style="" tagname="ul"> <xf:group id="" style="" tagname="li"></xf:group> <xf:group id="" style="" tagname="li"></xf:group><xf:group class="on" id="" style="" tagname="li"> <w2:anchor ev:onclick="scwin.btn_components_onclick" id="btn_components" outerDiv="false" style=""> <xf:label><![CDATA[Components]]></xf:label> </w2:anchor> </xf:group> <xf:group class="" id="" style="" tagname="li"> <w2:anchor id="btn_template" outerDiv="false" style="" ev:onclick="scwin.btn_template_onclick"> <xf:label><![CDATA[Template]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li" class=""> <w2:anchor id="btn_guid" outerDiv="false" style="" ev:onclick="scwin.btn_guide_onclick"> <xf:label><![CDATA[DesignKit Guide]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="dscontainer" id=""> <w2:wframe style="" id="wf_main" src="/websquare/kit/design_kit/design_kit.xml"></w2:wframe> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/design_kit/xml/title.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList3" saveRemovedData="true"> <w2:columnInfo> <w2:column id="col1" name="name1" dataType="text"></w2:column> <w2:column id="col2" name="name2" dataType="text"></w2:column> <w2:column id="col3" name="name3" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="ํƒ€์ดํ‹€" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="Page ์ตœ์ƒ๋‹จ์˜ ๊ณตํ†ต ์˜์—ญ์ž…๋‹ˆ๋‹ค. ํŽ˜์ด์ง€ํƒ€์ดํ‹€, ์„œ๋ธŒํƒ€์ดํ‹€์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;" style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ํŽ˜์ด์ง€ ํƒ€์ดํ‹€์€ ์ตœ์ข… depth ๋ฉ”๋‰ด๋ช…๊ณผ ์ผ์น˜ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;ยท ํ•œ ํŽ˜์ด์ง€ ๋‚ด์— ์กฐํšŒ ์˜์—ญ์„ ์ œ์™ธํ•œ ๋‘ ๊ฐœ ์ด์ƒ์˜ ๋ชจ๋“ˆ์ด ์กด์žฌํ•  ๊ฒฝ์šฐ, ๊ฐ ๋ชจ๋“ˆ ์ƒ๋‹จ์— ์„œ๋ธŒํƒ€์ดํ‹€์„ ๋ฐฐ์น˜ํ•ฉ๋‹ˆ๋‹ค. " style=""> </w2:textbox> </xf:group> <xf:group class="subtitbox" id="" style="" tagname=""></xf:group> <xf:group class="pgtbox" id="" style=""> <xf:trigger class="btn_fav" id="" style="" type="button"> <xf:label></xf:label> </xf:trigger> <w2:textbox class="pgt_tit" id="" label="ํ™”๋ฉดํƒ€์ดํ‹€" style="" tagname=""></w2:textbox> <xf:group class="breadcrumb" id="" style=""> <xf:group id="" style="" tagname="ul"> <xf:group class="home" id="" style="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Home]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[1Depth Menu]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[2Depth Menu]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" style="" tagname="li"> <w2:span id="" label="3Depth Menu" style=""></w2:span> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="schbox" id="" style=""> <xf:group class="schbox_inner" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="768" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group class="" id="" style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="์กฐํšŒ์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width:100px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width:100px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="" id="" label="์กฐํšŒ์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" id="" style="" tagname="td"> <xf:select1 appearance="full" cols="" disabled="" id="" ref="" renderType="radiogroup" rows="" selectedIndex="1" style=""> <xf:choices> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ1]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ2]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ3]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="btn_schbox" id="" style=""> <xf:trigger class="btn_cm sch" disabled="" escape="false" id="" style="" type="button"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="์„œ๋ธŒํƒ€์ดํ‹€" style="" tagname="h3"></w2:textbox> <xf:group class="rt" id="" style=""> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์—…๋ฌด๋ฒ„ํŠผ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์—…๋ฌด๋ฒ„ํŠผ]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"></xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="lybox" id="" style=""> <xf:group adaptiveThreshold="" class="ly_column col_5" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="์„œ๋ธŒ์„œ๋ธŒํƒ€์ดํ‹€" style="" tagname="h4"></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"></xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="ly_column col_5" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="์„œ๋ธŒ์„œ๋ธŒํƒ€์ดํ‹€" style="" tagname="h4"></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"></xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/design_kit/xml/searcharea.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="์กฐํšŒ์˜์—ญ" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="๋‹ค์ˆ˜์˜ ์กฐํšŒ์กฐ๊ฑด ์ผ ๊ฒฝ์šฐ, ์ค‘์š”๋„์— ๋”ฐ๋ผ ์ƒ์œ„์— ์œ„์น˜ ์‹œํ‚ค๋ฉฐ, ์ค„๋ฐ”๊ฟˆ์ด ํ•„์š”ํ•  ๊ฒฝ์šฐ, adaptive ์†์„ฑ์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ์กฐํšŒ ์กฐ๊ฑด์˜ ๋ ˆ์ด๋ธ”์€ ์šฐ์ธก ์ •๋ ฌํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;ยท ๋ณ„๋„์˜ ํŒ์—…์„ ํ†ตํ•ด์„œ ์กฐํšŒ๋ฅผ ํ•˜๋Š” ๊ฒฝ์šฐ ๋‹๋ณด๊ธฐ ๋ฒ„ํŠผ์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;ยท ๋‹ค์ˆ˜์˜ ์กฐํšŒ์กฐ๊ฑด์ด ์žˆ์„ ๊ฒฝ์šฐ, ์กฐํšŒ ์กฐ๊ฑด์˜ ์ค‘์š”ํ•œ ํ•ญ๋ชฉ์„ ์ขŒ์ธก์— ์œ„์น˜ํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="schbox" id="" style="" adaptive="layout" adaptiveThreshold="600"> <xf:group class="schbox_inner" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="1024" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group class="" id="" style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="์กฐํšŒ์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="req" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width:100px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="" id="" label="์กฐํšŒ์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" id="" style="" tagname="td"> <xf:select1 appearance="full" cols="" disabled="" id="" ref="" renderType="radiogroup" rows="" selectedIndex="1" style=""> <xf:choices> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ1]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ2]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ3]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="btn_schbox" id="" style=""> <xf:trigger class="btn_cm sch" disabled="" escape="false" id="" style="" type="button"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="line_gray" id="second" style="" tagname="hr"></xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label='ยท ์กฐํšŒ ์˜ต์…˜์ด 4๊ฐœ ์ด์ƒ์ผ ๊ฒฝ์šฐ๋Š” Selectbox ์‚ฌ์šฉ์„ ๊ถŒํ•˜๋ฉฐ, ๊ธฐ๋ณธ๊ฐ’์€ โ€˜์„ ํƒโ€™์œผ๋กœ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;ยท ํ•„์ˆ˜๋กœ ์ž…๋ ฅํ•ด์•ผ ํ•˜๋Š” ์ž…๋ ฅํผ์˜ ๊ฒฝ์šฐ , ๋ ˆ์ด๋ธ”์˜ ์ขŒ์ธก์— &lt;span class="req"&gt;&lt;/span&gt;๋ฅผ &amp;nbsp;์ถ”๊ฐ€ํ•˜๊ณ , ํผ์š”์†Œ์—๋Š” &amp;nbsp;Background color ๋ฅผ ์ ์šฉํ•ด ์ค๋‹ˆ๋‹ค.' style=""> </w2:textbox> </xf:group> <xf:group class="schbox" id="" style=""> <xf:group class="schbox_inner" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="1024" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group class="" id="" style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="์กฐํšŒ์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="req" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width:100px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="req" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width:100px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="์กฐํšŒ์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" id="" style="" tagname="td"> <xf:select1 appearance="full" cols="" disabled="" id="" ref="" renderType="radiogroup" rows="" selectedIndex="1" style=""> <xf:choices> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ1]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ2]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ3]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="" id="" label="์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input class="" id="" placeholder="" style="width:148px;"></xf:input> <xf:trigger class="btn_cm btn_search " id="" style="" type="button"> <xf:label><![CDATA[Search]]></xf:label> </xf:trigger> </xf:group> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="" id="" label="๊ธฐ๊ฐ„" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" id="" style="" tagname="td"> <w2:inputCalendar alt="" calendarValueType="yearMonthDate" class="" focusOnDateSelect="false" footerDiv="true" id="" renderDiv="true" renderType="" rightAlign="false" style="width:120px;"> </w2:inputCalendar> <w2:span id="" label="~" style=""></w2:span> <w2:inputCalendar calendarValueType="yearMonthDate" class="" focusOnDateSelect="false" footerDiv="true" id="" renderDiv="true" renderType="" rightAlign="false" style="width:120px;"> </w2:inputCalendar> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="btn_schbox" id="" style=""> <xf:trigger class="btn_cm sch" disabled="" escape="false" id="" style="" type="button"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/design_kit/xml/typography.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Typography" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="๊ธฐ๋ณธ์ ์œผ๋กœ ๊ณ ๋”• ํ˜•ํƒœ์˜ ์ •ํ•ด์ง„ ํฐํŠธ๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;" style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Font" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="๋ชจ๋“  ์ปดํฌ๋„ŒํŠธ ์š”์†Œ์— &amp;nbsp;'๋ง‘์€ ๊ณ ๋”•'์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. ๊ธฐ์ค€ ํฐํŠธ ์‚ฌ์ด์ฆˆ๋Š” 12px์ž…๋‹ˆ๋‹ค. " style=""> </w2:textbox> </xf:group> <xf:group id="" class="font_script_box"> <xf:group class="lybox" id="" style=""> <xf:group adaptiveThreshold="" class="ly_column col_5" id="" style=""> <xf:group id="" style="" class="fonttype_box"> <w2:textbox tagname="span" style="display: block;" id="" label="๋ง‘์€ ๊ณ ๋”•" class="page_tit" escape="false"></w2:textbox> </xf:group> </xf:group> <xf:group class="ly_column col_5" id="" style=""> <xf:group id="" style="" class="fonttype_box"> <w2:textbox tagname="span" style="display: block;" id="" label="Malgun Gothic" class="page_tit" escape="false"> </w2:textbox> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Usage" style=""></w2:textbox> </xf:group> <xf:group class="fontsize_txtbox mt20" id="" style=""> <w2:textbox class="page_tit" escape="false" id="" label="ํ™”๋ฉดํƒ€์ดํ‹€" style="" tagname="span"></w2:textbox> <w2:textbox class="page_tit" escape="false" id="" label="PageTitle" style="" tagname="span"></w2:textbox> <w2:textbox class="" escape="false" id="" label="18px" style="" tagname="span"></w2:textbox> <w2:textbox class="" escape="false" id="" label="Bold" style="" tagname="span"></w2:textbox> </xf:group> <xf:group class="fontsize_txtbox" id="" style=""> <w2:textbox class="sub_tit" escape="false" id="" label="์„œ๋ธŒํƒ€์ดํ‹€ " style="" tagname="h3"></w2:textbox> <w2:textbox class="sub_tit" escape="false" id="" label="Subtitle" style="" tagname="h3"></w2:textbox> <w2:textbox class="" escape="false" id="" label="14px" style="" tagname="span"></w2:textbox> <w2:textbox class="" escape="false" id="" label="Bold " style="" tagname="span"></w2:textbox> </xf:group> <xf:group class="fontsize_txtbox" id="" style=""> <w2:textbox class="sub_head" escape="false" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€ / ๋ฒ„ํŠผ" style="" tagname="span"></w2:textbox> <w2:textbox class="sub_head" escape="false" id="" label="Subhead / Buttons" style="" tagname="span"></w2:textbox> <w2:textbox class="" escape="false" id="" label="12px" style="" tagname="span"></w2:textbox> <w2:textbox class="" escape="false" id="" label="Bold " style="" tagname="span"></w2:textbox> </xf:group> <xf:group class="fontsize_txtbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="๋ณธ๋ฌธ / ๋ผ๋ฒจ" style="" tagname="span"></w2:textbox> <w2:textbox class="" escape="false" id="" label="Body / label" style="" tagname="span"></w2:textbox> <w2:textbox class="" escape="false" id="" label="12px" style="" tagname="span"></w2:textbox> <w2:textbox class="" escape="false" id="" label="Normal" style="" tagname="span"></w2:textbox> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/design_kit/xml/overview.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head meta_vertical_guides="-45" meta_horizontal_guides=""> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Overview" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="WDS (WebSquare Design System)&lt;br/&gt;Websquare SP5 DesignSystem์€ &amp;nbsp;์• ํ”Œ๋ฆฌ์ผ€์ด์…˜์„ ๊ฐœ๋ฐœํ•˜๋Š”๋ฐ ๋„์›€์„ ์ฃผ๊ธฐ ์œ„ํ•œ ์›น์Šคํ€˜์–ด ์ŠคํŠœ๋””์˜ค SP5์˜ ์ถ”๊ฐ€๋œ ๊ธฐ๋Šฅ์ž…๋‹ˆ๋‹ค. &lt;br/&gt;" style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="WDS &amp;nbsp;(WebSquare Design System)" style="" escape="false"></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="์ด์ „๋ฒ„์ „์˜ ์Šค๋‹ˆํ• ์‚ฌ์šฉ๋ฒ•๊ณผ ๋™์ผํ•˜์ง€๋งŒ, WDS๋Š” ์ธ๋„ค์ผ๋กœ ์ œ๊ณต๋˜๋Š” ์Šค๋‹ˆํ•์ด๋ผ์„œ ์‰ฝ๊ฒŒ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." style=""></w2:textbox> </xf:group> <xf:group id="" class="font_script_box"><xf:group tagname="" style="" id="" class="titbox"> <w2:textbox style="" id="" label=": &amp;nbsp;v 1.0 (2022.11) - ์ตœ์ดˆ ์ž‘์„ฑ" class=" " escape="false"></w2:textbox> </xf:group></xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/design_kit/xml/side.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dlt_menu" saveRemovedData="true"> <w2:columnInfo> <w2:column id="MENU_CD" name="๋ฉ”๋‰ด์ฝ”๋“œ" dataType="text"></w2:column> <w2:column id="MENU_NM" name="๋ฉ”๋‰ด๋ช…" dataType="text"></w2:column> <w2:column id="IS_USE" name="์‚ฌ์šฉ์œ ๋ฌด" dataType="text"></w2:column> <w2:column id="SRC_PATH" name="๋ฉ”๋‰ด๊ฒฝ๋กœ" dataType="text"></w2:column> <w2:column id="PARENT_MENU_CD" name="๋ถ€๋ชจ๋ฉ”๋‰ด์ฝ”๋“œ" dataType="text"></w2:column> <w2:column id="MENU_LEVEL" name="๋ฉ”๋‰ด๋ ˆ๋ฒจ" dataType="text"></w2:column> <w2:column id="SORT_ORDER" name="์ •๋ ฌ์ˆœ์„œ" dataType="text"></w2:column> <w2:column id="PROGRAM_CD" name="ํ”„๋กœ๊ทธ๋žจ์ฝ”๋“œ" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <MENU_CD><![CDATA[001000000]]></MENU_CD> <MENU_LEVEL><![CDATA[1]]></MENU_LEVEL> <MENU_NM><![CDATA[Overview]]></MENU_NM> <SRC_PATH><![CDATA[/websquare/kit/design_kit/xml/overview.xml]]></SRC_PATH> </w2:row> <w2:row> <MENU_CD><![CDATA[002000000]]></MENU_CD> <MENU_LEVEL><![CDATA[1]]></MENU_LEVEL> <MENU_NM><![CDATA[Color]]></MENU_NM> <SRC_PATH><![CDATA[/websquare/kit/design_kit/xml/color.xml]]></SRC_PATH> </w2:row> <w2:row> <MENU_CD><![CDATA[003000000]]></MENU_CD> <MENU_NM><![CDATA[Typography]]></MENU_NM> <MENU_LEVEL><![CDATA[1]]></MENU_LEVEL> <SRC_PATH><![CDATA[/websquare/kit/design_kit/xml/typography.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[004000000]]></MENU_CD> <MENU_LEVEL><![CDATA[1]]></MENU_LEVEL> <MENU_NM><![CDATA[Grid System]]></MENU_NM> <SRC_PATH><![CDATA[/websquare/kit/design_kit/xml/gridsystem.xml]]></SRC_PATH> </w2:row> <w2:row> <MENU_CD><![CDATA[007000000]]></MENU_CD> <MENU_NM><![CDATA[Components]]></MENU_NM> <MENU_LEVEL><![CDATA[1]]></MENU_LEVEL> <SRC_PATH><![CDATA[]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007001000]]></MENU_CD> <MENU_NM><![CDATA[ํƒ€์ดํ‹€]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/websquare/kit/design_kit/xml/title.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007002000]]></MENU_CD> <MENU_NM><![CDATA[์กฐํšŒ์˜์—ญ]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/websquare/kit/design_kit/xml/searcharea.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007003000]]></MENU_CD> <MENU_NM><![CDATA[์ž…๋ ฅํผ]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/websquare/kit/design_kit/xml/input.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007006000]]></MENU_CD> <MENU_NM><![CDATA[์ž…์ถœ๋ ฅํ…Œ์ด๋ธ”]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/websquare/kit/design_kit/xml/table.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007007000]]></MENU_CD> <MENU_NM><![CDATA[๊ทธ๋ฆฌ๋“œ]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/websquare/kit/design_kit/xml/grid.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007008000]]></MENU_CD> <MENU_NM><![CDATA[ํƒญ]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/websquare/kit/design_kit/xml/tab.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007010000]]></MENU_CD> <MENU_NM><![CDATA[ํŠธ๋ฆฌ]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/websquare/kit/design_kit/xml/tree.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007012000]]></MENU_CD> <MENU_NM><![CDATA[๋ฒ„ํŠผ]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/websquare/kit/design_kit/xml/button.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row> <MENU_CD><![CDATA[007013000]]></MENU_CD> <MENU_NM><![CDATA[๋ฉ”์‹œ์ง€]]></MENU_NM> <MENU_LEVEL><![CDATA[2]]></MENU_LEVEL> <SRC_PATH><![CDATA[/websquare/kit/design_kit/xml/message.xml]]></SRC_PATH> <PARENT_MENU_CD><![CDATA[007000000]]></PARENT_MENU_CD> </w2:row> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; scwin.tw_menu_onlabelclick = function(value,nodeElement,index) { var selectedMenu = dlt_menu.getMatchedJSON("MENU_CD", value); var tValue = selectedMenu[0].SRC_PATH; //var tValue = value.replaceAll("/", ""); $p.parent().content1.setSrc(tValue); };]]></script> <style type="text/css"> .tw_menuCustom { background: #EFF1F3; border: 1px solid #EFF1F3; color: #20252A; } </style> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="grp_tab" id="" style="bottom:0"> <xf:group class="tab_con" id="" style=""> <w2:treeview class="tw_menu" dataType="listed" ev:onlabelclick="scwin.tw_menu_onlabelclick" id="tw_menu" lineShow="false" style="" tooltipGroupClass="false" toggleEvent="onclick" renderType="table"> <w2:itemset nodeset="data:dlt_menu"> <w2:label ref="MENU_NM"></w2:label> <w2:value ref="MENU_CD"></w2:value> <w2:depth ref="MENU_LEVEL"></w2:depth> <w2:folder ref=""></w2:folder> <w2:checkbox ref=""></w2:checkbox> <w2:checkboxDisabled ref=""></w2:checkboxDisabled> <w2:image ref=""></w2:image> <w2:iconImage ref=""></w2:iconImage> <w2:selectedImage ref=""></w2:selectedImage> <w2:expandedImage ref=""></w2:expandedImage> <w2:leafImage ref=""></w2:leafImage> </w2:itemset> </w2:treeview> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/design_kit/xml/tab.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Tab" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="๋‹ค๊ฑด์˜ ํƒญ๊ณผ ์ฝ˜ํ…์ธ ๋ฅผ ์ƒ์„ฑํ•  ์ˆ˜ ์žˆ์œผ๋ฉฐ ๋™์ ์œผ๋กœ ํƒญ์„ ์ƒ์„ฑํ•˜๊ฑฐ๋‚˜ ์‚ญ์ œํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. " style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Basic Tab" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ๊ฐ๊ฐ์˜ ํƒญ์€ ์„ ํƒ ๋นˆ๋„์ˆœ์ด๋‚˜ ์—…๋ฌด ์ˆœ์„œ๋กœ ๋ฐฐ์น˜์‹œํ‚ค๋ฉฐ, ์ฒซ ๋ฒˆ์งธ ํƒญ์€ ํ™œ์„ฑํ™” ์‹œํ‚ต๋‹ˆ๋‹ค. &lt;br/&gt;ยท ๊ฐ๊ฐ์˜ ํƒญ ๋ฒ„ํŠผ์€ width๊ฐ’์„ ๊ณ ์ •์‹œํ‚ค์ง€ ์•Š๊ณ  ๋ ˆ์ด๋ธ” ๊ธธ์ด์— ๋”ฐ๋ผ ๋‹ฌ๋ผ์ง‘๋‹ˆ๋‹ค.&lt;br/&gt;ยท ๋ ˆ์ด๋ธ”์€ ๋‹ค๋ฅธ ํƒญ๊ณผ ๊ตฌ๋ถ„์ด ๋  ์ˆ˜ ์žˆ๋„๋ก ๋ช…ํ™•ํ•˜๊ฒŒ ์ง€์ •ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;ยท ์ผ๋ฐ˜์ ์œผ๋กœ ํ•œ๋‘ ๋‹จ์–ด๋กœ ์งง๊ณ  ์Šค์บ” ๊ฐ€๋Šฅํ•œ ๋ ˆ์ด๋ธ”์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. &amp;nbsp;&lt;br/&gt;ยท ์„ ํƒ๋œ ํƒญ๊ณผ ๋น„์„ ํƒ๋œ ํƒญ์„ ๋ฐฐ๊ฒฝ์ƒ‰์œผ๋กœ ๊ตฌ๋ถ„์‹œ์ผœ ์ค๋‹ˆ๋‹ค.&lt;br/&gt;" style=""> </w2:textbox> </xf:group> <xf:group class="tbcbox" id="" style=""> <w2:tabControl alwaysDraw="false" class="tbc" confirmFalseAction="new" confirmTrueAction="exist" id="" style="" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true"> <w2:tabs disabled="false" id="tabs1" label="ํƒญ1" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="ํƒญ2" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs3" label="ํƒญ3" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs4" label="ํƒญ4" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs5" label="ํƒญ5" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs6" label="ํƒญ6" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs7" label="ํƒญ7" style=""></w2:tabs> <w2:content alwaysDraw="false" id="content1" style=""> <w2:textbox id="" label="" style="line-height:28px;height: 50px;text-align:center;width: 100%;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content2" style=""></w2:content> <w2:content alwaysDraw="false" id="content3" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content4" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content5" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content6" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content7" style="height:0px"></w2:content> </w2:tabControl> </xf:group> <xf:group class="tbcbox" id="" style=""> <w2:tabControl alwaysDraw="false" class="tbc" confirmFalseAction="new" confirmTrueAction="exist" id="" style="" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true"> <w2:tabs disabled="false" id="tabs1" label="์„ ํƒ๋œ ํƒญ" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="ํƒญ2" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs3" label="ํƒญ3" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs4" label="ํƒญ4" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs5" label="ํƒญ5" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs6" label="ํƒญ6" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs7" label="ํƒญ7" style=""></w2:tabs> <w2:content alwaysDraw="false" id="content1" style=""> <w2:textbox id="" label="" style="line-height:28px;height:50px;text-align:center;width: 100%;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content2" style=""></w2:content> <w2:content alwaysDraw="false" id="content3" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content4" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content5" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content6" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content7" style="height:0px"></w2:content> </w2:tabControl> </xf:group> <xf:group class="line_gray" id="group3" style="" tagname="hr"></xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ์„œ๋ธŒํƒญ(Tab in tab)์„ ์‚ฌ์šฉํ•  ๊ฒฝ์šฐ, ๋‘๊ฐœ์˜ ํƒญ์ด ๊ตฌ๋ถ„๋  ์ˆ˜ ์žˆ๋„๋ก ํ•ฉ๋‹ˆ๋‹ค. &lt;br/&gt;ยท ํƒญ์˜ ๊ฐœ์ˆ˜๊ฐ€ ํ•œ ์ค„์„ ๋„˜์–ด๊ฐˆ ๊ฒฝ์šฐ, ํƒญ ์Šคํฌ๋กค์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="lybox" id="" style=""> <xf:group adaptiveThreshold="" class="ly_column col_5" id="" style=""> <xf:group class="tbcbox" id="" style=""> <w2:tabControl alwaysDraw="false" class="tbc" confirmFalseAction="new" confirmTrueAction="exist" id="" style="" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true"> <w2:tabs disabled="false" id="tabs1" label="ํƒญ1" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="ํƒญ2" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs3" label="ํƒญ3" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs4" label="ํƒญ4" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs5" label="ํƒญ5" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs6" label="ํƒญ6" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs7" label="ํƒญ7" style=""></w2:tabs> <w2:content alwaysDraw="false" id="content1" style=""> <w2:tabControl alwaysDraw="false" class="tbc_sub" confirmFalseAction="new" confirmTrueAction="exist" id="" style="" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true"> <w2:tabs disabled="false" id="tabs1" label="์„œ๋ธŒํƒญ1" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="์„œ๋ธŒํƒญ2" style=""></w2:tabs> <w2:content alwaysDraw="false" id="content1" style=""> <w2:textbox id="" label="" style="line-height:28px;height: 30px;text-align:center;width: 100%;"> </w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content2" style=""></w2:content> </w2:tabControl> </w2:content> <w2:content alwaysDraw="false" id="content2" style=""></w2:content> <w2:content alwaysDraw="false" id="content3" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content4" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content5" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content6" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content7" style="height:0px"></w2:content> </w2:tabControl> </xf:group> </xf:group> <xf:group class="ly_column col_5" id="" style=""> <xf:group class="tbcbox" id="" style=""> <w2:tabControl alwaysDraw="false" class="tbc" confirmFalseAction="new" confirmTrueAction="exist" id="" style="" tabScroll="true" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true"> <w2:tabs disabled="false" id="tabs1" label="์„ ํƒ๋œ ํƒญ" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="ํƒญ2" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs3" label="ํƒญ3" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs4" label="ํƒญ4" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs5" label="ํƒญ5" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs6" label="ํƒญ6" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs7" label="ํƒญ8" style=""></w2:tabs> <w2:tabs disabled="false" style="" id="tabs9" label="ํƒญ9"></w2:tabs> <w2:tabs disabled="false" style="" id="tabs10" label="ํƒญ10"></w2:tabs> <w2:tabs disabled="false" style="" id="tabs11" label="ํƒญ11"></w2:tabs> <w2:tabs disabled="false" style="" id="tabs12" label="ํƒญ12"></w2:tabs> <w2:tabs disabled="false" style="" id="tabs13" label="ํƒญ13"></w2:tabs> <w2:tabs disabled="false" style="" id="tabs8" label="ํƒญ14"></w2:tabs> <w2:content alwaysDraw="false" id="content1" style=""> <w2:textbox id="" label="" style="line-height:28px;height: 30px;text-align:center;width: 100%;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content2" style=""></w2:content> <w2:content alwaysDraw="false" id="content3" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content4" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content5" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content6" style="height:0px"></w2:content> <w2:content alwaysDraw="false" id="content7" style="height:0px"></w2:content> <w2:content alwaysDraw="false" style="height:0px" id="content9"></w2:content> <w2:content alwaysDraw="false" style="height:0px" id="content10"></w2:content> <w2:content alwaysDraw="false" style="height:0px" id="content11"></w2:content> <w2:content alwaysDraw="false" style="height:0px" id="content12"></w2:content> <w2:content alwaysDraw="false" style="height:0px" id="content13"></w2:content> <w2:content alwaysDraw="false" style="height:0px" id="content8"></w2:content> </w2:tabControl> </xf:group> </xf:group> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ๊ฒฝ์šฐ์— ๋”ฐ๋ผ ํƒญ๋ฒ„ํŠผ์˜ ์œ„์น˜๋ฅผ left, right, bottom ์— ์œ„์น˜ ์‹œํ‚ฌ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. " style=""> </w2:textbox> </xf:group> <xf:group class="tbcbox" id="" style=""> <w2:tabControl alwaysDraw="false" class="tbc" confirmFalseAction="new" confirmTrueAction="exist" id="" style="height: 96px;" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true" tabPosition="left"> <w2:tabs disabled="false" id="tabs1" label="ํƒญ1" style="width:100px;"></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="ํƒญ2" style="width:100px;"></w2:tabs> <w2:tabs disabled="false" id="tabs3" label="ํƒญ3" style="width:100px;"></w2:tabs> <w2:content alwaysDraw="false" id="content1" style=""> <w2:textbox id="" label="Content" style="line-height:28px;height: 30px;text-align:center;width: 100%;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content2" style=""></w2:content> <w2:content alwaysDraw="false" id="content3" style="height:0px"></w2:content> </w2:tabControl> </xf:group> <xf:group class="tbcbox" id="" style=""> <w2:tabControl alwaysDraw="false" class="tbc" confirmFalseAction="new" confirmTrueAction="exist" id="" style="height: 96px;" tabPosition="right" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true"> <w2:tabs disabled="false" id="tabs1" label="ํƒญ1" style="width:100px;"></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="ํƒญ2" style="width:100px;"></w2:tabs> <w2:tabs disabled="false" id="tabs3" label="ํƒญ3" style="width:100px;"></w2:tabs> <w2:content alwaysDraw="false" id="content1" style=""> <w2:textbox id="" label="Content" style="line-height:28px;height: 30px;text-align:center;width: 100%;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content2" style=""></w2:content> <w2:content alwaysDraw="false" id="content3" style="height:0px"></w2:content> </w2:tabControl> </xf:group> <xf:group class="tbcbox" id="" style=""> <w2:tabControl alwaysDraw="false" class="tbc" confirmFalseAction="new" confirmTrueAction="exist" id="" style="height: 150px" tabPosition="bottom" tabScroll="" useConfirmMessage="false" useMoveNextTabFocus="false" useTabKeyOnly="true"> <w2:tabs disabled="false" id="tabs1" label="ํƒญ1" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs2" label="ํƒญ2" style=""></w2:tabs> <w2:tabs disabled="false" id="tabs3" label="ํƒญ3" style=""></w2:tabs> <w2:content alwaysDraw="false" id="content1" style=""> <w2:textbox id="" label="Content" style="line-height:28px;height: 30px;text-align:center;width: 100%;"></w2:textbox> </w2:content> <w2:content alwaysDraw="false" id="content2" style="height:100px"></w2:content> <w2:content alwaysDraw="false" id="content3" style="height:0px"></w2:content> </w2:tabControl> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/design_kit/xml/grid.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate /> <w2:MSA /> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column id="col1" name="ํƒ€์ดํ‹€" dataType="text" encYN="true"></w2:column> <w2:column id="col2" name="์ด๋ฆ„" dataType="text"></w2:column> <w2:column id="col3" name="์ฃผ์†Œ" dataType="text"></w2:column> <w2:column id="col4" name="๋‚ ์งœ" dataType="text"></w2:column> <w2:column id="col5" name="๊ธˆ์•ก" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <col1><![CDATA[๊ธˆ์ผ ์ผ์ • ์•ˆ๋‚ด์ž…๋‹ˆ๋‹ค.]]></col1> <col2><![CDATA[ํ™๊ธธ๋™]]></col2> <col3><![CDATA[์„œ์šธ์‹œ ๊ณตํ•ญ๋Œ€๋กœ]]></col3> <col4><![CDATA[2022-12-10]]></col4> <col5><![CDATA[100,000]]></col5> </w2:row> <w2:row> <col1><![CDATA[๊ธˆ์ผ ์ผ์ • ์•ˆ๋‚ด์ž…๋‹ˆ๋‹ค.]]></col1> <col2><![CDATA[ํ™๊ธธ๋™]]></col2> <col3><![CDATA[์„œ์šธ์‹œ ๊ณตํ•ญ๋Œ€๋กœ]]></col3> <col4><![CDATA[2022-12-11]]></col4> <col5><![CDATA[120,000]]></col5> </w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="dataList2" saveRemovedData="true"> <w2:columnInfo> <w2:column id="col1" name="name1" dataType="text"></w2:column> <w2:column id="col2" name="name2" dataType="text"></w2:column> <w2:column id="col3" name="name3" dataType="text"></w2:column> <w2:column id="col4" name="name4" dataType="text"></w2:column> <w2:column id="col5" name="name5" dataType="text"></w2:column> <w2:column id="col6" name="name6" dataType="text"></w2:column> <w2:column id="col7" name="name7" dataType="text"></w2:column> <w2:column id="col8" name="name8" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <col1><![CDATA[Data]]></col1> <col2><![CDATA[Data]]></col2> <col3><![CDATA[Data]]></col3> <col4><![CDATA[Data]]></col4> <col5><![CDATA[Data]]></col5> <col6><![CDATA[Data]]></col6> <col8><![CDATA[Data]]></col8> <col7><![CDATA[Data]]></col7> </w2:row> <w2:row> <col7><![CDATA[Data]]></col7> <col8><![CDATA[Data]]></col8> <col1><![CDATA[Data]]></col1> <col2><![CDATA[Data]]></col2> <col3><![CDATA[Data]]></col3> <col4><![CDATA[Data]]></col4> <col5><![CDATA[Data]]></col5> <col6><![CDATA[Data]]></col6> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection /> </xf:model> <w2:layoutInfo /> <w2:publicInfo method="" /> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Grid" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="์กฐํšŒ ๊ฒฐ๊ณผ๋ฅผ ์ถœ๋ ฅํ•˜๋Š” ๋ชฉ๋ก์œผ๋กœ ํŽธ์ง‘ ๊ธฐ๋Šฅ์„ ๊ฐ–๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="ํ…์ŠคํŠธ ์ •๋ ฌ" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท Data์˜ ์ •๋ ฌ ๊ธฐ์ค€์— ๋”ฐ๋ฆ…๋‹ˆ๋‹ค.&lt;br/&gt; &amp;nbsp; &amp;nbsp; - ์šฐ์ธก์ •๋ ฌ : ๊ธˆ์•ก, ์ˆซ์ž ๋“ฑ ์ž๋ฆฟ์ˆ˜ ๊ตฌ๋ถ„๋˜๋Š” Data&lt;br/&gt; &amp;nbsp; &amp;nbsp; - ์ขŒ์ธก์ •๋ ฌ : ์ฃผ์†Œ, ์ „ํ™”๋ฒˆํ˜ธ ๋“ฑ ๊ธ€์ž ์ˆ˜๊ฐ€ ์ผ์ •์น˜ ์•Š์€ Data&lt;br/&gt; &amp;nbsp; &amp;nbsp; - ์ค‘์•™์ •๋ ฌ : ๋‚ ์งœ ๋“ฑ Data ๊ธ€์ž ์ˆ˜๊ฐ€ ์ผ์ •ํ•œ ๊ฒฝ์šฐ์™€ ๋ฆฌ์ŠคํŠธ์˜ ํ…Œ์ด๋ธ” ํ—ค๋”&lt;br/&gt;" style=""> </w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="gvwbox" id="" style=""> <w2:gridView autoFit="allColumn" captionTitle="" checkReadOnlyOnCut="" class="gvw" dataList="data:dataList1" evenRowBackgroundColor="" filterFocusMode="" id="" keepDefaultColumnWidth="true" oddRowBackgroundColor="" overflowX="" rowNumBackgroundColor="" rowNumHeaderValue="No" rowNumVisible="" rowNumWidth="" rowStatusHeaderValue="" rowStatusVisible="" rowStatusWidth="50" scrollByColumn="false" scrollByColumnAdaptive="false" selectedCellColor="" selectedCellOverColor="" style="height:100px;width: 100%;" titleAuto="true" visibleRowNum="10" sortable="true"> <w2:caption style="" id="caption2" value="this is a grid caption."></w2:caption> <w2:header style="" id="header2"> <w2:row style="" id="row3"> <w2:column width="210" inputType="text" style="" id="column15" value="ํƒ€์ดํ‹€(์ขŒ)" displayMode="label" class=""></w2:column> <w2:column width="70" inputType="text" style="" id="column14" value="์ด๋ฆ„(์ค‘์•™)" displayMode="label"></w2:column> <w2:column width="210" inputType="text" style="" id="column13" value="์ฃผ์†Œ(์ขŒ)" displayMode="label"></w2:column> <w2:column width="100" inputType="text" style="" id="column12" value="๋‚ ์งœ(์ค‘์•™)" displayMode="label"></w2:column> <w2:column width="100" inputType="text" style="" id="column11" value="๊ธˆ์•ก(์šฐ)" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody2"> <w2:row style="" id="row4"> <w2:column width="210" inputType="text" style="" id="col1" value="" displayMode="label" class="tal"></w2:column> <w2:column width="70" inputType="text" style="" id="col2" value="" displayMode="label"></w2:column> <w2:column width="210" inputType="text" style="" id="col3" value="" displayMode="label" class="tal"></w2:column> <w2:column width="100" inputType="text" style="" id="col4" value="" displayMode="label"></w2:column> <w2:column width="100" inputType="text" style="" id="col5" value="" displayMode="label" class="tar"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> <xf:group class="line_gray" id="group3" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Background Color, ๋ฒ”๋ก€" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ๋งˆ์šฐ์Šค over ์‹œ์— over๋œ ํ–‰์˜ ๋ฐฐ๊ฒฝ์ƒ‰์„ ๋‹ค๋ฅด๊ฒŒ ์„ค์ •ํ•˜์—ฌ ๊ตฌ๋ถ„์‹œํ‚ต๋‹ˆ๋‹ค. &lt;br/&gt;ยท ์ปฌ๋Ÿผ์˜ ๊ตฌ๋ถ„์ด ํ•„์š”ํ•  ๊ฒฝ์šฐ ๋ฐฐ๊ฒฝ์ƒ‰์„ ๋‹ค๋ฅด๊ฒŒ ์„ค์ •ํ•˜์—ฌ ๊ตฌ๋ถ„์‹œํ‚ต๋‹ˆ๋‹ค. &lt;br/&gt;" style=""> </w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="gvwbox" id="" style=""> <w2:gridView autoFit="allColumn" autoFitMinWidth="968" captionTitle="" checkReadOnlyOnCut="" class="gvw" dataList="data:dataList1" evenRowBackgroundColor="" filterFocusMode="" id="" keepDefaultColumnWidth="true" oddRowBackgroundColor="" overflowX="" rowNumBackgroundColor="" rowNumHeaderValue="No" rowNumVisible="" rowNumWidth="" rowStatusHeaderValue="" rowStatusVisible="" rowStatusWidth="50" scrollByColumn="false" scrollByColumnAdaptive="false" selectedCellColor="" selectedCellOverColor="" style="height:100px;" titleAuto="true" visibleRowNum="10" defaultCellHeight="26"> <w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption> <w2:header id="header2" style=""> <w2:row id="row3" style=""> <w2:column class="" displayMode="label" id="column15" inputType="text" style="" value="ํƒ€์ดํ‹€" width="210"></w2:column> <w2:column displayMode="label" id="column14" inputType="text" style="" value="์ด๋ฆ„" width="70"></w2:column> <w2:column displayMode="label" id="column13" inputType="text" style="" value="์ฃผ์†Œ" width="210"></w2:column> <w2:column displayMode="label" id="column12" inputType="text" style="" value="๋‚ ์งœ" width="100"></w2:column> <w2:column displayMode="label" id="column11" inputType="text" style="" value="๊ธˆ์•ก" width="100"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody2" style=""> <w2:row id="row4" style=""> <w2:column class="tal" displayMode="label" id="col1" inputType="text" style="" value="" width="210"></w2:column> <w2:column displayMode="label" id="col2" inputType="text" style="" value="" width="70"></w2:column> <w2:column class="tal" displayMode="label" id="col3" inputType="text" style="" value="" width="210"></w2:column> <w2:column displayMode="label" id="col4" inputType="text" style="" value="" width="100"></w2:column> <w2:column class="tar" displayMode="label" id="col5" inputType="text" style="" value="" width="100"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> <xf:group adaptiveThreshold="" class="gvwbox" id="" style=""> <w2:gridView autoFit="allColumn" checkReadOnlyOnPasteEnable="" class="gvw" dataList="data:dataList2" defaultCellHeight="26" id="" scrollByColumn="false" scrollByColumnAdaptive="false" style="height: 100px;" visibleRowNum="10" focusMode="none"> <w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption> <w2:header id="header2" style=""> <w2:row id="row3" style=""> <w2:column blockSelect="false" displayMode="label" id="column12" inputType="text" removeBorderStyle="false" value="๋ฒ”๋ก€1" width="70" style="background:#FFE5EF;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column11" inputType="text" removeBorderStyle="false" value="๋ฒ”๋ก€2" width="70" style="background:#DCEDFC;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column10" inputType="text" removeBorderStyle="false" value="๋ฒ”๋ก€3" width="70" style="background:#FFE7DC;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column9" inputType="text" removeBorderStyle="false" value="๋ฒ”๋ก€4" width="70" style="background:#D2F7DF;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column8" inputType="text" removeBorderStyle="false" value="๋ฒ”๋ก€5" width="70" style="background:#FFF9DA;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column7" inputType="text" removeBorderStyle="false" value="๋ฒ”๋ก€6" width="70" style="background:#CCF3F5;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column6" inputType="text" removeBorderStyle="false" value="๋ฒ”๋ก€7" width="70" style="background:#D7E0F7;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column5" inputType="text" removeBorderStyle="false" value="๋ฒ”๋ก€8" width="70" style="background:#ECE1DF;"> </w2:column> </w2:row> </w2:header> <w2:gBody id="gBody2" style=""> <w2:row id="row4" style=""> <w2:column blockSelect="false" displayMode="label" id="col1" inputType="text" removeBorderStyle="false" width="70" style="background:#FFE5EF;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="col2" inputType="text" removeBorderStyle="false" width="70" style="background:#DCEDFC;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="col3" inputType="text" removeBorderStyle="false" width="70" style="background:#FFE7DC;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="col4" inputType="text" removeBorderStyle="false" width="70" style="background:#D2F7DF;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="col5" inputType="text" removeBorderStyle="false" width="70" style="background:#FFF9DA;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="col6" inputType="text" removeBorderStyle="false" width="70" style="background:#CCF3F5;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="col7" inputType="text" removeBorderStyle="false" width="70" style="background:#D7E0F7;"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="col8" inputType="text" removeBorderStyle="false" width="70" style="background:#ECE1DF;"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> <xf:group class="line_gray" id="group5" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Sorting" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท &amp;nbsp;Data์˜ Sorting ๊ธฐ๋Šฅ (์˜ค๋ฆ„์ฐจ์ˆœ/๋‚ด๋ฆผ์ฐจ์ˆœ)์„ ์‚ฌ์šฉํ•  ๊ฒฝ์šฐ ํ—ค๋” ์šฐ์ธก์— ์•„์ด์ฝ˜์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค. &lt;br/&gt;" style=""> </w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="gvwbox" id="" style=""> <w2:gridView autoFit="allColumn" autoFitMinWidth="968" captionTitle="" checkReadOnlyOnCut="" class="gvw" dataList="data:dataList1" evenRowBackgroundColor="" filterFocusMode="" id="" keepDefaultColumnWidth="true" oddRowBackgroundColor="" overflowX="" rowNumBackgroundColor="" rowNumHeaderValue="No" rowNumVisible="" rowNumWidth="" rowStatusHeaderValue="" rowStatusVisible="" rowStatusWidth="50" scrollByColumn="false" scrollByColumnAdaptive="false" selectedCellColor="" selectedCellOverColor="" sortable="true" style="height:100px;" titleAuto="true" visibleRowNum="10" showSortableImage="true"> <w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption> <w2:header id="header2" style=""> <w2:row id="row3" style=""> <w2:column class="" displayMode="label" id="column15" inputType="text" style="" value="ํƒ€์ดํ‹€" width="210"></w2:column> <w2:column displayMode="label" id="column14" inputType="text" style="" value="์ด๋ฆ„" width="70"></w2:column> <w2:column displayMode="label" id="column13" inputType="text" style="" value="์ฃผ์†Œ" width="210"></w2:column> <w2:column displayMode="label" id="column12" inputType="text" style="" value="๋‚ ์งœ" width="100"></w2:column> <w2:column displayMode="label" id="column11" inputType="text" style="" value="๊ธˆ์•ก" width="100"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody2" style=""> <w2:row id="row4" style=""> <w2:column class="tal" displayMode="label" id="col1" inputType="text" style="" value="" width="210"></w2:column> <w2:column displayMode="label" id="col2" inputType="text" style="" value="" width="70"></w2:column> <w2:column class="tal" displayMode="label" id="col3" inputType="text" style="" value="" width="210"></w2:column> <w2:column displayMode="label" id="col4" inputType="text" style="" value="" width="100"></w2:column> <w2:column class="tar" displayMode="label" id="col5" inputType="text" style="" value="" width="100"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/design_kit/xml/gridsystem.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Grid System" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="์ผ๊ด€์„ฑ์„ ์œ ์ง€ํ•  ์ˆ˜ ์žˆ๋„๋ก ๊ทธ๋ฆฌ๋“œ ๊ทœ์น™์„ ์ •์˜ํ•ฉ๋‹ˆ๋‹ค. &amp;nbsp;" style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[guide]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <w2:textbox class="subtxt" escape="false" id="" label="Column์€ ์ตœ๋Œ€ 12๊ฐœ,๋กœ ๊ตฌ์„ฑ๋˜๋ฉฐ, &amp;nbsp;๊ฐ column์˜ ๋„ˆ๋น„๋Š” ์ƒ์œ„ ์š”์†Œ์— ๋น„๋ก€ํ•ด ์œ ๋™์ ์œผ๋กœ ๋ณ€ํ™”ํ•ฉ๋‹ˆ๋‹ค. " style=""> </w2:textbox> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="1280" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="12๋‹จ 40๋งˆ์ง„ 16๊ฑฐํ„ฐ" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <xf:image src="/cm/images/base/Grid.png" style="border:1px solid #eee;" id=""></xf:image> </xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="๊ทธ๋ฆฌ๋“œ ํ™œ์šฉ" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <xf:image id="" src="/cm/images/base/Grid_ex.png" style="border:1px solid #eee;"></xf:image> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/design_kit/xml/color.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Color" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="WebSquare์—์„œ ์ œ๊ณตํ•˜๋Š” ํ…œํ”Œ๋ฆฟํŽ˜์ด์ง€์˜ &amp;nbsp;์ „๋ฐ˜์ ์ธ ๋””์ž์ธ ์ผ๊ด€์„ฑ์„ ์œ„ํ•ด, ๊ฐ ์ปฌ๋Ÿฌ๋ณ„ ์ ์šฉ ๊ทœ์น™์„ ์ค€์ˆ˜ํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[guide]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Primary Color" style=""></w2:textbox> </xf:group> <xf:group class="colorbox primary" id="" style="" tagname=""> <xf:group class="color_titbox" id="" style=""> <w2:textbox class="subtxt" escape="false" id="" label="Primary | 600" style=""></w2:textbox> <w2:textbox class="subtxt tar" escape="false" id="" label="#348FE2" style=""></w2:textbox> </xf:group> <xf:group class="_flex" id=""> <xf:group class="" id="" style="" tagname=""> <xf:group class="cm_colorbox box" id=""> <w2:textbox class="" escape="false" id="" label="900" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#1d4d9e" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="800" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#276bbd" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="700" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#2d7ccf" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="req" escape="false" id="" label="600" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#348ee2" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="500" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#3a9cf0" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="400" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#51aaf2" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="300" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#6eb9f4" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#96cdf8" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#bee0fa" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="050" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#e4f3fd" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="second" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Secondary Color" style=""></w2:textbox> </xf:group> <xf:group class="colorbox secondary" id="" style="" tagname=""> <xf:group class="color_titbox" id="" style=""> <w2:textbox class="subtxt" escape="false" id="" label="Secondary | 900" style=""></w2:textbox> <w2:textbox class="subtxt tar" escape="false" id="" label="#e28834" style=""></w2:textbox> </xf:group> <xf:group class="_flex" id=""> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="req" escape="false" id="" label="900" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#e28834" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="800" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#eaac44" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="700" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#eec34d" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="600" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#f1d957" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="500" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#f0e85a" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="400" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#f3ec70" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="300" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#f6f188" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#f8f5a9" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#faf9cb" style=""></w2:textbox> </xf:group> <xf:group class="cm_colorbox box" id="" style=""> <w2:textbox class="" escape="false" id="" label="050" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#fdfdea" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="sub" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Sub Color" style=""></w2:textbox> </xf:group> <xf:group class="colorbox" id="" style="" tagname=""> <xf:group class="_flex" id=""> <xf:group class="subcolor1" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" escape="false" id="" label="50" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#d9f8f8" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#9bedec" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="req" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#34e2df" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="300" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#00d3ce" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="400" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#00c6be" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="500" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#00b8ad" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="600" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#00aa9e" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="700" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#00998b" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="800" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#00887a" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="900" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#006a59" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="subcolor2" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" escape="false" id="" label=" 50" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#ede7fc" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#cfc5f7" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#ae9ff3" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="300" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#8a77f0" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="400" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#6b58ed" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="500" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#453be9" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="req" escape="false" id="" label="600" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#3437e2" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="700" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#0b2fd9" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="800" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#002ad3" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="900" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#001eca" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="subcolor3" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" dataType="" escape="false" id="" label=" 50" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#f9e3ef" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#f1b9d8" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#ea8cbe" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="300" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#e55ca4" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="req" escape="false" id="" label="400" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#e2348e" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="500" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#e10078" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="600" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#d00073" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="700" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#b9006c" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="800" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#a30067" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="900" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#7d005b" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="alert" style="" tagname="hr" toolTip=""></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Alert Color" style=""></w2:textbox> </xf:group> <xf:group class="colorbox alert" id="" style="" tagname=""> <xf:group adaptive="" class="_flex" id="" style="" tagname=""> <xf:group adaptive="" class="cm_colorbox" id="" style="" tagname=""> <w2:textbox class="" escape="false" id="" label="#F94B50" style=""></w2:textbox> </xf:group> <xf:group adaptive="" class="example" id="" style="" tagname=""> <xf:input class="error" id="" placeholder="" style="width:148px;"></xf:input> <w2:textbox class="txt_error" dataType="" id="" label="Error" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="legend" style="" tagname="hr" toolTip=""></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Legend Color" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="๋ฒ”๋ก€ ์ƒ‰ / ๊ทธ๋ฆฌ๋“œ, ํ…Œ์ด๋ธ”์„ ๊ฐ•์กฐํ•  ๊ฒฝ์šฐ ํ—ค๋” ๋ฐ ์…€์˜ ๋ฐฐ๊ฒฝ์— ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค." style=""></w2:textbox> </xf:group> <xf:group class="colorbox legend" id="" style="" tagname=""> <xf:group class="_flex" id=""> <xf:group class="legendcolor1" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#FFCDE0" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#FFE5EF" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="legendcolor2" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#E0F7FA" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#B2EBF2" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="legendcolor3" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" dataType="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#E0F2F1" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#B2DFDB" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="legendcolor4" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" dataType="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#E0F2F1" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#B2DFDB" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> <xf:group class="_flex" id="" style=""> <xf:group class="legendcolor5" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#FFF1A6" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#FFF9DA" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="legendcolor6" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#A6E9ED" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#CCF3F5" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="legendcolor7" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" dataType="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#C3D2F8" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#D7E0F7" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="legendcolor8" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id=""> <w2:textbox class="" dataType="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#E5C6BF" style=""></w2:textbox> </xf:group> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#ECE1DF" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="grayscale" style="" tagname="hr" toolTip=""></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Grayscale" style=""></w2:textbox> </xf:group> <xf:group class="colorbox grayscale cool" id=""> <xf:group class="color_titbox" id="" style=""> <w2:textbox class="maintxt" dataType="" escape="false" id="" label="Grayscale" style=""></w2:textbox> <w2:textbox class="subtxt" escape="false" id="" label="Cool Gray" style=""></w2:textbox> </xf:group> <xf:group class="_flex" id="" style=""> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="900" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#2C3238" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="850" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#373D45" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="800" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#424952" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="700" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#56606B" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="600" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#6B7682" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="500" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#8996A3" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="400" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#A5B3C2" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="300" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#BEC9D4" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#DAE3ED" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#E8EFF5" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="50" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#F5F7FA" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="colorbox grayscale basic" id="" style=""> <xf:group class="color_titbox" id="" style=""> <w2:textbox class="maintxt" dataType="" escape="false" id="" label="Grayscale" style=""></w2:textbox> <w2:textbox class="subtxt" escape="false" id="" label="Basic Gray" style=""></w2:textbox> </xf:group> <xf:group class="_flex" id="" style=""> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="900" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#202020" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""></xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="800" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#333333" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="700" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#555555" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="600" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#888888" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="500" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#AAAAAA" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="400" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#CCCCCC" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="300" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#DDDDDD" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="200" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#EEEEEE" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="100" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#F6F6F6" style=""></w2:textbox> </xf:group> </xf:group> <xf:group class="" id="" style="" tagname=""> <xf:group adaptiveThreshold="" class="cm_colorbox" id="" style=""></xf:group> <xf:group adaptiveThreshold="" class="codebox" id="" style=""> <w2:textbox class="" escape="false" id="" label="50" style=""></w2:textbox> <w2:textbox class="" escape="false" id="" label="#FAFAFA" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/design_kit/xml/tree.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Tree" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="๊ณ„์ธต ๊ตฌ์กฐ๋ฅผ ๊ฐ€์ง€๋Š” ๋ฐ์ดํ„ฐ๋ฅผ, &amp;nbsp;Treeํ˜•ํƒœ๋กœ ์ถœ๋ ฅํ•˜๋Š” ์ปดํฌ๋„ŒํŠธ์ž…๋‹ˆ๋‹ค. " style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="ํŠธ๋ฆฌ" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ๊ฐ ๋…ธ๋“œ์— checkbox์™€ image(icon)๋ฅผ ๋„ฃ์„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. &lt;br/&gt;ยท ์ ‘ํ˜€ ์žˆ๋Š” ์ƒํƒœ๋Š” โ€˜+โ€™ , ํŽผ์ณ์ ธ ์žˆ๋Š” ์ƒํƒœ๋Š” โ€˜-โ€™ ํ‘œ์‹œ๋ฅผ ํ•˜๋ฉฐ, ํ•˜์œ„ Data๊ฐ€ ์—†๋Š” ๊ฒฝ์šฐ๋Š” โ€˜+โ€™, โ€˜-โ€™ ํ‘œ์‹œ๋ฅผ ํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> </xf:group> <xf:group class="subtitbox" id="" style="" tagname=""></xf:group> <xf:group class="tvwbox " id="" style=""> <w2:treeview class="tvw" dataType="listed" id="" style="height:270px;" tooltipGroupClass="false"> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด1-1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด1-1-1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> </w2:node> </w2:node> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด1-2]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> </w2:node> </w2:node> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด2]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด2-1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด2-1-1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> </w2:node> </w2:node> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด2-2]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> </w2:node> </w2:node> </w2:treeview> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ์ƒ์œ„ ๋ ˆ๋ฒจ์˜ Data๋ฅผ ์„ ํƒ ์‹œ , ์ „์ฒด ํ•˜์œ„ ๋ ˆ๋ฒจ๋„ ํ•จ๊ป˜ ์„ ํƒ๋ฉ๋‹ˆ๋‹ค. &lt;br/&gt;" style=""> </w2:textbox> </xf:group> <xf:group class="tvwbox " id="" style=""> <w2:treeview class="tvw" dataType="listed" id="" style="height:270px;" tooltipGroupClass="false" checkAllChildNodes="true" showCheckbox="true"> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด1-1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด1-1-1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> </w2:node> </w2:node> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด1-2]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> </w2:node> </w2:node> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด2]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด2-1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด2-1-1]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> </w2:node> </w2:node> <w2:node> <w2:label><![CDATA[๋ฉ”๋‰ด2-2]]></w2:label> <w2:value><![CDATA[]]></w2:value> <w2:folder><![CDATA[]]></w2:folder> <w2:checkbox><![CDATA[]]></w2:checkbox> <w2:checkboxDisabled><![CDATA[]]></w2:checkboxDisabled> <w2:image><![CDATA[]]></w2:image> <w2:iconImage><![CDATA[]]></w2:iconImage> <w2:selectedImage><![CDATA[]]></w2:selectedImage> <w2:expandedImage><![CDATA[]]></w2:expandedImage> <w2:leafImage><![CDATA[]]></w2:leafImage> </w2:node> </w2:node> </w2:treeview> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/design_kit/xml/input.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList3" saveRemovedData="true"> <w2:columnInfo> <w2:column id="col1" name="name1" dataType="text"></w2:column> <w2:column id="col2" name="name2" dataType="text"></w2:column> <w2:column id="col3" name="name3" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Forms" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="์‚ฌ์šฉ์ž๊ฐ€ ๋ฐ์ดํ„ฐ๋ฅผ ์ง์ ‘ ์ž…๋ ฅํ•  ์ˆ˜ ์žˆ๋Š” ์ž…๋ ฅํผ๋“ค์ž…๋‹ˆ๋‹ค. " style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Basic Form" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="๋ชจ๋“  ์ž…๋ ฅ์ฐฝ์— ๊ณตํ†ต์ ์œผ๋กœ ์ ์šฉ๋˜๋Š” ๊ธฐ๋ณธ์ ์ธ ์Šคํƒ€์ผ์ž…๋‹ˆ๋‹ค. ์ƒํƒœ์— ๋งž๊ฒŒ ์ ์ ˆํ•œ ์Šคํƒ€์ผ์„ ์ ์šฉํ•ด, ์‚ฌ์šฉ์ž๊ฐ€ ํ˜„์žฌ ์ƒํƒœ๋ฅผ ํŒŒ์•…ํ•˜๊ธฐ ์‰ฝ๋„๋ก ํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="lybox col4" id="" style=""> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Normal form" style="" tagname="h3"></w2:textbox> <xf:group class="rt" id="" style=""></xf:group> </xf:group> <xf:input class="" id="" style="width:148px;" initValue="value"></xf:input> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Focused form" style="" tagname="h3"></w2:textbox> <xf:group class="rt" id="" style=""></xf:group> </xf:group> <xf:input class="w2input_focus" id="" style="width:148px;" initValue="value"></xf:input> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Disabled form" style="" tagname="h3"></w2:textbox> <xf:group class="rt" id="" style=""></xf:group> </xf:group> <xf:input class="" id="" style="width:148px;" disabled="true" initValue="value"></xf:input> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Readonly form" style="" tagname="h3"></w2:textbox> <xf:group class="rt" id="" style=""></xf:group> </xf:group> <xf:input class="" id="" initValue="value" style='width:148px;' readOnly="true"></xf:input> </xf:group> </xf:group> <xf:group class="line_gray" id="second" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="ํ•„์ˆ˜์ž…๋ ฅ" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label='ํ•„์ˆ˜๋กœ ์ž…๋ ฅํ•ด์•ผ ํ•˜๋Š” ์ž…๋ ฅํผ์˜ ๊ฒฝ์šฐ , ๋ ˆ์ด๋ธ”์˜ ์ขŒ์ธก์— &lt;span class="req"&gt;&lt;/span&gt;๋ฅผ &amp;nbsp;์ถ”๊ฐ€ํ•˜๊ณ , ํผ์š”์†Œ์—๋Š” &amp;nbsp;Background color ๋ฅผ ์ ์šฉํ•ด ์ค๋‹ˆ๋‹ค.' style=""> </w2:textbox> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ•„์ˆ˜์ž…๋ ฅ" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input class="req" id="" initValue="value" style="width:148px;"></xf:input> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="req" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width: 148px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="req" id="" label="ํ•„์ˆ˜์ž…๋ ฅ" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> <w2:inputCalendar calendarValueType="yearMonthDate" class="req" focusOnDateSelect="false" footerDiv="true" id="" renderDiv="true" renderType="" rightAlign="false" style="width: 120px;"> </w2:inputCalendar> <w2:span id="" label="~" style=""></w2:span> <w2:inputCalendar calendarValueType="yearMonthDate" class="req" focusOnDateSelect="false" footerDiv="true" id="" renderDiv="true" renderType="" rightAlign="false" style="width: 120px;"> </w2:inputCalendar> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="subtitbox" id="" style="" tagname=""></xf:group> <xf:group adaptiveThreshold="" class="gvwbox" id="" style=""></xf:group> <xf:group class="line_gray" id="group7" style="" tagname="hr"></xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Invalid Form" style="" tagname="h3"></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="์ž…๋ ฅํผ์— ์œ ํšจ์„ฑ๊ฒ€์‚ฌ๋ฅผ ์ œ๊ณตํ•˜์—ฌ , ์ž˜๋ชป ์ž…๋ ฅ ์‹œ ์˜ค๋ฅ˜๋ฉ”์‹œ์ง€๋ฅผ ์ถœ๋ ฅํ•ฉ๋‹ˆ๋‹ค." style=""></w2:textbox> <xf:group class="lybox col3" id="" style=""> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Invalid form" style="" tagname="h3"></w2:textbox> </xf:group> <xf:input class="w2input_error" fireEventOnInvalid="true" id="" initValue="Invalid value" style="width:148px;"></xf:input> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Invalid form with description" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group id=""> <xf:input class="w2input_error" id="" initValue="Invalid value" style="width:148px;"></xf:input> </xf:group> <w2:textbox class="w2input_errormessage" dataType="" id="" label="์ผํšŒ์šฉ ๋กœ๊ทธ์ธ ๋ฒˆํ˜ธ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”." style=""></w2:textbox> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <xf:group class="rt" id="" style=""></xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="group4" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="๊ธฐ๋ณธ ์ž…๋ ฅํผ" style=""></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group tagname="col" style="width:120px;"></xf:group> <xf:group tagname="col" style="width:20%;"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th tac" style="" tagname="th"> <w2:textbox class="" id="" label="์œ ํ˜•" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group tagname="th" class="w2tb_th tac" style=""> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ˜•ํƒœ" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group tagname="th" class="w2tb_th tac" style=""> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="์„ค๋ช…" ref="" style="" userData2=""></w2:textbox> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group class="w2tb_td tac" tagname="td" style=""> Inputbox <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%"></xf:input> </xf:group> <xf:group tagname="td" class="w2tb_td"> -&amp;nbsp;ํ•œ&amp;nbsp;์ค„&amp;nbsp;ํ…์ŠคํŠธ๋ฅผ&amp;nbsp;์ž…๋ ฅํ•˜๋Š”&amp;nbsp;๊ฒฝ์šฐ์—&amp;nbsp;์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.&amp;nbsp; <br></br> -&amp;nbsp;ํ…Œ์ด๋ธ”&amp;nbsp;์ปฌ๋Ÿผ&amp;nbsp;์•ˆ์˜&amp;nbsp;Inputbox์˜&amp;nbsp;width๊ฐ’์€&amp;nbsp;100%๋กœ&amp;nbsp;์ž‘์„ฑํ•˜๋‚˜,&amp;nbsp;ํ•„์š”ํ•œ&amp;nbsp;๊ฒฝ์šฐ&amp;nbsp;์ผ์ •์‚ฌ์ด์ฆˆ๋กœ&amp;nbsp;๊ณ ์ •์‹œํ‚ต๋‹ˆ๋‹ค.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; <br></br> <w2:attributes> <w2:scope>row</w2:scope> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> Textarea <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:textarea class="" id="" placeholder="" style="width:100%"></xf:textarea> </xf:group> <xf:group tagname="td" class="w2tb_td"> -&amp;nbsp;์—ฌ๋Ÿฌ&amp;nbsp;์ค„&amp;nbsp;ํ…์ŠคํŠธ๋ฅผ&amp;nbsp;์ž…๋ ฅํ•˜๋Š”&amp;nbsp;๊ฒฝ์šฐ&amp;nbsp;์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; <br></br> -&amp;nbsp;ํ•„์ˆ˜&amp;nbsp;์ž…๋ ฅํผ์€&amp;nbsp;๋ฐฐ๊ฒฝ์ปฌ๋Ÿฌ๋กœ&amp;nbsp;๊ตฌ๋ถ„์‹œํ‚ต๋‹ˆ๋‹ค.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; <br></br> -&amp;nbsp;์ž…๋ ฅ&amp;nbsp;๋ถˆ๊ฐ€ํผ(๋น„ํ™œ์„ฑ)์€&amp;nbsp;๋ฐฐ๊ฒฝ์ปฌ๋Ÿฌ๋กœ&amp;nbsp;๊ตฌ๋ถ„์‹œํ‚ต๋‹ˆ๋‹ค. <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> Radio <w2:attributes></w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td tac"> <w2:attributes></w2:attributes> <xf:select1 appearance="full" cols="" disabled="" id="" ref="" renderType="radiogroup" rows="" selectedIndex="0" style=""> <xf:choices> <xf:item> <xf:label><![CDATA[Atype]]></xf:label> <xf:value><![CDATA[]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[Btype]]></xf:label> <xf:value><![CDATA[]]></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> <xf:group tagname="td" class="w2tb_td"> -&amp;nbsp;์—ฌ๋Ÿฌ&amp;nbsp;๊ฐœ์˜&amp;nbsp;ํ•ญ๋ชฉ&amp;nbsp;์ค‘&amp;nbsp;ํ•œ&amp;nbsp;ํ•ญ๋ชฉ๋งŒ&amp;nbsp;์„ ํƒํ•ด์•ผ&amp;nbsp;ํ•˜๋Š”&amp;nbsp;๊ฒฝ์šฐ&amp;nbsp;์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. <br></br> -&amp;nbsp;์ƒํ™ฉ์—&amp;nbsp;๋งž๊ฒŒ&amp;nbsp;์„ธ๋กœ&amp;nbsp;์ •๋ ฌ๊ณผ&amp;nbsp;๊ฐ€๋กœ&amp;nbsp;์ •๋ ฌ์„&amp;nbsp;ํ˜ผ์šฉํ•ด&amp;nbsp;์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.&amp;nbsp;&amp;nbsp;&amp;nbsp; <br></br> -&amp;nbsp;๋””ํดํŠธ&amp;nbsp;ํ•ญ๋ชฉ์€&amp;nbsp;๊ฐ€์žฅ&amp;nbsp;์ค‘์š”ํ•œ&amp;nbsp;ํ•ญ๋ชฉ์œผ๋กœ&amp;nbsp;์ง€์ •ํ•ฉ๋‹ˆ๋‹ค.&amp;nbsp; <w2:attributes></w2:attributes> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> Checkbox <w2:attributes></w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td tac"> <w2:attributes></w2:attributes> <xf:select appearance="full" cols="" disabled="" id="" ref="" renderType="checkboxgroup" rows="" selectedindex="1" style=""> <xf:choices> <xf:item> <xf:label><![CDATA[Atype]]></xf:label> <xf:value><![CDATA[]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[Btype]]></xf:label> <xf:value><![CDATA[]]></xf:value> </xf:item> </xf:choices> </xf:select> </xf:group> <xf:group tagname="td" class="w2tb_td"> -&amp;nbsp;๋‹ค์ค‘์œผ๋กœ&amp;nbsp;์„ ํƒํ•˜๋Š”&amp;nbsp;๊ฒฝ์šฐ&amp;nbsp;์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. <br></br> -&amp;nbsp;์ƒํ™ฉ์—&amp;nbsp;๋งž๊ฒŒ&amp;nbsp;์„ธ๋กœ&amp;nbsp;์ •๋ ฌ๊ณผ&amp;nbsp;๊ฐ€๋กœ&amp;nbsp;์ •๋ ฌ์„&amp;nbsp;ํ˜ผ์šฉํ•ด&amp;nbsp;์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. <w2:attributes></w2:attributes> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> Selectbox <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width:100%" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[A TYPE]]></xf:label> <xf:value><![CDATA[]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[B TYPE]]></xf:label> <xf:value><![CDATA[]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[C TYPE]]></xf:label> <xf:value><![CDATA[]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[D TYPE]]></xf:label> <xf:value><![CDATA[]]></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> <xf:group tagname="td" class="w2tb_td"> -&amp;nbsp;์„ ํƒ&amp;nbsp;์˜ต์…˜์ด&amp;nbsp;4๊ฐœ&amp;nbsp;์ด์ƒ์ธ&amp;nbsp;๊ฒฝ์šฐ&amp;nbsp;์‚ฌ์šฉ์„&amp;nbsp;๊ถŒ์žฅํ•ฉ๋‹ˆ๋‹ค.&amp;nbsp;&amp;nbsp;&amp;nbsp; <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> AutoComplete <w2:attributes></w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <w2:autoComplete allOption="" chooseOption="" editType="select" id="" ref="" search="start" style="width: 100%" submenuSize="auto" useKeywordHighlight="false"> <w2:choices> <w2:item> <w2:label><![CDATA[A]]></w2:label> <w2:value></w2:value> </w2:item> <w2:item> <w2:label><![CDATA[AB]]></w2:label> <w2:value></w2:value> </w2:item> <w2:item> <w2:label><![CDATA[ABC]]></w2:label> <w2:value></w2:value> </w2:item> <w2:item> <w2:label><![CDATA[ABCD]]></w2:label> <w2:value></w2:value> </w2:item> </w2:choices> </w2:autoComplete> </xf:group> <xf:group tagname="td" class="w2tb_td"> -&amp;nbsp;Select&amp;nbsp;Box์˜&amp;nbsp;ํ™•์žฅ&amp;nbsp;์ปดํฌ๋„ŒํŠธ๋กœ&amp;nbsp;ํŠน์ •&amp;nbsp;๋ฌธ์ž์—ด์—&amp;nbsp;๋Œ€ํ•œ&amp;nbsp;์ž๋™์™„์„ฑ&amp;nbsp;๋ฐ&amp;nbsp;๊ฒ€์ƒ‰๊ธฐ๋Šฅ์ด&amp;nbsp;์žˆ์Šต๋‹ˆ๋‹ค. <w2:attributes></w2:attributes> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="group6" style="" tagname="hr"></xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Group of Form" style="" tagname="h3"></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="๊ฒฝ์šฐ์— ๋”ฐ๋ผ ํผ์€ input, select, Trigger(๋ฒ„ํŠผ) ๋“ฑ๊ณผ ํ•จ๊ป˜ &amp;nbsp;๊ทธ๋ฃน์œผ๋กœ ๋ฌถ์—ฌ ์‚ฌ์šฉ๋ฉ๋‹ˆ๋‹ค. " style=""> </w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:120px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th tac" style="" tagname="th"> <w2:textbox class="" id="" label="์œ ํ˜•" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_th tac" style="" tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="์ž…๋ ฅํ˜•์‹" ref="" style="" userData2=""></w2:textbox> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> ์กฐํšŒ <w2:attributes></w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:group id=""> <xf:input style="width:148px;" id="" placeholder="" class=""></xf:input> <xf:trigger style="" id="" type="button" class="btn_cm btn_search "> <xf:label><![CDATA[Search]]></xf:label> </xf:trigger> </xf:group> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> ๊ธฐ๊ฐ„ <w2:attributes></w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:group id=""> <w2:inputCalendar footerDiv="true" rightAlign="false" focusOnDateSelect="false" style="width: 120px;" id="" renderType="" renderDiv="true" calendarValueType="yearMonthDate"> </w2:inputCalendar> <w2:span style="" id="" label="~"></w2:span> <w2:inputCalendar footerDiv="true" rightAlign="false" focusOnDateSelect="false" style="width: 120px;" id="" renderType="" renderDiv="true" calendarValueType="yearMonthDate"> </w2:inputCalendar> </xf:group> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> ๊ธˆ์•ก <w2:attributes></w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:group id=""> <xf:input dataType="number" editType="" style="width:148px;" id="" placeholder="" type="" class="tar"></xf:input> <w2:span style="" id="" label="์›"></w2:span> </xf:group> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="td" class="w2tb_td tac"> ์ด๋ฉ”์ผ <w2:attributes></w2:attributes> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:group id=""> <xf:input style="width:148px;" id="" placeholder="" class=""></xf:input> <w2:span style="" id="" label="@"></w2:span> <xf:input style="width:148px;" id="" placeholder="" class=""></xf:input> <xf:select1 ref="" submenuSize="auto" appearance="minimal" disabledClass="w2selectbox_disabled" chooseOption="" disabled="false" style="width: 148px;" allOption="true" id="" renderType="" class="" direction="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[์ง์ ‘์ž…๋ ฅ]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="ยท Data์˜ ์ •๋ ฌ๊ธฐ์ค€์— ๋”ฐ๋ฆ…๋‹ˆ๋‹ค. &lt;br/&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;- ์šฐ์ธก์ •๋ ฌ : ๊ธˆ์•ก, ์ˆซ์ž ๋“ฑ ์ž๋ฆฟ์ˆ˜ ๊ตฌ๋ถ„๋˜๋Š” Data&lt;br/&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;- ์ขŒ์ธก์ •๋ ฌ : ์ฃผ์†Œ, ์ „ํ™”๋ฒˆํ˜ธ ๋“ฑ ๊ธ€์ž์ˆ˜๊ฐ€ ์ผ์ •์น˜ ์•Š์€ Data&lt;br/&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;- ์ค‘์•™์ •๋ ฌ : ๋‚ ์งœ ๋“ฑ Data ๊ธ€์ž์ˆ˜๊ฐ€ ์ผ์ •ํ•œ ๊ฒฝ์šฐ" style=""> </w2:textbox> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/design_kit/xml/table.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Table" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="html์˜ ํ…Œ์ด๋ธ”์„ ์˜๋ฏธํ•˜๋Š” ์ปดํฌ๋„ŒํŠธ์ด๋ฉฐ, ์—ฌ๋Ÿฌ๊ฐ€์ง€ ์œ ํ˜•์˜ ๋ฐ์ดํ„ฐ๋ฅผ ์ž…๋ ฅํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="์ž…์ถœ๋ ฅํ…Œ์ด๋ธ”" style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ๊ฒ€์ƒ‰ ๊ฒฐ๊ณผ์˜ ์ถœ๋ ฅ๊ณผ ์‹ ๊ทœ Data ์ž…๋ ฅ ๋ฐ ์ˆ˜์ •์„ ์œ„ํ•œ ํ™”๋ฉด์— ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. &lt;br/&gt;ยท ์ž…๋ ฅ ๋ถˆ๊ฐ€ ํ•„๋“œ๋Š” Disabled ์ฒ˜๋ฆฌํ•˜๋ฉฐ , Background Color๋กœ ๊ตฌ๋ถ„์‹œํ‚ต๋‹ˆ๋‹ค. &lt;br/&gt;" style=""> </w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ•„์ˆ˜ํ•ญ๋ชฉ" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input class="req" id="" placeholder="" style="width:148px;"></xf:input> <xf:trigger class="btn_cm btn_search " id="" style="" type="button"> <xf:label><![CDATA[Search]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="๊ธฐ๊ฐ„์กฐํšŒ" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> <w2:inputCalendar calendarValueType="yearMonthDate" focusOnDateSelect="false" footerDiv="true" id="" renderDiv="true" renderType="" rightAlign="false" style="width: 120px;"> </w2:inputCalendar> <w2:span id="" label="~" style=""></w2:span> <w2:inputCalendar calendarValueType="yearMonthDate" focusOnDateSelect="false" footerDiv="true" id="" renderDiv="true" renderType="" rightAlign="false" style="width: 120px;"> </w2:inputCalendar> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group tagname="th" class="w2tb_th "> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="์ถœ๋ ฅํ•ญ๋ชฉ" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;" disabled="true"></xf:input> </xf:group></xf:group></xf:group> </xf:group> <xf:group class="line_gray" id="second" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="ํ…Œ์ด๋ธ” ์ปฌ๋Ÿผ ๋ถ„ํ• " style=""></w2:textbox> </xf:group> <xf:group class="titbox" id="" style="" tagname=""> <w2:textbox class="subtxt" escape="false" id="" label="ยท ์ž…์ถœ๋ ฅ ํ…Œ์ด๋ธ”์ด ์ƒํ•˜๋กœ ์—ฌ๋Ÿฌ ๊ฐœ ์œ„์น˜ํ•œ ๊ฒฝ์šฐ, ํ…Œ์ด๋ธ” ๋ณ„๋กœ ์—ด์˜ ๊ฐœ์ˆ˜๋‚˜ ๋น„์œจ์„ ๋‹ค๋ฅด๊ฒŒ ํ•˜๋Š” ๊ฒƒ์€ ์ง€์–‘ํ•˜๋ฉฐ, ๊ฐ€๋Šฅํ•œ ๊ทธ๋ฆฌ๋“œ๋ฅผ ๋งž์ถ”์–ด ์ž‘์„ฑํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;ยท ์ž…๋ ฅํ•ญ๋ชฉ์ด ๋งŽ์„ ๊ฒฝ์šฐ ๊ทธ๋ฃนํ•‘์„ ํ•˜์—ฌ ์ž…์ถœ๋ ฅ ํ…Œ์ด๋ธ”์„ ๋‚˜๋ˆ„๋Š” ๊ฒƒ์„ ๊ถŒ์žฅํ•ฉ๋‹ˆ๋‹ค. " style=""> </w2:textbox> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="์„œ๋ธŒํƒ€์ดํ‹€" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"></xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="์„œ๋ธŒํƒ€์ดํ‹€" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"></xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes></w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes></w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="์„œ๋ธŒํƒ€์ดํ‹€" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <w2:attributes> <w2:colspan>3</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes></w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="guide_arrow type3" id="" style=""> <xf:group class="arrow" id="" style="width:150px;"> <xf:group id=""></xf:group> </xf:group> <xf:group class="arrow opy" id="" style="width:auto;"> <xf:group id=""></xf:group> </xf:group> <xf:group class="arrow" id="" style="width:150px;"> <xf:group id=""></xf:group> </xf:group> <xf:group class="arrow opy" id="" style="width:auto;"> <xf:group id=""></xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="group1" style="" tagname="hr"></xf:group> <xf:group id="" class="titbox"> <w2:textbox style="" id="" label="๊ฐ ํ…Œ์ด๋ธ”์˜ ๋น„์œจ์€ ๊ฐ€์ด๋“œ์— ๋”ฐ๋ผ ์ž‘์„ฑํ•ฉ๋‹ˆ๋‹ค. " class="subtxt" escape="false"></w2:textbox> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="1๋‹จํ…Œ์ด๋ธ”" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="guide_arrow type2" id="" style=""> <xf:group class="arrow" id="" style="width:150px;"> <xf:group id=""> <w2:span id="" label="1/4" style=""></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:auto;"> <xf:group id=""> <w2:span id="" label="3/4" style=""></w2:span> </xf:group> </xf:group> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="2๋‹จํ…Œ์ด๋ธ”" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:150px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="" id="" label="ํ•„์ˆ˜ํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes></w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>3</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>3</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="guide_arrow type2" id="" style=""> <xf:group class="arrow" id="" style="width:150px;"> <xf:group id=""> <w2:span id="" label="1/6" style=""></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:auto;"> <xf:group id=""> <w2:span id="" label="2/6" style=""></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:150px;"> <xf:group id=""> <w2:span id="" label="1/6" style=""></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:auto;"> <xf:group id=""> <w2:span id="" label="2/6" style=""></w2:span> </xf:group> </xf:group> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="4๋‹จํ…Œ์ด๋ธ”" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ•„์ˆ˜ํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes></w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th" tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th" tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ•ญ๋ชฉํƒ€์ดํ‹€" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:100%;"></xf:input> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="guide_arrow type2" id="" style=""> <xf:group class="arrow" id="" style="width:25%;"> <xf:group id=""> <w2:span id="" label="1/4" style=""></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:25%;"> <xf:group id=""> <w2:span id="" label="1/4" style=""></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:25%;"> <xf:group id=""> <w2:span id="" label="1/4" style=""></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:25%;"> <xf:group id=""> <w2:span id="" label="1/4" style=""></w2:span> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/design_kit/xml/message.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" style=""> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Message" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="์‚ฌ์šฉ์ž์˜ ํ–‰๋™์— ํ”ผ๋“œ๋ฐฑ์ด ํ•„์š”ํ•˜๊ฑฐ๋‚˜, ์•Œ๋ฆผ, ์ •๋ณด, ์˜ค๋ฅ˜๋“ฑ์„ ์ „๋‹ฌํ•  ๋•Œ ์‚ฌ์šฉ๋ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Alerts Popup" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="ยท ๋‹จ์ˆœ ์•Œ๋ฆผ ์ฐฝ์€ ํ™•์ธ ๋ฒ„ํŠผ์„ ๋ฐฐ์น˜ํ•˜๊ณ , ์ง„ํ–‰ ์—ฌ๋ถ€๋ฅผ ํ™•์ธํ•˜๋Š” ์•Œ๋ฆผ ์ฐฝ์€ ํ™•์ธ, ์ทจ์†Œ ๋ฒ„ํŠผ์„ ๋ฐฐ์น˜ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;" style=""> </w2:textbox> <xf:group class="lybox temp" id="" style=""> <xf:group adaptiveThreshold="" class="ly_column col_6" id="" style=""> <xf:group class="ly_popup temp" id="" style=""> <xf:group class="ly_head" id="" style=""></xf:group> <xf:group class="ly_cont" id="" style=""> <w2:textbox class="txt1" id="" label="์ฒ˜๋ฆฌ์ค‘ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค. " style="" tagname="p"></w2:textbox> <w2:textbox class="txt2" escape="false" id="" label="์ฒ˜๋ฆฌ์ค‘ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค.&lt;br/&gt;์žฅ์• ๋ฌธ์˜ : [email protected]" style="" tagname="p"> </w2:textbox> <xf:group class="btnbox" id="" style=""> <xf:trigger class="btn_cm pt btn_pop" id="trigger1" style="" type="button"> <xf:label><![CDATA[ํ™•์ธ]]></xf:label> </xf:trigger> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="ly_column col_4" id="" style=""> <xf:group class="ly_popup temp" id="" style="position: relative; left: 0; top: 0; margin: 0;"> <xf:group class="ly_head" id="" style=""></xf:group> <xf:group class="ly_cont" id="" style=""> <w2:textbox class="txt1" id="" label="์ €์žฅํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ? " style="" tagname="p"></w2:textbox> <xf:group class="btnbox" id="" style=""> <xf:trigger class="btn_cm pt btn_pop" id="trigger2" style="" type="button"> <xf:label><![CDATA[ํ™•์ธ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm" id="" style="" type="button"> <xf:label><![CDATA[์ทจ์†Œ]]></xf:label> </xf:trigger> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="group6" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Alerts Message" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="ยท ์ƒํ™ฉ์— ๋”ฐ๋ผ Info, Success, Warning, Error ์˜ ๋„ค๊ฐ€์ง€ ์ข…๋ฅ˜๋ฅผ ์ ์ ˆํžˆ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="subtitbox" id="" style="" tagname=""> </xf:group> <xf:group class="tblbox" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="600" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:80px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:input class="" id="" placeholder="" style="width:148px;"></xf:input> <w2:textbox class="txt_error" dataType="" id="" label="Error Message" style=""></w2:textbox> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_th " tagname="th"> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" tagname="td"> <w2:attributes> <w2:colspan>1</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> <xf:input class="" id="" placeholder="" style="width:148px;"></xf:input> <w2:textbox class="txt_success" dataType="" id="" label="Success Message" style=""></w2:textbox> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group tagname="th" class="w2tb_th "> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:148px;"></xf:input> <w2:textbox class="txt_info" dataType="" id="" label="Info Message" style=""></w2:textbox> </xf:group> </xf:group> <xf:group tagname="tr"> <xf:group tagname="th" class="w2tb_th "> <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> <w2:textbox class="" id="" label="ํ…Œ์ด๋ธ”ํ—ค๋”" ref="" style="" userData2=""></w2:textbox> </xf:group> <xf:group tagname="td" class="w2tb_td"> <w2:attributes></w2:attributes> <xf:input class="" id="" placeholder="" style="width:148px;"></xf:input> <w2:textbox class="txt_warning" dataType="" id="" label="Warning Message" style=""></w2:textbox> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="msgbox success" id="" style=""> <w2:textbox class="txt_success" for="" id="" label="Success Message" style="" tagname=""></w2:textbox> </xf:group> <xf:group class="msgbox error" id="" style=""> <w2:textbox class="txt_error" for="" id="" label="Error Message" style="" tagname=""></w2:textbox> </xf:group> <xf:group class="msgbox info" id="" style=""> <w2:textbox class="txt_info" for="" id="" label="Info Message" style="" tagname=""></w2:textbox> </xf:group> <xf:group class="msgbox warning" id="" style=""> <w2:textbox class="txt_warning" for="" id="" label="Warning Message" style="" tagname=""></w2:textbox> </xf:group> <xf:group class="line_gray" id="group7" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Toasts" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="ยท ํ† ์ŠคํŠธ๋Š” ์šฐ์ธกํ•˜๋‹จ์— ๊ณ ์ •๋˜์–ด ๋‚˜ํƒ€๋‚˜๋ฉฐ ์ผ์ • ์‹œ๊ฐ„์ด ์ง€๋‚˜๋ฉด ์‚ฌ๋ผ์ง‘๋‹ˆ๋‹ค." style=""></w2:textbox> <xf:group class="msgbox toast" id="" style="margin-bottom:100px"> <w2:textbox class="" for="" id="" label="Toast Message" style="" tagname="span"></w2:textbox> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/design_kit/xml/button.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>COMPONENT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList3" saveRemovedData="true"> <w2:columnInfo> <w2:column id="col1" name="name1" dataType="text"></w2:column> <w2:column id="col2" name="name2" dataType="text"></w2:column> <w2:column id="col3" name="name3" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" encYN="true" id="col1" name="ํƒ€์ดํ‹€"></w2:column> <w2:column dataType="text" id="col2" name="์ด๋ฆ„"></w2:column> <w2:column dataType="text" id="col3" name="์ฃผ์†Œ"></w2:column> <w2:column dataType="text" id="col4" name="๋‚ ์งœ"></w2:column> <w2:column dataType="text" id="col5" name="๊ธˆ์•ก"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <col1><![CDATA[๊ธˆ์ผ ์ผ์ • ์•ˆ๋‚ด์ž…๋‹ˆ๋‹ค.]]></col1> <col2><![CDATA[ํ™๊ธธ๋™]]></col2> <col3><![CDATA[์„œ์šธ์‹œ ๊ณตํ•ญ๋Œ€๋กœ]]></col3> <col4><![CDATA[2022-12-10]]></col4> <col5><![CDATA[100,000]]></col5> </w2:row> <w2:row> <col1><![CDATA[๊ธˆ์ผ ์ผ์ • ์•ˆ๋‚ด์ž…๋‹ˆ๋‹ค.]]></col1> <col2><![CDATA[ํ™๊ธธ๋™]]></col2> <col3><![CDATA[์„œ์šธ์‹œ ๊ณตํ•ญ๋Œ€๋กœ]]></col3> <col4><![CDATA[2022-12-11]]></col4> <col5><![CDATA[120,000]]></col5> </w2:row> <w2:row></w2:row> <w2:row></w2:row> <w2:row></w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="top_box" id="" style="" tagname=""> <w2:textbox class="con_tit" id="" label="Button" style=""></w2:textbox> <w2:textbox class="con_txt" escape="false" id="" label="WDS์—์„œ ์‚ฌ์šฉ๋˜๋Š” ๋ฒ„ํŠผ ์Šคํƒ€์ผ์ž…๋‹ˆ๋‹ค. " style=""> </w2:textbox> <xf:group class="" id="primary" style=""></xf:group> <xf:group class="tab_anchor" id="" style="" tagname="ul"> <xf:group class="on" id="" tagname="li"> <w2:anchor class="" id="" outerDiv="false" style=""> <xf:label><![CDATA[Examples]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Snippet]]></xf:label> </w2:anchor> </xf:group> <xf:group id="" tagname="li"> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[Dark Theme]]></xf:label> </w2:anchor> </xf:group> </xf:group> </xf:group> <xf:group class="contbox" id="" style=""> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Button Default" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="๊ฐ€์žฅ ๊ธฐ๋ณธ์ด ๋˜๋Š” ๋ฒ„ํŠผ์ž…๋‹ˆ๋‹ค. ์ผ๋ฐ˜์ ์ธ ์ƒํ™ฉ์— ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค." style=""></w2:textbox> <xf:group class="lybox col4" id="" style=""> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Normal" style="" tagname="h3"></w2:textbox> </xf:group> <xf:trigger class="btn_cm" id="" style="" type="button"> <xf:label><![CDATA[Button default]]></xf:label> </xf:trigger> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Hover" style="" tagname="h3"></w2:textbox> </xf:group> <xf:trigger class="btn_cm btn_cm_focus" id="" style="" type="button"> <xf:label><![CDATA[Button default]]></xf:label> </xf:trigger> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Active" style="" tagname="h3"></w2:textbox> </xf:group> <xf:trigger class="btn_cm btn_cm_active" id="" style="" type="button"> <xf:label><![CDATA[Button default]]></xf:label> </xf:trigger> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Disabled" style="" tagname="h3"></w2:textbox> </xf:group> <xf:trigger class="btn_cm" id="" style="" type="button" disabled="true"> <xf:label><![CDATA[Button default]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="line_gray" id="group4" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Primary" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="ํ•ด๋‹น ํŽ˜์ด์ง€์˜ ํ‚ค์•ก์…˜ ๋“ฑ์— ์‚ฌ์šฉํ•˜๋Š” ๋ฒ„ํŠผ์ž…๋‹ˆ๋‹ค. ํ•œ ํŽ˜์ด์ง€์— ํ•œ ๋ฒˆ๋งŒ ์“ฐ์ž…๋‹ˆ๋‹ค." style=""></w2:textbox> <xf:group class="lybox col4" id="" style=""> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Normal" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group id="" class="btnbox"> <xf:trigger style="" id="" type="button" class="btn_cm pt"> <xf:label><![CDATA[Button primary]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Hover" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="btnbox" id="" style=""> <xf:trigger class="btn_cm pt pt_hover" id="" style="" type="button"> <xf:label><![CDATA[Button primary]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Active" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="btnbox" id="" style=""> <xf:trigger class="btn_cm pt pt_active" id="" style="" type="button"> <xf:label><![CDATA[Button primary]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Disabled" style="" tagname="h3"></w2:textbox> </xf:group> <xf:group class="btnbox" id="" style=""> <xf:trigger class="btn_cm pt" id="" style="" type="button" disabled="true"> <xf:label><![CDATA[Button primary]]></xf:label> </xf:trigger> </xf:group> </xf:group> </xf:group> <xf:group class="line_gray" id="group5" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="Pattern" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="์•„์ด์ฝ˜์˜ ์œ ๋ฌด์— ๋”ฐ๋ผ Icon + Text, Text Only, Icon Only 3๊ฐ€์ง€ ํŒจํ„ด์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค." style=""> </w2:textbox> <xf:group class="lybox col4" id="" style=""> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Icon + Text" style="" tagname="h3"></w2:textbox> </xf:group> <xf:trigger class="btn_cm upload" id="" style="" type="button"> <xf:label><![CDATA[์—…๋กœ๋“œ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm download" id="" style="" type="button"> <xf:label><![CDATA[๋‹ค์šด๋กœ๋“œ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Text Only" style="" tagname="h3"></w2:textbox> </xf:group> <xf:trigger class="btn_cm" id="" style="" type="button"> <xf:label><![CDATA[Button default]]></xf:label> </xf:trigger> </xf:group> <xf:group class="ly_column" id="" style=""> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="Icon Only" style="" tagname="h3"></w2:textbox> </xf:group> <xf:trigger anchorWithGroupClass="" class="btn_cm btn_search" id="" style="" type="button"> <xf:label><![CDATA[Search]]></xf:label> </xf:trigger> <xf:trigger anchorWithGroupClass="" class="btn_cm btn_delete" id="" style="" type="button"> <xf:label><![CDATA[Delete]]></xf:label> </xf:trigger> </xf:group> <xf:group class="ly_column" id="" style=""></xf:group> </xf:group> <xf:group class="line_gray" id="group6" style="" tagname="hr"></xf:group> <xf:group class="subtitbox" id="" style="" tagname=""> <w2:textbox class="subtit" id="" label="๋ฐฐ์น˜" style=""></w2:textbox> </xf:group> <w2:textbox class="subtxt" escape="false" id="" label="ยท ๋ฒ„ํŠผ์€ ์—…๋ฌด์ฒ˜๋ฆฌ์˜ ํ๋ฆ„์— ๋”ฐ๋ผ ๋ฐฐ์น˜ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;ยท ํ™”๋ฉด ์ „์ฒด๋ฅผ ์ œ์–ดํ•˜๋Š” ๋ฒ„ํŠผ์€ ํ™”๋ฉด์˜ ํ•˜๋‹จ ์šฐ์ธก์— ๋ฐฐ์น˜ํ•ฉ๋‹ˆ๋‹ค.&lt;br/&gt;" style=""> </w2:textbox> <xf:group class="subtitbox" id="" style="" tagname=""></xf:group> <xf:group class="pgtbox" id="" style=""> <xf:trigger class="btn_fav" id="" style="" type="button"> <xf:label></xf:label> </xf:trigger> <w2:textbox class="pgt_tit" id="" label="ํ™”๋ฉดํƒ€์ดํ‹€" style="" tagname=""></w2:textbox> </xf:group> <xf:group class="schbox" id="" style=""> <xf:group class="schbox_inner" id="" style=""> <xf:group adaptive="layout" adaptiveThreshold="768" class="w2tb tbl" id="" style="" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> <xf:group style="width:100px;" tagname="col"></xf:group> <xf:group style="" tagname="col"></xf:group> </xf:group> <xf:group class="" id="" style="" tagname="tr"> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="req" id="" label="์กฐํšŒ์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" style="" tagname="td"> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width:100px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> <xf:select1 allOption="true" appearance="minimal" chooseOption="" class="" direction="auto" disabled="false" disabledClass="w2selectbox_disabled" id="" ref="" renderType="" style="width:100px;" submenuSize="auto"> <xf:choices> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[new row]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> </xf:group> <xf:group class="w2tb_th" style="" tagname="th"> <w2:textbox class="" id="" label="์กฐํšŒ์กฐ๊ฑด" style=""></w2:textbox> </xf:group> <xf:group class="w2tb_td" id="" style="" tagname="td"> <xf:select1 appearance="full" cols="" disabled="" id="" ref="" renderType="radiogroup" rows="" selectedIndex="1" style=""> <xf:choices> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ1]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ2]]></xf:label> <xf:value></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[ํ•ญ๋ชฉ3]]></xf:label> <xf:value></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> </xf:group> </xf:group> <xf:group class="btn_schbox" id="" style=""> <xf:trigger class="btn_cm sch" disabled="" escape="false" id="" style="" type="button"> <xf:label><![CDATA[์กฐํšŒ]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group class="titbox" id="" style=""> <w2:textbox class="" id="" label="์„œ๋ธŒํƒ€์ดํ‹€" style="" tagname="h3"></w2:textbox> <xf:group class="rt" id="" style=""> <xf:trigger class="btn_cm copy" id="" style="" type="button"> <xf:label><![CDATA[ํ–‰๋ณต์‚ฌ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm row_add" id="" style="" type="button"> <xf:label><![CDATA[ํ–‰์ถ”๊ฐ€]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm row_del" id="" style="" type="button"> <xf:label><![CDATA[ํ–‰์‚ญ์ œ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm upload" id="" style="" type="button"> <xf:label><![CDATA[์—…๋กœ๋“œ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm download" id="" style="" type="button"> <xf:label><![CDATA[๋‹ค์šด๋กœ๋“œ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์—…๋ฌด๋ฒ„ํŠผ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์—…๋ฌด๋ฒ„ํŠผ]]></xf:label> </xf:trigger> </xf:group> </xf:group> <xf:group adaptiveThreshold="" class="gvwbox" id="" style=""> <w2:gridView autoFit="allColumn" captionTitle="" checkReadOnlyOnCut="" class="gvw" dataList="data:dataList1" defaultCellHeight="26" evenRowBackgroundColor="" filterFocusMode="" id="" keepDefaultColumnWidth="true" oddRowBackgroundColor="" overflowX="" rowNumBackgroundColor="" rowNumHeaderValue="No" rowNumVisible="" rowNumWidth="" rowStatusHeaderValue="" rowStatusVisible="" rowStatusWidth="50" scrollByColumn="false" scrollByColumnAdaptive="false" selectedCellColor="" selectedCellOverColor="" style="height:150px;" titleAuto="true" visibleRowNum="10"> <w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption> <w2:header id="header2" style=""> <w2:row id="row3" style=""> <w2:column class="" displayMode="label" id="column15" inputType="text" style="" value="ํƒ€์ดํ‹€" width="210"></w2:column> <w2:column displayMode="label" id="column14" inputType="text" style="" value="์ด๋ฆ„" width="70"></w2:column> <w2:column displayMode="label" id="column13" inputType="text" style="" value="์ฃผ์†Œ" width="210"></w2:column> <w2:column displayMode="label" id="column12" inputType="text" style="" value="๋‚ ์งœ" width="100"></w2:column> <w2:column displayMode="label" id="column11" inputType="text" style="" value="๊ธˆ์•ก" width="100"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody2" style=""> <w2:row id="row4" style=""> <w2:column class="tal" displayMode="label" id="col1" inputType="text" style="" value="" width="210"></w2:column> <w2:column displayMode="label" id="col2" inputType="text" style="" value="" width="70"></w2:column> <w2:column class="tal" displayMode="label" id="col3" inputType="text" style="" value="" width="210"></w2:column> <w2:column displayMode="label" id="col4" inputType="text" style="" value="" width="100"></w2:column> <w2:column class="tar" displayMode="label" id="col5" inputType="text" style="" value="" width="100"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> <xf:group class="btnbox" id="" style=""> <xf:group class="rt" id="" style=""> <xf:trigger class="btn_cm" id="" style="" type="button"> <xf:label><![CDATA[์—…๋ฌด๋ฒ„ํŠผ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm" id="" style="" type="button"> <xf:label><![CDATA[์—…๋ฌด๋ฒ„ํŠผ]]></xf:label> </xf:trigger> <w2:textbox class="bar_btndiv" id="" label="" style=""></w2:textbox> <xf:trigger class="btn_cm pt" id="" style="" type="button"> <xf:label><![CDATA[์‹ ๊ทœ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm" id="" style="" type="button"> <xf:label><![CDATA[์ˆ˜์ •]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm pt" id="" style="" type="button"> <xf:label><![CDATA[์ €์žฅ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์‚ญ์ œ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm pt" id="" style="" type="button"> <xf:label><![CDATA[ํ™•์ธ]]></xf:label> </xf:trigger> <xf:trigger class="btn_cm " id="" style="" type="button"> <xf:label><![CDATA[์ทจ์†Œ]]></xf:label> </xf:trigger> <xf:group id="" class="guide_arrow type1" style=""> <xf:group style="width:154px;" id="" class="arrow"> <xf:group id=""> <w2:span style="" id="" label="์—…๋ฌด๋ฒ„ํŠผ"></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:257px;"> <xf:group id=""> <w2:span style="" id="" label="CRUD๋ฒ„ํŠผ"></w2:span> </xf:group> </xf:group> <xf:group class="arrow" id="" style="width:125px;"> <xf:group id=""> <w2:span style="" id="" label="์ „์ฒด์ œ์–ด๋ฒ„ํŠผ"></w2:span> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
WRE/WebContent/websquare/kit/design_kit/design_kit.xml
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="/websquare/kit/design_kit/design_kit.css" type="text/css"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>DEFAULT</w2:type> <w2:buildDate /> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="resource" saveRemovedData="true"> <w2:columnInfo> <w2:column id="id" name="id" dataType="text"></w2:column> <w2:column id="category" name="category" dataType="text"></w2:column> <w2:column id="title" name="ํƒ€์ดํ‹€" dataType="text"></w2:column> <w2:column id="iconSrc" name="์•„์ด์ฝ˜์ž์›" dataType="text"></w2:column> <w2:column id="previewSrc" name="๋ฏธ๋ฆฌ๋ณด๊ธฐ์ž์›" dataType="text"></w2:column> <w2:column id="xmlpath" name="xml์ž์›" dataType="text"></w2:column> <w2:column id="favMenu" name="์ฆ๊ฒจ์ฐพ๊ธฐ" dataType="text"></w2:column> </w2:columnInfo> <w2:data> <w2:row></w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="category" saveRemovedData="true"> <w2:columnInfo> <w2:column id="id" name="name1" dataType="text"></w2:column> <w2:column id="iconSrc" name="name2" dataType="text"></w2:column> <w2:column id="path" name="name3" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" src="/websquare/kit/design_kit/studioAPI.js"></script> <script type="text/javascript" lazy="false"><![CDATA[ scwin.initUserDataTop = true; scwin.categoryTitleGrpMargin = 30; scwin.onpageload = function () { // requestJson data ์ƒ์„ฑ var requestJson = { "type": "REQUEST", "payload": { "type": "READ_FILE_LIST", // ์ „์ฒด ๋ฆฌ์ŠคํŠธ๋ฅผ ์กฐํšŒํ•˜๋Š” ๊ฒฝ์šฐ๋Š” wds๋กœ ๋‚ ๋ ค์•ผํ•จ. "req": { "id": "wds" } } } studioAPI.exec(scwin.jsonDataCallBack, {}, requestJson); // LEFT๋ฉ”๋‰ด ๋ฆฌ์‚ฌ์ด์ง• $(window).resize(function () { var win_w = $(this).width(); if (win_w < 400) { $(".designKit_layout").removeClass("hide_menu"); $(".designKit_layout").addClass("hide_menu"); } }); $(window).scroll( function() { setUserDataTop(); }); }; fnScrollTo = function(id) { var filterFav = { type: 'row', colIndex: 'favMenu', key: "1", condition: 'and' }; resource.clearFilter(); resource.setColumnFilter(filterFav); var favMenuJson = resource.getAllFilteredJSON(); if (id == scwin.favCategoryMenu) {//์ฆ๊ฒจ์ฐพ๊ธฐ ๋ฉ”๋‰ด์ผ ๊ฒฝ์šฐ ์ฆ๊ฒจ์ฐพ๊ธฐ ํ•ญ๋ชฉ์ด ์—†์„ ๊ฒฝ์šฐ ์•„๋ฌด๊ฒƒ๋„ ํ•˜์ง€ ์•Š๊ธฐ. if (favMenuJson.length == 0) return; window.scrollTo(0,0); } else { var top = $p.getComponentById(id).getUserData("top"); //์ฆ๊ฒจ์ฐพ๊ธฐ๊ฐ€ ์žˆ์œผ๋ฉด +30 ํ•ด์ค€๋‹ค. if (favMenuJson.length != 0) top = top + scwin.categoryTitleGrpMargin; window.scrollTo(0,top-15); } } scwin.onpageunload = function () { }; scwin.jsonDataCallBack = function (jsonData) { var jsonResource = jsonData && jsonData.res ? jsonData.res.resource : []; var jsonCategory = jsonData && jsonData.res ? jsonData.res.category : []; resource.setJSON(jsonResource); category.setJSON(jsonCategory); //category for (var i = 0; i < jsonCategory.length; i++) { //console.log("start[" + i + "]" + jsonCategory[i].id); var genCatogoryIdx = categoryGen.insertChild(); var strCategory = jsonCategory[i].id; var strCategoryMenuIcon = jsonCategory[i].iconSrc; var objCategoryTitle = categoryGen.getChild(genCatogoryIdx, "categoryTitle"); objCategoryTitle.setValue(strCategory);//category anchor title setting var tagCategoryId = objCategoryTitle.getID();//์ขŒ์ธก๋ฉ”๋‰ด ํด๋ฆญ์‹œ ์ฐพ์•„๊ฐˆ ๊ฐ์ฒด id ์–ป์–ด์˜ค๊ธฐ var objResourceListGen = categoryGen.getChild(genCatogoryIdx, "resourceListGen"); //category menu setting var genCatogoryMenuIdx = categoryMenuGen.insertChild(); var objCategoryMenu = categoryMenuGen.getChild(genCatogoryMenuIdx, "categoryMenu"); objCategoryMenu.setValue(strCategory); //objCategoryMenu.setHref("#" + tagCategoryId); objCategoryMenu.setHref("javascript:setUserDataTop();fnScrollTo('" + tagCategoryId+"')"); //console.log(tagCategoryId); atc_search.addItem(strCategory, genCatogoryMenuIdx); var objCategoryMenuIcon = categoryMenuGen.getChild(genCatogoryMenuIdx, "categoryMenuIcon"); objCategoryMenuIcon.setSrc(strCategoryMenuIcon); //resource var filterCon = { type: 'row', colIndex: 'category', key: "00_ํ™”๋ฉด์‹œ์ž‘", condition: 'and' }; filterCon.key = strCategory; resource.clearFilter(); resource.setColumnFilter(filterCon); var jsonResForCategory = resource.getAllFilteredJSON(); for (var j = 0; j < jsonResForCategory.length; j++) { //console.log("[" + j + "]" + jsonResForCategory[j].id); var strRessourceTitle = jsonResForCategory[j].title; var strRessourceIcon = jsonResForCategory[j].iconSrc; //hidden var strResourceId = jsonResForCategory[j].id; var strResourceCategory = jsonResForCategory[j].category; var strResourcePreviewSrc = jsonResForCategory[j].previewSrc; var strResourceXmlpath = jsonResForCategory[j].xmlpath; var genResourceIdx = objResourceListGen.insertChild(); var objResourceTitle = objResourceListGen.getChild(genResourceIdx, "resourceTitle"); objResourceTitle.setValue(strRessourceTitle);//resource anchor title setting var objResourceIcon = objResourceListGen.getChild(genResourceIdx, "resourceIcon"); objResourceIcon.setSrc(strRessourceIcon); var objResourceIconSrc = objResourceListGen.getChild(genResourceIdx, "resourceIconSrc"); objResourceIconSrc.setValue(strRessourceIcon); var objResourceId = objResourceListGen.getChild(genResourceIdx, "resourceId"); objResourceId.setValue(strResourceId); var objResourceCategory = objResourceListGen.getChild(genResourceIdx, "resourceCategory"); objResourceCategory.setValue(strResourceCategory); var objResourcePreviewSrc = objResourceListGen.getChild(genResourceIdx, "resourcePreviewSrc"); objResourcePreviewSrc.setValue(strResourcePreviewSrc); var objResourceXmlpath = objResourceListGen.getChild(genResourceIdx, "resourceXmlpath"); objResourceXmlpath.setValue(strResourceXmlpath); if (jsonResForCategory[j].favMenu == "1") { objResourceListGen.getChild(genResourceIdx, "btn_favorit").toggleClass("on"); } } } //์ขŒ์ธก ์นดํ…Œ๊ณ ๋ฆฌ์— ์ฆ๊ฒจ์ฐพ๊ธฐ ์ถ”๊ฐ€ var i = categoryMenuGen.insertChild(); var categoryMenuObj = categoryMenuGen.getChild(i,"categoryMenu"); var categoryMenuIconObj = categoryMenuGen.getChild(i,"categoryMenuIcon"); categoryMenuObj.setValue("์ฆ๊ฒจ์ฐพ๊ธฐ"); categoryMenuIconObj.setSrc("/cm/images/base/ico_ds_favorit.png"); scwin.favCategoryMenu = categoryMenuObj.id; categoryMenuObj.setHref("javascript:setUserDataTop();fnScrollTo('" + scwin.favCategoryMenu+"')"); // Snippet ๋ฏธ๋ฆฌ๋ณด๊ธฐ $(".btn_snippet").on("click", function () { $(".designKit_zoom_box").addClass("on"); $(".designKit_dim").addClass("on"); }); $(".btn_zoom_close").on("click", function () { $(".designKit_zoom_box").removeClass("on"); $(".designKit_dim").removeClass("on"); }); // Snippet ์ฆ๊ฒจ์ฐพ๊ธฐ $(".btn_snp_favorit").on("click", function () { $(this).toggleClass("on"); }); scwin.load_favMenu(); }; setUserDataTop = function () { if (scwin.initUserDataTop == true) { //console.log("initUserDataTop"); var categoryGen = mf_wf_main_categoryGen; var dsHeaderHeight = mf_dsheaderGrp.render.getBoundingClientRect().height; var favFullHeight = 0; if (scwin.favgenTitleId && scwin.favGenFavListGenId) { if ($p.getComponentById(scwin.favgenTitleId) && $p.getComponentById(scwin.favGenFavListGenId)) { favFullHeight = $p.getComponentById(scwin.favgenTitleId).render.getBoundingClientRect().height + $p.getComponentById(scwin.favGenFavListGenId).render.getBoundingClientRect().height; } else { favFullHeight = 0;//์ฆ๊ฒจ์ฐพ๊ธฐ ์ถ”๊ฐ€ํ›„ ํ•ด์ œํ•œ ๊ฒฝ์šฐ } } for(i=0;i<categoryGen.getLength();i++){ var categoryTitleObj = categoryGen.getChild(i,"categoryTitle"); var topVal = categoryTitleObj.render.getBoundingClientRect().top; //console.log(categoryTitleObj.id); if (categoryTitleObj.getUserData("originTop") == undefined) { categoryTitleObj.setUserData("originTop", topVal - dsHeaderHeight); categoryTitleObj.setUserData("top", topVal - dsHeaderHeight); } else { categoryTitleObj.setUserData("top", categoryTitleObj.getUserData("originTop") + favFullHeight); } } scwin.initUserDataTop = false; } } // LEFT๋ฉ”๋‰ด ๋ฒ„ํŠผ ํ† ํด scwin.btnDsSlide_onclick = function () { $(".designKit_layout").toggleClass("hide_menu"); }; scwin.resourceIcon_onclick = function (e) { var genIdx = this.getGeneratedIndex(); var resourceIdObj = this.getGeneratedComponent("resourceId"); var resourceCategoryObj = this.getGeneratedComponent("resourceCategory"); var resourceTitelObj = this.getGeneratedComponent("resourceTitle"); var resourceIconSrcObj = this.getGeneratedComponent("resourceIconSrc"); var resourcePreviewSrcObj = this.getGeneratedComponent("resourcePreviewSrc"); var resourceXmlpathObj = this.getGeneratedComponent("resourceXmlpath"); console.log(genIdx + "๋ฒˆ์งธ , clickํ•œ ๊ฐ’ : " + resourceIdObj.getValue() + "\n" + resourceCategoryObj.getValue() + "\n" + resourceTitelObj.getValue() + "\n" + resourceIconSrcObj.getValue() + "\n" + resourcePreviewSrcObj.getValue() + "\n" + resourceXmlpathObj.getValue() ); // request json ์˜ ์ŠคํŽ™์„ ์ƒ์„ฑํ•œ๋‹ค. var reqJson = { "type": "REQUEST", "payload": { "type": "INSERT_SNIPPETS", "req": { "id": "", "category": "", "title": "", "iconSrc": "", "previewSrc": "", "xmlpath": "" }, "res": {} } } reqJson.payload.req.id = resourceIdObj.getValue(); reqJson.payload.req.category = resourceCategoryObj.getValue(); reqJson.payload.req.title = resourceTitelObj.getValue(); reqJson.payload.req.iconSrc = resourceIconSrcObj.getValue(); reqJson.payload.req.previewSrc = resourcePreviewSrcObj.getValue(); reqJson.payload.req.xmlpath = resourceXmlpathObj.getValue(); studioAPI.exec({}, {}, reqJson); }; scwin.btn_popup_onclick = function () { var preview_src = this.getGeneratedComponent("resourceXmlpath").getValue().split("WebContent")[1].replaceAll("\\", "/"); wf_preview.setSrc(preview_src); }; scwin.atc_search_onviewchange = function (info) { var idx = info.newValue; if (idx == '') { $(".li_categoryMenuGen").css("display", "list-item"); return; } $(".li_categoryMenuGen").css("display", "none"); var selected = categoryMenuGen.getChild(idx, "li_category"); var menu = categoryMenuGen.getChild(idx, "categoryMenu"); selected.setStyle("display", "list-item"); menu.trigger("onclick"); }; scwin.load_favMenu = function () { var insertIdx = 0; if (categoryGen.getChild(insertIdx, "categoryTitle") != null && categoryGen.getChild(insertIdx, "categoryTitle").getValue() == "์ฆ๊ฒจ์ฐพ๊ธฐ") { categoryGen.removeChild(insertIdx); } var filterFav = { type: 'row', colIndex: 'favMenu', key: "1", condition: 'and' }; resource.clearFilter(); resource.setColumnFilter(filterFav); var favMenuJson = resource.getAllFilteredJSON(); if (favMenuJson.length > 0) { var genCatogoryFavIdx = categoryGen.insertChild(insertIdx); var genFavListGen = categoryGen.getChild(genCatogoryFavIdx, "resourceListGen"); var genTitle = categoryGen.getChild(genCatogoryFavIdx, "categoryTitle"); //์ฆ๊ฒจ์ฐพ๊ธฐ ํƒ€์ดํ‹€, ๋ฆฌ์†Œ์Šค๋ชฉ๋กgenerator id ๊ธฐ์–ตํ•˜๊ธฐ scwin.favGenFavListGenId = genFavListGen.id; scwin.favgenTitleId = genTitle.id; genTitle.setValue("์ฆ๊ฒจ์ฐพ๊ธฐ"); //categoryMenuGen.getChild(categoryMenuGen.getLength() - 2, "categoryMenu").setHref("#" + genTitle.getID()); for (var j = 0; j < favMenuJson.length; j++) { //console.log("[" + j + "]" + favMenuJson[j].id); var strRessourceTitle = favMenuJson[j].title; var strRessourceIcon = favMenuJson[j].iconSrc; //hidden var strResourceId = favMenuJson[j].id; var strResourceCategory = favMenuJson[j].category; var strResourcePreviewSrc = favMenuJson[j].previewSrc; var strResourceXmlpath = favMenuJson[j].xmlpath; var genResourceIdx = genFavListGen.insertChild(); var objResourceTitle = genFavListGen.getChild(genResourceIdx, "resourceTitle"); objResourceTitle.setValue(strRessourceTitle);//resource anchor title setting var objResourceIcon = genFavListGen.getChild(genResourceIdx, "resourceIcon"); objResourceIcon.setSrc(strRessourceIcon); var objResourceIconSrc = genFavListGen.getChild(genResourceIdx, "resourceIconSrc"); objResourceIconSrc.setValue(strRessourceIcon); var objResourceId = genFavListGen.getChild(genResourceIdx, "resourceId"); objResourceId.setValue(strResourceId); var objResourceCategory = genFavListGen.getChild(genResourceIdx, "resourceCategory"); objResourceCategory.setValue(strResourceCategory); var objResourcePreviewSrc = genFavListGen.getChild(genResourceIdx, "resourcePreviewSrc"); objResourcePreviewSrc.setValue(strResourcePreviewSrc); var objResourceXmlpath = genFavListGen.getChild(genResourceIdx, "resourceXmlpath"); objResourceXmlpath.setValue(strResourceXmlpath); genFavListGen.getChild(genResourceIdx, "btn_favorit").toggleClass("on"); genFavListGen.getChild(genResourceIdx, "btn_favorit").addClass("inFavMenu"); } } resource.clearFilter(); scwin.initUserDataTop = true;//์ฆ๊ฒจ์ฐพ๊ธฐ ํ•ญ๋ชฉ๋“ค์ด ์ถ”๊ฐ€๋กœ ๊ทธ๋ ค์ง์— ๋”ฐ๋ผ ogrigin์œ„์น˜ ์žฌ๊ณ„์‚ฐ์„ ์œ„ํ•ด ํ”Œ๋ž˜๊ทธ๊ฐ’ ์ˆ˜์ •ํ•จ. // Snippet ๋ฏธ๋ฆฌ๋ณด๊ธฐ $(".btn_snippet").on("click", function () { $(".designKit_zoom_box").addClass("on"); $(".designKit_dim").addClass("on"); }); } scwin.btn_favorit_onclick = function () { var generatorIdx = this.getGeneratedIndex(); var id = this.getGenerator().getChild(generatorIdx, "resourceId").getValue(); //getMatchedIndex๋Š” filter๋œ ๋ฐ์ดํƒ€์—์„œ ์ฐพ์œผ๋ฏ€๋กœ ์ž˜๋ชป๋œ ๊ฒฐ๊ณผ ๋ฆฌํ„ดํ•˜์—ฌ ํ•˜๊ธฐ์™€ ๊ฐ™์ด clear filter resource.clearFilter(); var resourceIndex = resource.getMatchedIndex("id", id)[0]; var status = resource.getRowData(resourceIndex)[6] == "1" ? "0" : "1"; resource.setCellData(resourceIndex, "favMenu", status); var len = $(".btn_snp_favorit.on:not(.inFavMenu)").length; var title = this.getGenerator().getChild(generatorIdx, "resourceTitle").getValue(); for (var i = 0; i < len; i++) { //var selector = ".btn_snp_favorit.on:eq(" + i + "):not(.inFavMenu)"; var selector = ".btn_snp_favorit.on:not(.inFavMenu):eq(" + i + ")"; if ($(selector).next().text() == title) { $(selector).toggleClass("on"); break; } } setUserDataTop(); scwin.load_favMenu(); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload" style=""> <xf:group id="layout" class="designKit_layout" style=""> <xf:group class="designKit_search" id="" style=""> <w2:autoComplete editType="select" id="atc_search" useKeywordHighlight="false" style="width: 178px;height: 21px;" submenuSize="auto" search="contain" autoFocus="false" allowEmptySubmission="false" emptyItem="true" emptyIndex="1" noResult="useData" ev:onviewchange="scwin.atc_search_onviewchange" allOption="" chooseOption="" ref="" placeholder="Search..."> <w2:choices> <w2:item> <w2:label><![CDATA[์ „์ฒด]]></w2:label> <w2:value><![CDATA[]]></w2:value> </w2:item> </w2:choices> </w2:autoComplete> </xf:group> <xf:group style="" id="" class="designKit_side"> <xf:group style="" id="" class="designKit_menu"> <w2:generator id="categoryMenuGen" style="" tagname="ul"> <xf:group id="li_category" style="" tagname="li" class="li_categoryMenuGen"> <xf:group id="" tagname="a"> <w2:attributes> <w2:href>#mf_layout</w2:href> </w2:attributes> <xf:image id="categoryMenuIcon" src="/cm/template/snippets/00_ํ™”๋ฉด์‹œ์ž‘/00_ํ™”๋ฉด์‹œ์ž‘.png" style=""></xf:image> </xf:group> <w2:anchor class="designKit_m_tit" href="#mf_layout" id="categoryMenu" outerDiv="false" style=""> <xf:label><![CDATA[ํ™”๋ฉด์‹œ์ž‘]]></xf:label> </w2:anchor> </xf:group> </w2:generator> </xf:group> </xf:group> <w2:generator style="" id="categoryGen" class="designKit_cont"> <xf:group class="designKit_dfbox" id="categoryTitleGrp" style=""> <w2:textbox class="designKit_df_tit" id="categoryTitle" label="ํ™”๋ฉด์‹œ์ž‘" style=""></w2:textbox> </xf:group> <w2:generator class="designKit_list" id="resourceListGen" style="" tagname="ul"> <xf:group class="item" id="" style="" tagname="li"> <xf:group class="img_box" id=""> <xf:image id="resourceIcon" src="/cm/template/snippets/00_ํ™”๋ฉด์‹œ์ž‘/0_01%20ํŽ˜์ด์ง€์‹œ์ž‘_icon.png" style="" tabIndex="" ev:onclick="scwin.resourceIcon_onclick"> </xf:image> <xf:input adjustMaxLength="false" id="resourceId" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:input adjustMaxLength="false" id="resourceCategory" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:input adjustMaxLength="false" id="resourcePreviewSrc" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:input adjustMaxLength="false" id="resourceXmlpath" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:input adjustMaxLength="false" id="resourceIconSrc" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:group class="sc_area" id="" style=""> <w2:anchor class="btn_snippet" id="btn_popup" outerDiv="false" style="" ev:onclick="scwin.btn_popup_onclick"> <xf:label><![CDATA[๋ฏธ๋ฆฌ๋ณด๊ธฐ]]></xf:label> </w2:anchor> </xf:group> </xf:group> <xf:group id="" class="title_box"> <w2:anchor outerDiv="false" style="" id="btn_favorit" class="btn_snp_favorit" ev:onclick="scwin.btn_favorit_onclick"> <xf:label><![CDATA[์ฆ๊ฒจ์ฐพ๊ธฐ]]></xf:label> </w2:anchor> <w2:anchor outerDiv="false" style="" id="resourceTitle" ev:onclick="scwin.resourceIcon_onclick"> <xf:label><![CDATA[01_ํŽ˜์ด์ง€์‹œ์ž‘_icon]]></xf:label> </w2:anchor> </xf:group> </xf:group> </w2:generator> </w2:generator> <xf:group style="display: none" id="" class="designKit_cont"> <xf:group style="" id="" class="designKit_dfbox"> <w2:textbox style="" id="" label="ํ™”๋ฉด์‹œ์ž‘" class="designKit_df_tit"></w2:textbox> </xf:group> <w2:generator style="" id="" class="designKit_list" tagname="ul"> <xf:group class="item" id="" tagname="li" style=""> <xf:group class="img_box" id=""> <xf:image id="" src="/cm/template/snippets/00_ํ™”๋ฉด์‹œ์ž‘/01_ํŽ˜์ด์ง€์‹œ์ž‘_icon.png" style="" tabIndex=""></xf:image> <xf:group class="sc_area" id="" style=""> <w2:anchor class="btn_snippet" id="" outerDiv="false" style=""> <xf:label><![CDATA[๋ฏธ๋ฆฌ๋ณด๊ธฐ]]></xf:label> </w2:anchor> <w2:anchor class="btn_snp_favorit" id="" outerDiv="false" style=""> <xf:label><![CDATA[์ฆ๊ฒจ์ฐพ๊ธฐ]]></xf:label> </w2:anchor> </xf:group> </xf:group> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[01_ํŽ˜์ด์ง€์‹œ์ž‘_icon]]></xf:label> </w2:anchor> </xf:group> </w2:generator> </xf:group> <xf:group id="" class="designKit_zoom_box"><xf:group style="" id="" class="designKit_zoom_comp"> <w2:wframe style="" id="wf_preview"></w2:wframe> <w2:anchor ref="" outerDiv="false" style="" id="" class="btn_zoom_close"> <xf:label><![CDATA[Insert Text]]></xf:label> </w2:anchor> </xf:group></xf:group><xf:group style="" id="" class="designKit_dim"></xf:group> </xf:group></body> </html>
WRE/WebContent/websquare/kit/design_kit/design_kit_template.xml
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="/websquare/kit/design_kit/design_kit.css" type="text/css"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>DEFAULT</w2:type> <w2:buildDate /> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="resource" saveRemovedData="true"> <w2:columnInfo> <w2:column id="id" name="id" dataType="text"></w2:column> <w2:column id="category" name="category" dataType="text"></w2:column> <w2:column id="title" name="ํƒ€์ดํ‹€" dataType="text"></w2:column> <w2:column id="iconSrc" name="์•„์ด์ฝ˜์ž์›" dataType="text"></w2:column> <w2:column id="previewSrc" name="๋ฏธ๋ฆฌ๋ณด๊ธฐ์ž์›" dataType="text"></w2:column> <w2:column id="xmlpath" name="xml์ž์›" dataType="text"></w2:column> <w2:column id="favMenu" name="์ฆ๊ฒจ์ฐพ๊ธฐ" dataType="text"></w2:column> </w2:columnInfo> <w2:data> <w2:row></w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="category" saveRemovedData="true"> <w2:columnInfo> <w2:column id="id" name="name1" dataType="text"></w2:column> <w2:column id="iconSrc" name="name2" dataType="text"></w2:column> <w2:column id="path" name="name3" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" src="/websquare/kit/design_kit/studioAPI.js"></script> <script type="text/javascript" lazy="false"><![CDATA[ scwin.initUserDataTop = true; scwin.categoryTitleGrpMargin = 30; scwin.onpageload = function () { // requestJson data ์ƒ์„ฑ var requestJson = { "type": "REQUEST", "payload": { "type": "READ_TEMPLETE_FILE_LIST", // ์ „์ฒด ๋ฆฌ์ŠคํŠธ๋ฅผ ์กฐํšŒํ•˜๋Š” ๊ฒฝ์šฐ๋Š” wds๋กœ ๋‚ ๋ ค์•ผํ•จ. "req": { "id": "wds" } } } studioAPI.exec(scwin.jsonDataCallBack, {}, requestJson); // LEFT๋ฉ”๋‰ด ๋ฆฌ์‚ฌ์ด์ง• $(window).resize(function () { var win_w = $(this).width(); if (win_w < 400) { $(".designKit_layout").removeClass("hide_menu"); $(".designKit_layout").addClass("hide_menu"); } }); $(window).scroll( function() { setUserDataTop(); }); }; fnScrollTo = function(id) { var filterFav = { type: 'row', colIndex: 'favMenu', key: "1", condition: 'and' }; resource.clearFilter(); resource.setColumnFilter(filterFav); var favMenuJson = resource.getAllFilteredJSON(); if (id == scwin.favCategoryMenu) {//์ฆ๊ฒจ์ฐพ๊ธฐ ๋ฉ”๋‰ด์ผ ๊ฒฝ์šฐ ์ฆ๊ฒจ์ฐพ๊ธฐ ํ•ญ๋ชฉ์ด ์—†์„ ๊ฒฝ์šฐ ์•„๋ฌด๊ฒƒ๋„ ํ•˜์ง€ ์•Š๊ธฐ. if (favMenuJson.length == 0) return; window.scrollTo(0,0); } else { var top = $p.getComponentById(id).getUserData("top"); //์ฆ๊ฒจ์ฐพ๊ธฐ๊ฐ€ ์žˆ์œผ๋ฉด +30 ํ•ด์ค€๋‹ค. if (favMenuJson.length != 0) top = top + scwin.categoryTitleGrpMargin; window.scrollTo(0,top-15); } } scwin.onpageunload = function () { }; scwin.jsonDataCallBack = function (jsonData) { var jsonResource = jsonData && jsonData.res ? jsonData.res.resource : []; //var jsonCategory = jsonData && jsonData.res ? jsonData.res.category : []; var jsonCategory = [ { "id": "Template", "iconSrc": "", "path": "/cm/template/", "rowStatus": "R" } ] var blankResource = [ { "id": "00_new_component", "category": "00_new_component", "title": "๋นˆ ํŽ˜์ด์ง€", "iconSrc": "/cm/images/base/icon.png", "previewSrc": "/cm/images/base/icon.png", "xmlpath": "", "favMenu": "", "rowStatus": "R" } ] resource.setJSON(blankResource); resource.setJSON(jsonResource, true); category.setJSON(jsonCategory); //category for (var i = 0; i < jsonCategory.length; i++) { //console.log("start[" + i + "]" + jsonCategory[i].id); var genCatogoryIdx = categoryGen.insertChild(); var strCategory = jsonCategory[i].id; var strCategoryMenuIcon = jsonCategory[i].iconSrc; var objCategoryTitle = categoryGen.getChild(genCatogoryIdx, "categoryTitle"); objCategoryTitle.setValue(strCategory);//category anchor title setting var tagCategoryId = objCategoryTitle.getID();//์ขŒ์ธก๋ฉ”๋‰ด ํด๋ฆญ์‹œ ์ฐพ์•„๊ฐˆ ๊ฐ์ฒด id ์–ป์–ด์˜ค๊ธฐ var objResourceListGen = categoryGen.getChild(genCatogoryIdx, "resourceListGen"); //category menu setting var genCatogoryMenuIdx = categoryMenuGen.insertChild(); var objCategoryMenu = categoryMenuGen.getChild(genCatogoryMenuIdx, "categoryMenu"); objCategoryMenu.setValue(strCategory); //objCategoryMenu.setHref("#" + tagCategoryId); objCategoryMenu.setHref("javascript:setUserDataTop();fnScrollTo('" + tagCategoryId+"')"); //console.log(tagCategoryId); atc_search.addItem(strCategory, genCatogoryMenuIdx); var objCategoryMenuIcon = categoryMenuGen.getChild(genCatogoryMenuIdx, "categoryMenuIcon"); objCategoryMenuIcon.setSrc(strCategoryMenuIcon); //resource /* var filterCon = { type: 'row', colIndex: 'category', key: "00_ํ™”๋ฉด์‹œ์ž‘", condition: 'and' }; filterCon.key = strCategory; resource.clearFilter(); resource.setColumnFilter(filterCon); */ var jsonResForCategory = resource.getAllFilteredJSON(); for (var j = 0; j < jsonResForCategory.length; j++) { //console.log("[" + j + "]" + jsonResForCategory[j].id); var strRessourceTitle = jsonResForCategory[j].title; var strRessourceIcon = jsonResForCategory[j].iconSrc; //hidden var strResourceId = jsonResForCategory[j].id; var strResourceCategory = jsonResForCategory[j].category; var strResourcePreviewSrc = jsonResForCategory[j].previewSrc; var strResourceXmlpath = jsonResForCategory[j].xmlpath; var genResourceIdx = objResourceListGen.insertChild(); var objResourceTitle = objResourceListGen.getChild(genResourceIdx, "resourceTitle"); objResourceTitle.setValue(strRessourceTitle);//resource anchor title setting var objResourceIcon = objResourceListGen.getChild(genResourceIdx, "resourceIcon"); objResourceIcon.setSrc(strRessourceIcon); var objResourceIconSrc = objResourceListGen.getChild(genResourceIdx, "resourceIconSrc"); objResourceIconSrc.setValue(strRessourceIcon); var objResourceId = objResourceListGen.getChild(genResourceIdx, "resourceId"); objResourceId.setValue(strResourceId); var objResourceCategory = objResourceListGen.getChild(genResourceIdx, "resourceCategory"); objResourceCategory.setValue(strResourceCategory); var objResourcePreviewSrc = objResourceListGen.getChild(genResourceIdx, "resourcePreviewSrc"); objResourcePreviewSrc.setValue(strResourcePreviewSrc); var objResourceXmlpath = objResourceListGen.getChild(genResourceIdx, "resourceXmlpath"); objResourceXmlpath.setValue(strResourceXmlpath); if (jsonResForCategory[j].favMenu == "1") { objResourceListGen.getChild(genResourceIdx, "btn_favorit").toggleClass("on"); } } } //์ขŒ์ธก ์นดํ…Œ๊ณ ๋ฆฌ์— ์ฆ๊ฒจ์ฐพ๊ธฐ ์ถ”๊ฐ€ var i = categoryMenuGen.insertChild(); var categoryMenuObj = categoryMenuGen.getChild(i,"categoryMenu"); var categoryMenuIconObj = categoryMenuGen.getChild(i,"categoryMenuIcon"); categoryMenuObj.setValue("์ฆ๊ฒจ์ฐพ๊ธฐ"); categoryMenuIconObj.setSrc("/cm/images/base/ico_ds_favorit.png"); scwin.favCategoryMenu = categoryMenuObj.id; categoryMenuObj.setHref("javascript:setUserDataTop();fnScrollTo('" + scwin.favCategoryMenu+"')"); // Snippet ๋ฏธ๋ฆฌ๋ณด๊ธฐ $(".btn_snippet").on("click", function () { designKitZoomBox.show(""); $(".designKit_zoom_box").addClass("on"); $(".designKit_dim").addClass("on"); }); $(".btn_zoom_close").on("click", function () { designKitZoomBox.hide(); $(".designKit_zoom_box").removeClass("on"); $(".designKit_dim").removeClass("on"); }); // Snippet ์ฆ๊ฒจ์ฐพ๊ธฐ $(".btn_snp_favorit").on("click", function () { $(this).toggleClass("on"); }); scwin.load_favMenu(); }; setUserDataTop = function () { if (scwin.initUserDataTop == true) { //console.log("initUserDataTop"); var categoryGen = mf_wf_main_categoryGen; var dsHeaderHeight = mf_dsheaderGrp.render.getBoundingClientRect().height; var favFullHeight = 0; if (scwin.favgenTitleId && scwin.favGenFavListGenId) { if ($p.getComponentById(scwin.favgenTitleId) && $p.getComponentById(scwin.favGenFavListGenId)) { favFullHeight = $p.getComponentById(scwin.favgenTitleId).render.getBoundingClientRect().height + $p.getComponentById(scwin.favGenFavListGenId).render.getBoundingClientRect().height; } else { favFullHeight = 0;//์ฆ๊ฒจ์ฐพ๊ธฐ ์ถ”๊ฐ€ํ›„ ํ•ด์ œํ•œ ๊ฒฝ์šฐ } } for(i=0;i<categoryGen.getLength();i++){ var categoryTitleObj = categoryGen.getChild(i,"categoryTitle"); var topVal = categoryTitleObj.render.getBoundingClientRect().top; //console.log(categoryTitleObj.id); if (categoryTitleObj.getUserData("originTop") == undefined) { categoryTitleObj.setUserData("originTop", topVal - dsHeaderHeight); categoryTitleObj.setUserData("top", topVal - dsHeaderHeight); } else { categoryTitleObj.setUserData("top", categoryTitleObj.getUserData("originTop") + favFullHeight); } } scwin.initUserDataTop = false; } } // LEFT๋ฉ”๋‰ด ๋ฒ„ํŠผ ํ† ํด scwin.btnDsSlide_onclick = function () { $(".designKit_layout").toggleClass("hide_menu"); }; scwin.resourceIcon_onclick = function (e) { var genIdx = this.getGeneratedIndex(); var resourceIdObj = this.getGeneratedComponent("resourceId"); var resourceCategoryObj = this.getGeneratedComponent("resourceCategory"); var resourceTitelObj = this.getGeneratedComponent("resourceTitle"); var resourceIconSrcObj = this.getGeneratedComponent("resourceIconSrc"); var resourcePreviewSrcObj = this.getGeneratedComponent("resourcePreviewSrc"); var resourceXmlpathObj = this.getGeneratedComponent("resourceXmlpath"); console.log(genIdx + "๋ฒˆ์งธ , clickํ•œ ๊ฐ’ : " + resourceIdObj.getValue() + "\n" + resourceCategoryObj.getValue() + "\n" + resourceTitelObj.getValue() + "\n" + resourceIconSrcObj.getValue() + "\n" + resourcePreviewSrcObj.getValue() + "\n" + resourceXmlpathObj.getValue() ); // request json ์˜ ์ŠคํŽ™์„ ์ƒ์„ฑํ•œ๋‹ค. var reqJson = { "type": "REQUEST", "payload": { "type": "INSERT_TEMPLETE_PAGE", "req": { "id": "", "category": "", "title": "", "iconSrc": "", "previewSrc": "", "xmlpath": "" }, "res": {} } } reqJson.payload.req.id = resourceIdObj.getValue(); reqJson.payload.req.category = resourceCategoryObj.getValue(); reqJson.payload.req.title = resourceTitelObj.getValue(); reqJson.payload.req.iconSrc = resourceIconSrcObj.getValue(); reqJson.payload.req.previewSrc = resourcePreviewSrcObj.getValue(); reqJson.payload.req.xmlpath = resourceXmlpathObj.getValue(); studioAPI.exec({}, {}, reqJson); }; scwin.btn_popup_onclick = function () { var preview_src = this.getGeneratedComponent("resourceXmlpath").getValue().split("WebContent")[1].replaceAll("\\", "/"); wf_preview.setSrc(preview_src); }; scwin.atc_search_onviewchange = function (info) { var idx = info.newValue; if (idx == '') { $(".li_categoryMenuGen").css("display", "list-item"); return; } $(".li_categoryMenuGen").css("display", "none"); var selected = categoryMenuGen.getChild(idx, "li_category"); var menu = categoryMenuGen.getChild(idx, "categoryMenu"); selected.setStyle("display", "list-item"); menu.trigger("onclick"); }; scwin.load_favMenu = function () { var insertIdx = 0; if (categoryGen.getChild(insertIdx, "categoryTitle") != null && categoryGen.getChild(insertIdx, "categoryTitle").getValue() == "์ฆ๊ฒจ์ฐพ๊ธฐ") { categoryGen.removeChild(insertIdx); } var filterFav = { type: 'row', colIndex: 'favMenu', key: "1", condition: 'and' }; resource.clearFilter(); resource.setColumnFilter(filterFav); var favMenuJson = resource.getAllFilteredJSON(); if (favMenuJson.length > 0) { var genCatogoryFavIdx = categoryGen.insertChild(insertIdx); var genFavListGen = categoryGen.getChild(genCatogoryFavIdx, "resourceListGen"); var genTitle = categoryGen.getChild(genCatogoryFavIdx, "categoryTitle"); //์ฆ๊ฒจ์ฐพ๊ธฐ ํƒ€์ดํ‹€, ๋ฆฌ์†Œ์Šค๋ชฉ๋กgenerator id ๊ธฐ์–ตํ•˜๊ธฐ scwin.favGenFavListGenId = genFavListGen.id; scwin.favgenTitleId = genTitle.id; genTitle.setValue("์ฆ๊ฒจ์ฐพ๊ธฐ"); //categoryMenuGen.getChild(categoryMenuGen.getLength() - 2, "categoryMenu").setHref("#" + genTitle.getID()); for (var j = 0; j < favMenuJson.length; j++) { //console.log("[" + j + "]" + favMenuJson[j].id); var strRessourceTitle = favMenuJson[j].title; var strRessourceIcon = favMenuJson[j].iconSrc; //hidden var strResourceId = favMenuJson[j].id; var strResourceCategory = favMenuJson[j].category; var strResourcePreviewSrc = favMenuJson[j].previewSrc; var strResourceXmlpath = favMenuJson[j].xmlpath; var genResourceIdx = genFavListGen.insertChild(); var objResourceTitle = genFavListGen.getChild(genResourceIdx, "resourceTitle"); objResourceTitle.setValue(strRessourceTitle);//resource anchor title setting var objResourceIcon = genFavListGen.getChild(genResourceIdx, "resourceIcon"); objResourceIcon.setSrc(strRessourceIcon); var objResourceIconSrc = genFavListGen.getChild(genResourceIdx, "resourceIconSrc"); objResourceIconSrc.setValue(strRessourceIcon); var objResourceId = genFavListGen.getChild(genResourceIdx, "resourceId"); objResourceId.setValue(strResourceId); var objResourceCategory = genFavListGen.getChild(genResourceIdx, "resourceCategory"); objResourceCategory.setValue(strResourceCategory); var objResourcePreviewSrc = genFavListGen.getChild(genResourceIdx, "resourcePreviewSrc"); objResourcePreviewSrc.setValue(strResourcePreviewSrc); var objResourceXmlpath = genFavListGen.getChild(genResourceIdx, "resourceXmlpath"); objResourceXmlpath.setValue(strResourceXmlpath); genFavListGen.getChild(genResourceIdx, "btn_favorit").toggleClass("on"); genFavListGen.getChild(genResourceIdx, "btn_favorit").addClass("inFavMenu"); } } resource.clearFilter(); scwin.initUserDataTop = true;//์ฆ๊ฒจ์ฐพ๊ธฐ ํ•ญ๋ชฉ๋“ค์ด ์ถ”๊ฐ€๋กœ ๊ทธ๋ ค์ง์— ๋”ฐ๋ผ ogrigin์œ„์น˜ ์žฌ๊ณ„์‚ฐ์„ ์œ„ํ•ด ํ”Œ๋ž˜๊ทธ๊ฐ’ ์ˆ˜์ •ํ•จ. // Snippet ๋ฏธ๋ฆฌ๋ณด๊ธฐ $(".btn_snippet").on("click", function () { $(".designKit_zoom_box").addClass("on"); $(".designKit_dim").addClass("on"); }); } scwin.btn_favorit_onclick = function () { var generatorIdx = this.getGeneratedIndex(); var id = this.getGenerator().getChild(generatorIdx, "resourceId").getValue(); //getMatchedIndex๋Š” filter๋œ ๋ฐ์ดํƒ€์—์„œ ์ฐพ์œผ๋ฏ€๋กœ ์ž˜๋ชป๋œ ๊ฒฐ๊ณผ ๋ฆฌํ„ดํ•˜์—ฌ ํ•˜๊ธฐ์™€ ๊ฐ™์ด clear filter resource.clearFilter(); var resourceIndex = resource.getMatchedIndex("id", id)[0]; var status = resource.getRowData(resourceIndex)[6] == "1" ? "0" : "1"; resource.setCellData(resourceIndex, "favMenu", status); var len = $(".btn_snp_favorit.on:not(.inFavMenu)").length; var title = this.getGenerator().getChild(generatorIdx, "resourceTitle").getValue(); for (var i = 0; i < len; i++) { //var selector = ".btn_snp_favorit.on:eq(" + i + "):not(.inFavMenu)"; var selector = ".btn_snp_favorit.on:not(.inFavMenu):eq(" + i + ")"; if ($(selector).next().text() == title) { $(selector).toggleClass("on"); break; } } setUserDataTop(); scwin.load_favMenu(); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload" style=""> <xf:group id="layout" class="designKit_layout page" style=""> <xf:group class="designKit_search" id="" style=""> <w2:autoComplete editType="select" id="atc_search" useKeywordHighlight="false" style="width: 178px;height: 21px;" submenuSize="auto" search="contain" autoFocus="false" allowEmptySubmission="false" emptyItem="true" emptyIndex="1" noResult="useData" ev:onviewchange="scwin.atc_search_onviewchange" allOption="" chooseOption="" ref="" placeholder="Search..."> <w2:choices> <w2:item> <w2:label><![CDATA[์ „์ฒด]]></w2:label> <w2:value><![CDATA[]]></w2:value> </w2:item> </w2:choices> </w2:autoComplete> </xf:group> <xf:group style="" id="" class="designKit_side"> <xf:group style="" id="" class="designKit_menu"> <w2:generator id="categoryMenuGen" style="" tagname="ul"> <xf:group id="li_category" style="" tagname="li" class="li_categoryMenuGen"> <xf:group id="" tagname="a"> <w2:attributes> <w2:href>#mf_layout</w2:href> </w2:attributes> <xf:image id="categoryMenuIcon" src="/cm/template/snippets/00_ํ™”๋ฉด์‹œ์ž‘/00_ํ™”๋ฉด์‹œ์ž‘.png" style=""></xf:image> </xf:group> <w2:anchor class="designKit_m_tit" href="#mf_layout" id="categoryMenu" outerDiv="false" style=""> <xf:label><![CDATA[ํ™”๋ฉด์‹œ์ž‘]]></xf:label> </w2:anchor> </xf:group> </w2:generator> </xf:group> </xf:group> <w2:generator style="" id="categoryGen" class="designKit_cont"> <xf:group class="designKit_dfbox" id="categoryTitleGrp" style=""> <w2:textbox class="designKit_df_tit" id="categoryTitle" label="ํ™”๋ฉด์‹œ์ž‘" style=""></w2:textbox> </xf:group> <w2:generator class="designKit_list" id="resourceListGen" style="" tagname="ul"> <xf:group class="item" id="" style="" tagname="li"> <xf:group class="img_box" id=""> <xf:image id="resourceIcon" src="/cm/template/snippets/00_ํ™”๋ฉด์‹œ์ž‘/0_01%20ํŽ˜์ด์ง€์‹œ์ž‘_icon.png" style="" tabIndex="" ev:onclick="scwin.resourceIcon_onclick"> </xf:image> <xf:input adjustMaxLength="false" id="resourceId" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:input adjustMaxLength="false" id="resourceCategory" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:input adjustMaxLength="false" id="resourcePreviewSrc" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:input adjustMaxLength="false" id="resourceXmlpath" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:input adjustMaxLength="false" id="resourceIconSrc" style="width: 144px;height: 21px;" type="hidden"></xf:input> <xf:group class="sc_area" id="" style=""> <w2:anchor class="btn_snippet" id="btn_popup" outerDiv="false" style="" ev:onclick="scwin.btn_popup_onclick"> <xf:label><![CDATA[๋ฏธ๋ฆฌ๋ณด๊ธฐ]]></xf:label> </w2:anchor> </xf:group> </xf:group> <xf:group id="" class="title_box"> <w2:anchor outerDiv="false" style="" id="btn_favorit" class="btn_snp_favorit" ev:onclick="scwin.btn_favorit_onclick"> <xf:label><![CDATA[์ฆ๊ฒจ์ฐพ๊ธฐ]]></xf:label> </w2:anchor> <w2:anchor outerDiv="false" style="" id="resourceTitle" ev:onclick="scwin.resourceIcon_onclick"> <xf:label><![CDATA[01_ํŽ˜์ด์ง€์‹œ์ž‘_icon]]></xf:label> </w2:anchor> </xf:group> </xf:group> </w2:generator> </w2:generator> <xf:group style="display: none" id="" class="designKit_cont"> <xf:group style="" id="" class="designKit_dfbox"> <w2:textbox style="" id="" label="ํ™”๋ฉด์‹œ์ž‘" class="designKit_df_tit"></w2:textbox> </xf:group> <w2:generator style="" id="" class="designKit_list" tagname="ul"> <xf:group class="item" id="" tagname="li" style=""> <xf:group class="img_box" id=""> <xf:image id="" src="/cm/template/snippets/00_ํ™”๋ฉด์‹œ์ž‘/01_ํŽ˜์ด์ง€์‹œ์ž‘_icon.png" style="" tabIndex=""></xf:image> <xf:group class="sc_area" id="" style=""> <w2:anchor class="btn_snippet" id="" outerDiv="false" style=""> <xf:label><![CDATA[๋ฏธ๋ฆฌ๋ณด๊ธฐ]]></xf:label> </w2:anchor> <w2:anchor class="btn_snp_favorit" id="" outerDiv="false" style=""> <xf:label><![CDATA[์ฆ๊ฒจ์ฐพ๊ธฐ]]></xf:label> </w2:anchor> </xf:group> </xf:group> <w2:anchor id="" outerDiv="false" style=""> <xf:label><![CDATA[01_ํŽ˜์ด์ง€์‹œ์ž‘_icon]]></xf:label> </w2:anchor> </xf:group> </w2:generator> </xf:group> <xf:group style="" id="designKitZoomBox" class="designKit_zoom_box"> <xf:group id="" class="designKit_zoom_comp"><w2:wframe style="" id="wf_preview"></w2:wframe><w2:anchor ref="" outerDiv="false" style="" id="" class="btn_zoom_close"> <xf:label><![CDATA[Insert Text]]></xf:label> </w2:anchor></xf:group></xf:group> <xf:group style="" id="" class="designKit_dim"></xf:group> </xf:group></body> </html>
WRE/WebContent/cm/layout/mainLayoutWC.xml
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <w2:type>LAYOUT</w2:type> <w2:buildDate/> <w2:MSA/> <xf:model> <w2:dataCollection baseNode="map"/> <w2:workflowCollection/> </xf:model> <w2:mediaInfo> <w2:media name="desktop"/> <w2:media name="tablet"/> <w2:media name="mobile"/> </w2:mediaInfo> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group class="wrap show_menu" id="" style=""> <w2:wframe class="header" id="wfm_header" scope="true" src="" style=""></w2:wframe> <xf:group class="container" id="" style=""> <xf:group style="" id="" class="contents"> <w2:windowContainer class="win_c" controlIconPosition="allright" fixArrangeFullScreen="false" frameMode="wframe" hideTitleOnMaximize="false" horizontalArrangeNum="2" id="wdc_main" sequentialArrangeColNum="2" sequentialArrangeRowNum="2" spaInitCount="0" stopMinimizeOnNameLayer="false" stopToggleOnLast="false" style="" toolbarPosition="bottom" tooltipDisplay="true" tooltipGroupClass="false" useCloseButton="true" useControlIconTitle="false" useCustomMsg="false" useFixButton="false" useNameContainer="true" useStatusMsg="false" verticalArrangeNum="2" windowAutoResize="false" windowMaxNum="30" windowMaximizeAll="false" windowTooltipDisplay="true"> <w2:windowToolbar> <w2:controlIconLayer> <w2:controlIcon></w2:controlIcon> <w2:controlIcon></w2:controlIcon> <w2:controlIcon></w2:controlIcon> <w2:controlIcon></w2:controlIcon> <w2:controlIcon></w2:controlIcon> </w2:controlIconLayer> <w2:nameLayer></w2:nameLayer> <w2:selectedNameLayer></w2:selectedNameLayer> </w2:windowToolbar> </w2:windowContainer> <xf:group id="" style="position: absolute;bottom:40px;left:10px;min-width:calc( 98% - 20px );z-index: 9980;" > <xf:group style="display:none;" id="msg_success" class="msg_box success"> <w2:textbox tagname="" style="min-height:20px" id="txt_success" label="์ •์ƒ ์ฒ˜๋ฆฌ ๋˜์—ˆ์Šต๋‹ˆ๋‹ค." class="txt_msg"></w2:textbox> </xf:group><xf:group style="display:none;" id="msg_info" class="msg_box info"> <w2:textbox tagname="" style="" id="txt_info" label="์ •์ƒ ์ฒ˜๋ฆฌ ๋˜์—ˆ์Šต๋‹ˆ๋‹ค." class="txt_msg"></w2:textbox> </xf:group><xf:group style="display:none;" id="msg_warning" class="msg_box warning"> <xf:group style="" id=""> <w2:textbox tagname="" style="" id="txt_warning" label="์ฒ˜๋ฆฌ ๋„์ค‘ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ•˜์˜€์Šต๋‹ˆ๋‹ค." class="txt_msg"></w2:textbox> <xf:trigger ev:onclick="scwin.removeWarnMsg" disabled="" style="" id="btn_warnig" type="button" class="btn_close"> <xf:label><![CDATA[ํ…Œ์ด๋ธ”๋ฒ„ํŠผ]]></xf:label> </xf:trigger> </xf:group> <xf:textarea style="min-height: 100px;" id="textarea_warning" placeholder=""></xf:textarea> </xf:group><xf:group style="display:none;" id="msg_error" class="msg_box error"> <xf:group style="" id=""> <w2:textbox tagname="" style="" id="txt_error" label="์ฒ˜๋ฆฌ ๋„์ค‘ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ•˜์˜€์Šต๋‹ˆ๋‹ค." class="txt_msg"></w2:textbox> <xf:trigger ev:onclick="scwin.removeErrorMsg" disabled="" style="" id="btn_error" type="button" class="btn_close"> <xf:label><![CDATA[ํ…Œ์ด๋ธ”๋ฒ„ํŠผ]]></xf:label> </xf:trigger> </xf:group> <xf:textarea style="min-height: 100px;" id="textarea_error" placeholder=""></xf:textarea> </xf:group></xf:group> </xf:group> </xf:group> <w2:wframe style="z-index: 9999" id="wfm_side" class="side" scope="true" src=""></w2:wframe> <xf:group style="" id="" class="dim"></xf:group> </xf:group> </body> </html>