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์ ๋นํ์ฑํ ๋ ์
์ ๋ฐฐ๊ฒฝ์๊ณผ ๊ธ์์์ ์ง์ ํ๋ ์์ ์
๋๋ค.<br/>์ด ๊ธฐ๋ฅ์ ์์ฑ disabledBackgroundColor, disabledFontColor์ ์ง์ ํ์ฌ ์ฌ์ฉํ ์ ์์ต๋๋ค.<br/>๋๋ 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๋ฒ์งธ ํ์ ์
์ด ๋นํ์ฑํ ๋์์ต๋๋ค.<br/>์ปฌ๋ผ '์ ๊ฐ'๊ฐ ๋นํ์ฑํ ๋์์ต๋๋ค.<br/>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๋ฒ์งธ ํ์ ์
์ด ๋นํ์ฑํ ๋์์ต๋๋ค.<br/>์ปฌ๋ผ '์ ๊ฐ'๊ฐ ๋นํ์ฑํ ๋์์ต๋๋ค.<br/>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๋ฒ์งธ ํ์ ์
์ด ๋นํ์ฑํ ๋์์ต๋๋ค.<br/>์ปฌ๋ผ '์ ๊ฐ'๊ฐ ๋นํ์ฑํ ๋์์ต๋๋ค.<br/>3๋ฒ์งธ ํ์ด ๋นํ์ฑํ ๋์์ต๋๋ค.<br/>๊ธฐ๋ณธ ์ค์ ์ ์
์ 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 ์์ ์
๋๋ค.<br/>์์ฑ tabScrollAuto์ ์์ฑ tabScroll์ด "true"๋ก ์ค์ ๋์ด์ผ ๋์๋ฉ๋๋ค.<br/>tabScrollAuto์ ํญ ์์ญ์ ์ค๋ฅธ์ชฝ ๋๊น์ง ์ด๋ํ ์ํ์์ ํญ์ ๋ซ์์ ๋, <br/>๋จ์์๋ ํญ์ผ๋ก ํญ ์์ญ์ ๋ณด์ด๋ ํญ์ ๊ฐ์๋ฅผ ์ ์ง์์ผ ์ฃผ๋ ๊ธฐ๋ฅ์ ์ ๊ณตํฉ๋๋ค.'
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์ผ ๋, <br/>checkbox๊ฐ ์ฒดํฌ๋ ํ์ ๋ฐ์ดํฐ๋ฅผ ๋ฐํ ๋ฐ๋ ์์ ์
๋๋ค." style="" class="">
</w2:textbox>
<w2:textbox class="" escape="false" id=""
label="๋ฐ์ดํฐ ์ ํ๋ณ ์๋์ ํจ์๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค.<br/>- JSON ๋ฐฐ์ด : getCheckedJSON<br/>- XML : getCheckedXML<br/>- 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๋ฅผ ์ฒดํฌํฉ๋๋ค.<br/>๋ฒํผ์ ํด๋ฆญํ๊ณ ๋ก๊ทธ ํ์ธ ์์ญ ๋ก๊ทธ๋ฅผ ํ์ธํฉ๋๋ค." 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์ ์
, ์ปฌ๋ผ, ๋ก์ฐ์ ๋นํ์ฑํ ์ฌ๋ถ๋ฅผ ์ง์ ํ๋ ์์ ์
๋๋ค.<br/>์ด ๊ธฐ๋ฅ์ ์๋์ GridView์ ํจ์๋ฅผ ํธ์ถํ์ฌ ์ฌ์ฉํ ์ ์์ต๋๋ค.<br/>- setCellDisabled : ์
๋จ์ ๋นํ์ฑํ<br/>- setColumnDisabled : ์ปฌ๋ผ ๋จ์ ๋นํ์ฑํ<br/>- setRowDisabled : ๋ก์ฐ ๋จ์ ๋นํ์ฑํ'
style="">
</w2:textbox>
<w2:textbox escape="false" id=""
label="๋๋ GridView ํจ์ setDisabled์ ์ฌ์ฉํ์ฌ ์ ์ดํ ์ ์์ต๋๋ค.<br/>ํจ์ 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 ์
์ ๋นํ์ฑํ ์ฌ๋ถ๋ฅผ ํ์ธํฉ๋๋ค.<br/>๋นํ์ฑํ๊ฐ ์ ์ฉ๋๋ฉด ์
์ด ์์ ๋ชจ๋๋ก ๋ณ๊ฒฝ๋์ง ์์ต๋๋ค.<br/>์ด 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 ์ปฌ๋ผ์ ๋นํ์ฑํ ์ฌ๋ถ๋ฅผ ํ์ธํฉ๋๋ค.<br/>๋นํ์ฑํ๊ฐ ์ ์ฉ๋๋ฉด ์
์ด ์์ ๋ชจ๋๋ก ๋ณ๊ฒฝ๋์ง ์์ต๋๋ค.<br/>์ด 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 ๋ก์ฐ์ ๋นํ์ฑํ ์ฌ๋ถ๋ฅผ ํ์ธํฉ๋๋ค.<br/>๋นํ์ฑํ๊ฐ ์ ์ฉ๋๋ฉด ์
์ด ์์ ๋ชจ๋๋ก ๋ณ๊ฒฝ๋์ง ์์ต๋๋ค.<br/>์ด 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๋ฅผ ํญ์ ๋ฐ์ ์ํฌ์ง์ ์ฌ๋ถ๋ฅผ ์ง์ ํ๋ ์์ ์
๋๋ค.<br/>์ด ๊ธฐ๋ฅ์ ์์ฑ 'alwaysTriggerScrollStart'์ผ๋ก ์ค์ ํฉ๋๋ค.<br/>์ค์ ๊ฐ์ ๋ฐ๋ฅธ ๊ธฐ๋ฅ์ ์๋์ ๊ฐ์ต๋๋ค.<br/>- true : GridView์ ์ธ๋ก ์คํฌ๋กค์ด ์ต์๋จ์ ๋ฟ์ ๋ ๋ง๋ค ์ด๋ฒคํธ 'onscrollstart' ๋ฐ์.<br/>- 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="์ธ๋ก ์คํฌ๋กค์ ์๋๋ก ๋ด๋ ธ๋ค๊ฐ ์ต์๋จ์ผ๋ก ์ด๋์ํต๋๋ค.<br/>์คํฌ๋กค์ด ์ต์๋จ์ ๋ฟ์ผ๋ฉด ์ต์ด 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="์ธ๋ก ์คํฌ๋กค์ ์๋๋ก ๋ด๋ ธ๋ค๊ฐ ์ต์๋จ์ผ๋ก ์ด๋์ํต๋๋ค.<br/>์คํฌ๋กค์ด ์ต์๋จ์ ๋ฟ์ ๋ ๋ง๋ค ๋ก๊ทธ๊ฐ ์ถ๋ ฅ๋ฉ๋๋ค." 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)์ ์ ํํ ํ, ๋ฌ๋ ฅ ์๋จ์ ํ์ดํ๋ฅผ ์ฌ์ฉํ์ฌ ์์ด๋ ์ฐ๋๋ฅผ ์ด๋ํด๋ ํ์ฌ ์ ํํ ์ผ์ ์ ์งํ ์ ์์ต๋๋ค.<br/>์ด ๊ธฐ๋ฅ์ ์๋์ ์์ฑ์ผ๋ก ์ฌ์ฉํ ์ ์์ต๋๋ค.<br/>- 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="๋ฌ๋ ฅ ์์ด์ฝ ํด๋ฆญ ์ ํ์๋๋ ๋ฌ๋ ฅ์ ์ข์ฐ ์์ด์ฝ '<' ์ ํด๋ฆญํ์ฌ ์์ ์ด๋ํฉ๋๋ค.<br/>๋ฌ๋ ฅ์ ์์ด ๋ฐ๋์๊ณ ํด๋น ์์ 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="๋ฌ๋ ฅ ์์ด์ฝ ํด๋ฆญ ์ ํ์๋๋ ๋ฌ๋ ฅ์ ์ข์ฐ ์์ด์ฝ '<<' ์ ํด๋ฆญํ์ฌ ์ฐ๋๋ฅผ ์ด๋ํฉ๋๋ค.<br/>๋ฌ๋ ฅ์ ์ฐ๋๊ฐ ๋ฐ๋๊ณ ์ข์ฐ ์์ด์ฝ์ ํด๋ฆญํ๊ธฐ ์ ๋ ์ง๊ฐ ๋ฌ๋ ฅ์ ํ์๋ ๊ฒ์ ํ์ธํฉ๋๋ค." 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 ๋ด์์ ํค๋ณด๋์ ๋ง์ฐ์ค๋ฅผ ์ด์ฉํ์ฌ ์
์ ๋ค์ค ์ ํํ๋ ์์ ์
๋๋ค.<br/>ํค๋ณด๋ ํค Ctrl์ ๋๋ฅด๊ณ ์
์ ํด๋ฆญํ๊ฑฐ๋,<br/>ํค๋ณด๋ ํค Shift๋ฅผ ๋๋ฅด๊ณ ์
์ ํด๋ฆญํฉ๋๋ค.<br/>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="ํผ์ ๊ตฌ์ฑํ๋ ์ปดํฌ๋ํธ๋ก, ํญ๋ชฉ์ด๋ ํน์ ๊ฐ ์ ํ์ด ๊ฐ๋ฅํ ์ปดํฌ๋ํธ ์์์
๋๋ค.<br/>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์์ ํ์ฅ ๋ ๊ธฐ๋ฅ์ด ํ์ํ๊ฑฐ๋ ์น์ ๊ทผ์ฑ/ํ์ด๋ธ๋ฆฌ๋๋ฅผ ์ ์ฉํ ๊ฒฝ์ฐ ์ฌ์ฉํ๋ ์ปดํฌ๋ํธ์
๋๋ค.<br/><br/>FusionChart๋ InfoSoft Global์ฌ์ ์ ํ์ผ๋ก FusionChartXT๊ฐ OEM ๋ผ์ด์ ์ค์ค๋ก ์ ๊ณต ๋๊ณ ์์ต๋๋ค. (๋ณ๋ ๊ตฌ๋งค์์ด WebSquare ์์ง์ ํฌํจ)<br/>OEM ๊ณ์ฝ์ ๋ฐ๋ผ ์ธ์ค์จ์ด๋ธ๋ InfoSoft Global์์ ์ ๊ณตํ ๋ฐ์ด๋๋ฆฌ, ์ํ, ๋ฌธ์๋ฅผ ๊ทธ๋๋ก ์ ๊ณตํด๋๋ ค์ผ ํ๋ฉฐ ์์ค, ์ํ, ๋ฌธ์์ ๋ํ ๋ฒ๊ทธ์์ , ๊ธฐ๋ฅ์ถ๊ฐ ๋ฐ ๋ฒ์ญ ์์
์ ์ ๊ณตํด ๋๋ฆฌ์ง ์์ต๋๋ค.<br/>๋ํ FusionChartXT์ ๋ํ ๊ธฐ์ ์ง์์ ์ ๊ณตํ์ง ์์ผ๋, ๊ณ ๊ฐ์ ์์ฒญ์ ๊ณ ๊ฐ์ ์ง๋ฌธ์ InfoSoft Global์ ์ ๋ฌํ๊ณ ๋ต๋ณ์ ๋ฐ์์ ๊ณ ๊ฐ์๊ฒ ์ ๋ฌํด ๋๋ฆด ์ ์์ต๋๋ค.<br/>๊ณ ๊ฐ์ ์ปดํฌ๋ํธ ์ฌ์ฉ ํธ์๋ฅผ ์ํด FusionChart Wrapper๋ฅผ ์ ๊ณตํ๋ฉฐ ๋น์ฌ์ ๊ธฐ์ ์ง์ ๋ฒ์๋ FusionChart Wrapper ๋ชจ๋๋ก ํ์ ํฉ๋๋ค.<br/><br/>์ฌ์ดํธ ์ฃผ์ : http://www.fusioncharts.com<br/>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 & 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 ๊ธฐ๋ฅ ์ค ์์
์ ์ฐจํธํ ์ด๋ฏธ์ง๋ฅผ ํฌํจํ๋ ๊ธฐ๋ฅ์ ์์์
๋๋ค.<br/>์ด ๊ธฐ๋ฅ์ ๋ฐ์ดํฐ๋ฅผ ์ฐจํธํ ์ด๋ฏธ์ง๋ก ๋ณํํ ๋ค ์์
๋ก ๋ด๋ ค์ฃผ๊ธฐ ๋๋ฌธ์ ์ฌ์ฉ์ PC ํ๊ฒฝ์ ๋ฐ๋ผ ๋์ฉ๋ ๋ฐ์ดํฐ์ ๊ฒฝ์ฐ ์๋ ์ด์๊ฐ ๋ฐ์ํ ์ ์์ต๋๋ค.<br/>ํ๋ก์ ํธ ์ ์ฉ ์ , ์ต์ ์ฌ์ 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 ์์์
๋๋ค.<br/>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 ํ์์ผ๋ก ๋ค์ด๋ก๋ ํ๋ ์์ ์
๋๋ค.<br/>GridView์ ํจ์ 'saveCSV'๋ฅผ ์ฌ์ฉํฉ๋๋ค.<br/>ํจ์ ํธ์ถ ์ ์ ๋ฌ ์ธ์๋ฅผ ํตํด ๋ฐ์ดํฐ ๊ตฌ๋ถ์, ์ ์ธํ ์ปฌ๋ผ, ํค๋ ์ถ๋ ฅ ์ฌ๋ถ ๋ฑ์ ์ค์ ํ ์ ์์ต๋๋ค."
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์ ์ถ๋ ฅํ๋ ์์ ์
๋๋ค.<br/>์ค์ ์ ํตํด ๊ณ ์ ๋ฌธ์ ๋๋ 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์ ํน์ ํ์ ๊ธ์์์ ์ง์ ํ๋ ์์ ์
๋๋ค.<br/>์ด ๊ธฐ๋ฅ์ ํจ์ 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๋ฅผ ๊ฐ์ธํ ํ๋ ์์ ์
๋๋ค.<br/>GridView์ Style ์ ๋ณด๋ฅผ ์ฝ๊ณ , localStorage๋ฅผ ํ์ฉํด ์ ์ฅํ์ฌ ๊ตฌํํฉ๋๋ค.<br/>์ปฌ๋ผ์ ์์, ํ๋ ฌ ํ ๊ณ ์ , ์ปฌ๋ผ ์จ๊น, ์ปฌ๋ผ ํฌ๊ธฐ์ ์ ์ฅ, ๋ถ๋ฌ์ค๊ธฐ๊ฐ ๊ฐ๋ฅํฉ๋๋ค."
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 ๊ฐ์ธํ๋ ์ปฌ๋ผ์ ๋์ด, ์ปฌ๋ผ ์จ๊ธฐ๊ธฐ, ์ปฌ๋ผ ์ด๋์ ๊ดํ ์ ๋ณด๋ฅผ ์ ์ฅ, ๋ถ๋ฌ์ค๊ธฐ๊ฐ ๊ฐ๋ฅํฉ๋๋ค.<br/>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์ ์ค์ ๊ฐ ๋น๊ต ์์ ์
๋๋ค.<br/>์์ฑ autoFitMinWidth์ GridView์ ๋๋น๊ฐ ์์ฑ autoFitMinWidth์ ์ค์ ๊ฐ ์ดํ๊ฐ ๋๋ฉด autoFit ๊ธฐ๋ฅ์ ํด์ ํ์ฌ ๊ฐ๋ก ์คํฌ๋กค์ ์์ฑํด์ฃผ๋ ๊ธฐ๋ฅ์
๋๋ค.<br/>์์ฑ autoFit์ ์ค์ ๊ฐ์ด lastColumn, allColumn์ผ๋ก ์ง์ ๋์ด์ผ ๋์ํฉ๋๋ค.<br/>์ด ๊ธฐ๋ฅ์ 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๊ฐ ์ค์ ๋์ด ์์ต๋๋ค.<br/>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๋ง ์ค์ ๋์ด ์์ต๋๋ค.<br/>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๋ก ๊ตฌ์ฑํ๊ณ ๊ธฐ๋ณธ ๊ฐ์ ์ค์ ํ๋ ์์ ์
๋๋ค.<br/>์ด ๊ธฐ๋ฅ์ GridView์ ์ฐ๊ฒฐ๋ DataList์ ์ปฌ๋ผ ์์ฑ defaultValue๋ฅผ ์ง์ ํ์ฌ ๊ตฌํํฉ๋๋ค."
style="" class="">
</w2:textbox>
<w2:textbox class="" escape="false" id=""
label="defaultValue๋ checkbox์ ์ฐ๊ฒฐ๋ ์ปฌ๋ผ์ ๋ฐ์ดํฐ๊ฐ ์๋ ๊ฒฝ์ฐ ์ฌ์ฉํฉ๋๋ค.<br/>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 ๋ฏธ์ค์ <br/>ID : chk_1"
displayMode="label">
</w2:column>
<w2:column width="114" inputType="text" style="" id="column6" value="defaultValue ์ค์ <br/>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์ ๋ฐฐ๊ฒฝ์์ ์ง์ ํ๋ ์์ ์
๋๋ค.<br/>๊ด๋ จ๋ ์์ฑ์ selectedRowColor, selectedRowOverColor, selectedCellColor, selectedCellOverColor์
๋๋ค.<br/>GridView์ ์์ฑ focusMode์ ์ค์ ๊ฐ์ ๋ฐ๋ฅธ ๋์์ ๋น๊ตํฉ๋๋ค.'
style="">
</w2:textbox>
<w2:textbox escape="false" id=""
label="์์ ์ GridView์๋ ์์ฑ์ด ๋์ผํ๊ฒ ์ง์ ๋์์ต๋๋ค.<br/>๊ฐ ์์ฑ์ ์ง์ ๋ ๋ฐฐ๊ฒฝ์์ ์๋์ ๊ฐ์ต๋๋ค.<br/>- selectedCellColor : chocolate //์ ํ๋ cell์ ๋ฐฐ๊ฒฝ์์ด chocolate๋ก ๋ณ๊ฒฝ๋ฉ๋๋ค.<br/>- selectedCellOverColor : green //์ ํ๋ cell์ ๋ง์ฐ์ค๋ฅผ overํ๋ฉด ๋ฐฐ๊ฒฝ์์ด green์ผ๋ก ๋ณ๊ฒฝ๋ฉ๋๋ค.<br/>- selectedRowColor : yellow //์ ํ๋ row์ ๋ฐฐ๊ฒฝ์์ด yellow๋ก ๋ณ๊ฒฝ๋ฉ๋๋ค.<br/>- 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์ ์ค์ ๊ฐ ๋น๊ต ์์ ์
๋๋ค.<br/>์์ฑ 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์ ์ค์ ํ๋ฉด ๊ทธ๋ฆฌ๋๋ทฐ์ ๊ฐ๋ก ์คํฌ๋กค์ด ์๊ธฐ์ง ์์ต๋๋ค.<br/>๊ทธ๋ฆฌ๋๋ทฐ์ ๋๋น๊ฐ ๊ธฐ์ค ๊ฐ๋ณด๋ค ์์ ๋ ๊ฐ๋ก ์คํฌ๋กค์ด ์๊ธฐ๋๋ก ์ค์ ํ๊ณ ์ ํ๋ ๊ฒฝ์ฐ ์์ฑ autoFitMinWidth๋ฅผ ์ถ๊ฐ ์ง์ ํฉ๋๋ค.<br/>์ด ์์ ๋ ์๋์ ๋งํฌ์์ ํ์ธํ ์ ์์ต๋๋ค."
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์ ์ด ๊ณ ์ ๊ธฐ๋ฅ ์์ ์
๋๋ค.<br/>์ด ๊ธฐ๋ฅ์ ์๋์ ์์ฑ๊ณผ ํจ์๋ก ์ฌ์ฉํ ์ ์์ต๋๋ค.<br/>- fixedColumn : (์์ฑ) ์ข์ธก ์ด ๊ณ ์ <br/>- fixedRightColumn : (์์ฑ) ์ฐ์ธก ์ด ๊ณ ์ <br/>- setFixedColumn : (ํจ์) ์ข์ธก ์ด ๊ณ ์ <br/>- 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์ ํน์ ํ์ ๋ฐฐ๊ฒฝ์์ ์ง์ ํ๋ ์์ ์
๋๋ค.<br/>์ด ๊ธฐ๋ฅ์ ํจ์ 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์ ๊ธฐ๋ฅ ์์ ์
๋๋ค.<br/>์์ฑ autoFitFilterList์ ํค๋ ์ปฌ๋ผ์ ๋ฐ์ดํฐ ํํฐ๋ฅผ ๋ฆฌ์คํธ ํํ๋ก ์ง์ ํ์์ ๋ ๋์ํ๋ ๊ธฐ๋ฅ์
๋๋ค.'
style="">
</w2:textbox>
<w2:textbox escape="false" id=""
label="์๋๋ ์ค์ ๊ฐ ๋ณ ์ค๋ช
์
๋๋ค.<br/>- false : (๊ธฐ๋ณธ ์ค์ ๊ฐ) ๋ชฉ๋ก ๋ฐ์ค์ ๋๋น๋ ์ปฌ๋ผ์ ๋๋น๋ก ์ง์ ๋ฉ๋๋ค.<br/>- true : &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="ํค๋ ์ปฌ๋ผ '๋ถ๋ฅ'์ ํํฐ ์์ด์ฝ์ ํด๋ฆญํ๋ฉด ๋ฐ์ดํฐ์ ๋ชฉ๋ก ๋ฐ์ค๊ฐ ํ์๋ฉ๋๋ค.<br/>๋ชฉ๋ก ๋ฐ์ค์ ๋๋น๊ฐ ๋ฐ์ดํฐ์ ์ต๋ ๊ธธ์ด๋ณด๋ค ์์ ๊ฒฝ์ฐ ๋ฐ์ค์ ๋๋น๋ ๋ฐ์ดํฐ์ ์ต๋ ๊ธธ์ด๋ก ์กฐ์ ๋ฉ๋๋ค." 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="ํค๋ ์ปฌ๋ฌ '๋ถ๋ฅ'์ ํํฐ ์์ด์ฝ์ ํด๋ฆญํ๋ฉด ๋ฐ์ดํฐ์ ๋ชฉ๋ก ๋ฐ์ค๊ฐ ํ์๋ฉ๋๋ค.<br/>๋ชฉ๋ก ๋ฐ์ค์ ๋๋น๊ฐ ์ปฌ๋ผ์ ๋๋น๋ก ์ง์ ๋ฉ๋๋ค." 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) ์์ญ์ ์คํ์ผ์ ์ ์ฉํ ์ ์๋ ์ต์
์ค์ ์ ์์ ์
๋๋ค.<br/>์คํ์ผ์ ์ง์ ํ ์ ์๋ ์ต์
์ ์๋์ ๊ฐ์ต๋๋ค."
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 ๋ฐฐ๊ฒฝ์<br/>- rowNumHeaderFontName : ํ ๋ฒํธ ํ์ ์ปฌ๋ผ์ header ํฐํธ ์ด๋ฆ<br/>- rowNumHeaderFontSize : ํ ๋ฒํธ ํ์ ์ปฌ๋ผ์ header ํฐํธ ํฌ๊ธฐ<br/>- rowNumHeaderFontColor : ํ ๋ฒํธ ํ์ ์ปฌ๋ผ์ header ํฐํธ ์์'
style="margin-bottom: 6px;" escape="false">
</w2:textbox>
<w2:textbox class="" escape="false" id=""
label='- rowNumBodyColor : ํ ๋ฒํธ ํ์ ์ปฌ๋ผ์ Body ๋ฐฐ๊ฒฝ์<br/>- rowNumBodyFontName : ํ ๋ฒํธ ํ์ ์ปฌ๋ผ์ Body ํฐํธ ์ด๋ฆ<br/>- rowNumBodyFontSize : ํ ๋ฒํธ ํ์ ์ปฌ๋ผ์ Body ํฐํธ ํฌ๊ธฐ<br/>- rowNumBodyFontColor : ํ ๋ฒํธ ํ์ ์ปฌ๋ผ์ Body ํฐํธ ์์'
style="margin-bottom: 6px;">
</w2:textbox>
<w2:textbox class="" escape="false" id=""
label='- rowNumFooterColor : ํ ๋ฒํธ ํ์ ์ปฌ๋ผ์ Footer ๋ฐฐ๊ฒฝ์<br/>- rowNumFooterFontName : ํ ๋ฒํธ ํ์ ์ปฌ๋ผ์ Footer ํฐํธ ์ด๋ฆ<br/>- rowNumFooterFontSize : ํ ๋ฒํธ ํ์ ์ปฌ๋ผ์ Footer ํฐํธ ํฌ๊ธฐ<br/>- rowNumFooterFontColor : ํ ๋ฒํธ ํ์ ์ปฌ๋ผ์ Footer ํฐํธ ์์<br/>'
style="margin-bottom: 6px;">
</w2:textbox>
<w2:textbox class="" escape="false" id=""
label='- rowNumSubTotalColor : ํ ๋ฒํธ ํ์ ์ปฌ๋ผ์ Subtotal ๋ฐฐ๊ฒฝ์<br/>- rowNumSubTotalFontName : ํ ๋ฒํธ ํ์ ์ปฌ๋ผ์ Subtotal ํฐํธ ์ด๋ฆ<br/>- rowNumSubTotalFontSize : ํ ๋ฒํธ ํ์ ์ปฌ๋ผ์ Subtotal ํฐํธ ํฌ๊ธฐ<br/>- 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="์ปจํ
์ด๋ ์ปดํฌ๋ํธ๋ ํ์ ์ปดํฌ๋ํธ๋ฅผ ๊ฐ์ง ์ ์๊ณ ๋ ์ด์์์ ๊ตฌ์ฑํ๋๋ฐ ์ฃผ๋ก ์ฌ์ฉ๋ฉ๋๋ค.<br/>์ด ์ปดํฌ๋ํธ๋ฅผ ์ ์ ํ ์ด์ฉํ์ฌ ํ์ ์ปดํฌ๋ํธ์ ์์น๋ ์ฌ์ด์ฆ๋ฅผ ์กฐ์ ํ ์ ์์ต๋๋ค.<br/>๋ ์ด์์ ๊ตฌ์ฑ์ ๋๋ถ๋ถ์ด Style Class์ ๊ด๋ จ๋ ๋ถ๋ถ์ด๋ฏ๋ก ๋์์ธ ๊ฐ์ด๋๋ฅผ ์ฐธ๊ณ ๋ฐ๋๋๋ค.<br/>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&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">
์ด๋ฉ์ผ&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">
์ ํ&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 ๊ธฐ๋ฅ์ ๊ตฌํํ ์์์
๋๋ค.<br/>ํ๊ฐ ๋ฐ์ดํฐ๋ฅผ ํ์ฅ/์ถ์ํ ์ ์์ต๋๋ค." 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๋ก ๊ตฌ์ฑ ๋ ์
๋ก๋ ์ปดํฌ๋ํธ ์์์
๋๋ค.<br/>MultiUpload์ ๊ฒฝ์ฐ ๊ธฐ๋ณธ UI๊ฐ Flash์์ผ๋ก HTML5์ Multiple์ ์ฌ์ฉํ๊ธฐ ์ํด์ mode์์ฑ์ ๊ฐ์ html5_transparent์ผ๋ก ์ค์ ํ์ฌ UI๋ฅผ ๊ตฌ์ฑํด์ผ ํฉ๋๋ค.<br/>์๋ [type : html5_transparent] ์์๋ Multiupload์ GridView์ปดํฌ๋ํธ๋ก ๊ตฌ์ฑ๋์ด ์์ต๋๋ค.<br/>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 & 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์ ํน์ ํ์ ์จ๊น ์ฌ๋ถ์ ์ง์ ํ๋ ์์ ์
๋๋ค.<br/>์ด ๊ธฐ๋ฅ์ ์๋์ ํจ์๋ฅผ ํธ์ถํ์ฌ ์ฌ์ฉํ ์ ์์ต๋๋ค.<br/>- setRowVisible : ํน์ ํ์ ์จ๊น ์ฌ๋ถ ์ค์ <br/>- 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์ ์ด์ ์จ๊น ์ฌ๋ถ์ ์คํฌ๋ฆฝํธ๋ก ์ง์ ํ๋ ์์ ์
๋๋ค.<br/>์ด ๊ธฐ๋ฅ์ ์๋์ ํจ์๋ฅผ ํธ์ถํ์ฌ ์ฌ์ฉํ ์ ์์ต๋๋ค.<br/>- 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 ์ค์ ์์ ์
๋๋ค.<br/>์์ฑ keepDisabledTab์ <br/>API setDisabeld๋ก TabControl์ ํ์ฑํํ ๋,<br/>API disableTab์ผ๋ก ๋นํ์ฑํ๋ ํญ์ ๋นํ์ฑํ ์ํ๋ฅผ ์ ์งํ๋ ์์ฑ์
๋๋ค.<br/>์ด ๊ธฐ๋ฅ์ ์์ 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์ ์ค์ ๊ฐ ๋น๊ต ์์ ์
๋๋ค.<br/>๋ ์์ฑ์ ๋ง์ฐ์ค๋ฅผ ์ด์ฉํ์ฌ ์
์ ์์ ๋ชจ๋๋ก ๋ณ๊ฒฝํ ๋ ์ ์ฉํ ์ด๋ฒคํธ๋ฅผ ์ง์ ํ๋ ๊ธฐ๋ฅ์ ์ ๊ณตํฉ๋๋ค."
style="" class="">
</w2:textbox>
<w2:textbox escape="false" id=""
label="์์ฑ๋ณ ์ ์ฉ ๋ฒ์๋ ์๋์ ๊ฐ์ต๋๋ค.<br/>- editModeEvent : ์์ฑ viewType์ ์ค์ ๊ฐ์ด icon์ด ์๋ ์ปฌ๋ผ<br/>- 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์ผ๋ก ์ง์ ๋ ๊ฒฝ์ฐ ์์ ๋ชจ๋๋ก ์ง์
ํ๋ ๋ง์ฐ์ค ์ด๋ฒคํธ๋ฅผ ํด๋ฆญ์ผ๋ก ๊ณ ์ ๋์ด ์ ๊ณต๋์์ต๋๋ค.<br/>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="์
์ด ์ ํ๋ ์ํ์์ ํด๋ฆญํ๋ฉด ์์ ๋ชจ๋๋ก ๋ณ๊ฒฝ๋ฉ๋๋ค.<br/>์ ํ๋์ง ์์ ์
์ ํด๋ฆญํ๋ฉด ์
์ด ์ ํ๋๊ณ , ์ดํ ๋์ผ ์
์ ํด๋ฆญํ๋ฉด ์์ ๋ชจ๋๋ก ๋ณ๊ฒฝ๋ฉ๋๋ค." 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์ ์ ์ฒด ์ค์ ์ ์
์ ๋๋ธ ํด๋ฆญํ๋ฉด ์์ ๋ชจ๋๋ก ๋ณ๊ฒฝ๋ฉ๋๋ค.<br/>๋จ, ์ปฌ๋ผ [์ ๊ฐ]๋ ์
์ ํด๋ฆญํ๋ฉด ์์ ๋ชจ๋๋ก ๋ณ๊ฒฝ๋ฉ๋๋ค." 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="์ปฌ๋ผ [๋ถ๋ฅ], [์ถ๊ฐ์ผ]์ ์
์ ํด๋ฆญํ๋ฉด ์์ ๋ชจ๋๋ก ๋ณ๊ฒฝ๋ฉ๋๋ค.<br/>์์ฑ editModeEvent์ ondblclick์ผ๋ก ์ค์ ๋์ด ์์ต๋๋ค.<br/>์ปฌ๋ผ [๋์๋ช
]์ ์
์ ๋๋ธ ํด๋ฆญํ๋ฉด ์์ ๋ชจ๋๋ก ๋ณ๊ฒฝ๋ฉ๋๋ค."
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="์ปฌ๋ผ [๋ถ๋ฅ], [์ถ๊ฐ์ผ]์ ์
์ ๋๋ธ ํด๋ฆญํ๋ฉด ์์ ๋ชจ๋๋ก ๋ณ๊ฒฝ๋ฉ๋๋ค.<br/>์์ฑ editModeEvent์ ondblclick์ผ๋ก ์ค์ ๋์ด ์์ต๋๋ค.<br/>์ปฌ๋ผ [๋์๋ช
]์ ์
์ ๋๋ธ ํด๋ฆญํ๋ฉด ์์ ๋ชจ๋๋ก ๋ณ๊ฒฝ๋ฉ๋๋ค."
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์ ์์ ์
๋๋ค.<br/>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์ ๋ชจ๋ ์ด๋ฒคํธ ํธ๋ค๋ฌ๋ฅผ ์ ๊ฑฐํฉ๋๋ค.<br/>[ํ
์คํธ ๋ฒํผ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 ์ด๋ฒคํธ์ ๋ชจ๋ ํธ๋ค๋ฌ๋ฅผ ์ ๊ฑฐํฉ๋๋ค.<br/>[ํ
์คํธ ๋ฒํผ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]๋ฅผ ์ ๊ฑฐํฉ๋๋ค.<br/>[ํ
์คํธ ๋ฒํผ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์ ์์ ์
๋๋ค.<br/>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 ์ด๋ฒคํธ๋ฅผ ๋ฐ์ ์ํต๋๋ค.<br/>[ํ
์คํธ ๋ฒํผ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 ์ด๋ฒคํธ๋ฅผ ์ธ์๊ฐ์ ์ ๋ฌํ๋ฉฐ ๋ฐ์ ์ํต๋๋ค.<br/>[ํ
์คํธ ๋ฒํผ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์ ์ค์ ๊ฐ ๋น๊ต ์์ ์
๋๋ค.<br/>์์ฑ์ focusFlow๋ ํค ์
๋ ฅ์ ํตํด ์
์ ํฌ์ปค์ค๋ฅผ ์ด๋ํ ๋, ํฌ์ปค์ค์ ์ด๋ ๋ฒ์๋ฅผ ์ง์ ํ ์ ์์ต๋๋ค." style=""
class="">
</w2:textbox>
<w2:textbox class="" escape="false" id="" label="๋ค์ ์
๋ก ํฌ์ปค์ค๋ฅผ ์ด๋ํ๋ ๊ธฐ๋ณธ ํค๋ [Tab]์ด๋ฉฐ ์ด์ ์
๋ก ํฌ์ปค์ค ์ด๋์ ํค [Shift+Tab]๋ก ์ค์ ๋์ด ์์ต๋๋ค."
style="">
</w2:textbox>
<w2:textbox escape="false" id=""
label="์ค์ ๊ฐ์ ๋ฐ๋ฅธ ๋์ ๋ฐฉ์์ ์๋์ ๊ฐ์ต๋๋ค.<br/>- default : ํ(row)์์๋ง ํฌ์ปค์ค๊ฐ ์ด๋๋ฉ๋๋ค.<br/>- 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) ๋จ์์
๋๋ค.<br/>ํ์ ๋ง์ง๋ง ์
์์ ํค 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="ํฌ์ปค์ค ์ด๋ ๋ฒ์๊ฐ ์ ์ฒด ์์ญ์
๋๋ค.<br/>ํ์ ๋ง์ง๋ง ์
์์ ํค 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 ์์ ์
๋๋ค.<br/>์์ฑ tabPosition์ ์ง์ ํ ์ ์๋ ๊ฐ์ "top", "left", "right", "bottom" ์
๋๋ค.<br/>์์ฑ 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)๋ฅผ ์คํฌ๋ฆฝํธ๋ก ์ง์ ํ๋ ์์ ์
๋๋ค.<br/>์ปฌ๋ผ์ ๋๋น(width) ์ค์ ์ 0์ผ๋ก ์ค์ ํ์ฌ ์ด์ ์จ๊น ์ฒ๋ฆฌํ ์ ์์ต๋๋ค.<br/>์ด ๊ธฐ๋ฅ์ ์๋์ ํจ์๋ฅผ ํธ์ถํ์ฌ ์ฌ์ฉํ ์ ์์ต๋๋ค.<br/>- setRowNumColumnWidth : rowNum ์ปฌ๋ผ์ ํญ์ ๋ณ๊ฒฝ<br/>- 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์ ๋ณด์ฌ์ง ํ์ ๊ฐ์๋ฅผ ์ง์ ํ๋ ์์ ์
๋๋ค.<br/>์ด ๊ธฐ๋ฅ์ ์๋์ ์์ฑ๊ณผ ํจ์๋ก ์ฌ์ฉํ ์ ์์ต๋๋ค.<br/>- visibleRowNum : (์์ฑ) ํ๋ฉด์ ํํํ ํ์ ๊ฐ์.<br/>- setVisibleRowNum : (ํจ์) ์์ฑ visibleRowNum์ ์คํฌ๋ฆฝํธ๋ก ์ง์ .'
style="">
</w2:textbox>
<w2:textbox escape="false" id="" label="๊ฐ ์์ญ์ GridView๋ ๋์ผํ height๋ก ์ง์ ๋์ด ์์ต๋๋ค.<br/>๋ธ๋ผ์ฐ์ ์ ์ถ๋ ฅ๋๋ ๊ฒ์ ๋น๊ตํฉ๋๋ค." 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์ ์ง์ ๋ ๋์ด์ ์ถ๋ ฅํ ์ ์๋ ํ๋ง ๊ทธ๋ ค์ง๋๋ค.<br/>์ด 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)์์ญ์ ํํํ ์์์
๋๋ค.<br/>์ปฌ๋ผ์ 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="์น์คํ์ด์์ ์ ๊ณตํ๋ ํต์ ๋ชจ๋ ์์์
๋๋ค.<br/>์น์คํ์ด๋ AJAX๋ก ํต์ ์ ํฉ๋๋ค.(HTML์ Form Submit์ ์ด์ฉํ์ง ์์).<br/>์ ๊ณต๋๋ ํต์ ๋ชจ๋์ 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[<list id="dlt_ZipCodeStreet">
<map>
<SEQ_NO>1</SEQ_NO>
<SIGUNGUCODE>11110</SIGUNGUCODE>
<STREETNUM>2005001</STREETNUM>
<STREET>์ธ์ข
๋๋ก</STREET>
</map>
<map>
<SEQ_NO>2</SEQ_NO>
<SIGUNGUCODE>11110</SIGUNGUCODE>
<STREETNUM>2005001</STREETNUM>
<STREET>์ธ์ข
๋๋ก</STREET>
</map>
</list>]]></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์ ์
ํ
ํ ์ ์๋ ๋ฐ์ดํฐ์ ํฌ๋งท ์์์
๋๋ค.<br/>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="<span class='ws5_exam_txt_red'>target="data:json</span>,[๋ฐ์ดํฐ ๋ฆฌ์คํธ ์์ด๋]"<br/>mediatype="application/json""
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="<span class='ws5_exam_txt_red'>target="data:array</span>,[๋ฐ์ดํฐ ๋ฆฌ์คํธ ์์ด๋]"<br/>mediatype="application/json""
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="<span class='ws5_exam_txt_red'>1์ฐจ์ ARRAY์ Submission์ ์ง์ ํ ์ ์์ผ๋ฉฐ ์๋ต ๋ฐ์ดํฐ๋ฅผ ์ง์ DataList์ ํ ๋นํด์ผ ํฉ๋๋ค. DataList์ API ์ค setData๋ฅผ ์ฌ์ฉํฉ๋๋ค.</span><br/><br/><span class='ws5_exam_txt_red'>target : ""</span><br/>mediatype="text/plain""
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="<span class='ws5_exam_txt_red'>target="data:xml</span>,[๋ฐ์ดํฐ ๋ฆฌ์คํธ ์์ด๋]"<br/>mediatype="application/xml""
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<br/>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<br/>๊ฐ๋ฐ๊ฐ์ด๋" 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<br/>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<br/>๋์์ธ๊ฐ์ด๋" 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 ์ต์๋จ์ ๊ณตํต ์์ญ์
๋๋ค. ํ์ด์งํ์ดํ, ์๋ธํ์ดํ์ ์ ๊ณตํฉ๋๋ค.<br/>" 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 ๋ฉ๋ด๋ช
๊ณผ ์ผ์นํฉ๋๋ค.<br/>ยท ํ ํ์ด์ง ๋ด์ ์กฐํ ์์ญ์ ์ ์ธํ ๋ ๊ฐ ์ด์์ ๋ชจ๋์ด ์กด์ฌํ ๊ฒฝ์ฐ, ๊ฐ ๋ชจ๋ ์๋จ์ ์๋ธํ์ดํ์ ๋ฐฐ์นํฉ๋๋ค. " 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="ยท ์กฐํ ์กฐ๊ฑด์ ๋ ์ด๋ธ์ ์ฐ์ธก ์ ๋ ฌํฉ๋๋ค.<br/>ยท ๋ณ๋์ ํ์
์ ํตํด์ ์กฐํ๋ฅผ ํ๋ ๊ฒฝ์ฐ ๋๋ณด๊ธฐ ๋ฒํผ์ ์ฌ์ฉํฉ๋๋ค.<br/>ยท ๋ค์์ ์กฐํ์กฐ๊ฑด์ด ์์ ๊ฒฝ์ฐ, ์กฐํ ์กฐ๊ฑด์ ์ค์ํ ํญ๋ชฉ์ ์ข์ธก์ ์์นํฉ๋๋ค."
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 ์ฌ์ฉ์ ๊ถํ๋ฉฐ, ๊ธฐ๋ณธ๊ฐ์ โ์ ํโ์ผ๋ก ํ์ํฉ๋๋ค.<br/>ยท ํ์๋ก ์
๋ ฅํด์ผ ํ๋ ์
๋ ฅํผ์ ๊ฒฝ์ฐ , ๋ ์ด๋ธ์ ์ข์ธก์ <span class="req"></span>๋ฅผ &nbsp;์ถ๊ฐํ๊ณ , ํผ์์์๋ &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="๊ธฐ๋ณธ์ ์ผ๋ก ๊ณ ๋ ํํ์ ์ ํด์ง ํฐํธ๋ฅผ ์ฌ์ฉํฉ๋๋ค.<br/>"
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="๋ชจ๋ ์ปดํฌ๋ํธ ์์์ &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)<br/>Websquare SP5 DesignSystem์ &nbsp;์ ํ๋ฆฌ์ผ์ด์
์ ๊ฐ๋ฐํ๋๋ฐ ๋์์ ์ฃผ๊ธฐ ์ํ ์น์คํ์ด ์คํ๋์ค SP5์ ์ถ๊ฐ๋ ๊ธฐ๋ฅ์
๋๋ค. <br/>"
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 &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=": &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="ยท ๊ฐ๊ฐ์ ํญ์ ์ ํ ๋น๋์์ด๋ ์
๋ฌด ์์๋ก ๋ฐฐ์น์ํค๋ฉฐ, ์ฒซ ๋ฒ์งธ ํญ์ ํ์ฑํ ์ํต๋๋ค. <br/>ยท ๊ฐ๊ฐ์ ํญ ๋ฒํผ์ width๊ฐ์ ๊ณ ์ ์ํค์ง ์๊ณ ๋ ์ด๋ธ ๊ธธ์ด์ ๋ฐ๋ผ ๋ฌ๋ผ์ง๋๋ค.<br/>ยท ๋ ์ด๋ธ์ ๋ค๋ฅธ ํญ๊ณผ ๊ตฌ๋ถ์ด ๋ ์ ์๋๋ก ๋ช
ํํ๊ฒ ์ง์ ํฉ๋๋ค.<br/>ยท ์ผ๋ฐ์ ์ผ๋ก ํ๋ ๋จ์ด๋ก ์งง๊ณ ์ค์บ ๊ฐ๋ฅํ ๋ ์ด๋ธ์ ์ฌ์ฉํฉ๋๋ค. &nbsp;<br/>ยท ์ ํ๋ ํญ๊ณผ ๋น์ ํ๋ ํญ์ ๋ฐฐ๊ฒฝ์์ผ๋ก ๊ตฌ๋ถ์์ผ ์ค๋๋ค.<br/>"
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)์ ์ฌ์ฉํ ๊ฒฝ์ฐ, ๋๊ฐ์ ํญ์ด ๊ตฌ๋ถ๋ ์ ์๋๋ก ํฉ๋๋ค. <br/>ยท ํญ์ ๊ฐ์๊ฐ ํ ์ค์ ๋์ด๊ฐ ๊ฒฝ์ฐ, ํญ ์คํฌ๋กค์ ์ฌ์ฉํฉ๋๋ค." 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์ ์ ๋ ฌ ๊ธฐ์ค์ ๋ฐ๋ฆ
๋๋ค.<br/> &nbsp; &nbsp; - ์ฐ์ธก์ ๋ ฌ : ๊ธ์ก, ์ซ์ ๋ฑ ์๋ฆฟ์ ๊ตฌ๋ถ๋๋ Data<br/> &nbsp; &nbsp; - ์ข์ธก์ ๋ ฌ : ์ฃผ์, ์ ํ๋ฒํธ ๋ฑ ๊ธ์ ์๊ฐ ์ผ์ ์น ์์ Data<br/> &nbsp; &nbsp; - ์ค์์ ๋ ฌ : ๋ ์ง ๋ฑ Data ๊ธ์ ์๊ฐ ์ผ์ ํ ๊ฒฝ์ฐ์ ๋ฆฌ์คํธ์ ํ
์ด๋ธ ํค๋<br/>"
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๋ ํ์ ๋ฐฐ๊ฒฝ์์ ๋ค๋ฅด๊ฒ ์ค์ ํ์ฌ ๊ตฌ๋ถ์ํต๋๋ค. <br/>ยท ์ปฌ๋ผ์ ๊ตฌ๋ถ์ด ํ์ํ ๊ฒฝ์ฐ ๋ฐฐ๊ฒฝ์์ ๋ค๋ฅด๊ฒ ์ค์ ํ์ฌ ๊ตฌ๋ถ์ํต๋๋ค. <br/>" 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="ยท &nbsp;Data์ Sorting ๊ธฐ๋ฅ (์ค๋ฆ์ฐจ์/๋ด๋ฆผ์ฐจ์)์ ์ฌ์ฉํ ๊ฒฝ์ฐ ํค๋ ์ฐ์ธก์ ์์ด์ฝ์ ํ์ํฉ๋๋ค. <br/>" 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="์ผ๊ด์ฑ์ ์ ์งํ ์ ์๋๋ก ๊ทธ๋ฆฌ๋ ๊ท์น์ ์ ์ํฉ๋๋ค. &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๊ฐ,๋ก ๊ตฌ์ฑ๋๋ฉฐ, &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์์ ์ ๊ณตํ๋ ํ
ํ๋ฆฟํ์ด์ง์ &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="๊ณ์ธต ๊ตฌ์กฐ๋ฅผ ๊ฐ์ง๋ ๋ฐ์ดํฐ๋ฅผ, &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)๋ฅผ ๋ฃ์ ์ ์์ต๋๋ค. <br/>ยท ์ ํ ์๋ ์ํ๋ โ+โ , ํผ์ณ์ ธ ์๋ ์ํ๋ โ-โ ํ์๋ฅผ ํ๋ฉฐ, ํ์ 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๋ฅผ ์ ํ ์ , ์ ์ฒด ํ์ ๋ ๋ฒจ๋ ํจ๊ป ์ ํ๋ฉ๋๋ค. <br/>"
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='ํ์๋ก ์
๋ ฅํด์ผ ํ๋ ์
๋ ฅํผ์ ๊ฒฝ์ฐ , ๋ ์ด๋ธ์ ์ข์ธก์ <span class="req"></span>๋ฅผ &nbsp;์ถ๊ฐํ๊ณ , ํผ์์์๋ &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">
-&nbsp;ํ&nbsp;์ค&nbsp;ํ
์คํธ๋ฅผ&nbsp;์
๋ ฅํ๋&nbsp;๊ฒฝ์ฐ์&nbsp;์ฌ์ฉํฉ๋๋ค.&nbsp;
<br></br>
-&nbsp;ํ
์ด๋ธ&nbsp;์ปฌ๋ผ&nbsp;์์&nbsp;Inputbox์&nbsp;width๊ฐ์&nbsp;100%๋ก&nbsp;์์ฑํ๋,&nbsp;ํ์ํ&nbsp;๊ฒฝ์ฐ&nbsp;์ผ์ ์ฌ์ด์ฆ๋ก&nbsp;๊ณ ์ ์ํต๋๋ค.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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">
-&nbsp;์ฌ๋ฌ&nbsp;์ค&nbsp;ํ
์คํธ๋ฅผ&nbsp;์
๋ ฅํ๋&nbsp;๊ฒฝ์ฐ&nbsp;์ฌ์ฉํฉ๋๋ค.&nbsp;&nbsp;&nbsp;&nbsp;
<br></br>
-&nbsp;ํ์&nbsp;์
๋ ฅํผ์&nbsp;๋ฐฐ๊ฒฝ์ปฌ๋ฌ๋ก&nbsp;๊ตฌ๋ถ์ํต๋๋ค.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br></br>
-&nbsp;์
๋ ฅ&nbsp;๋ถ๊ฐํผ(๋นํ์ฑ)์&nbsp;๋ฐฐ๊ฒฝ์ปฌ๋ฌ๋ก&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">
-&nbsp;์ฌ๋ฌ&nbsp;๊ฐ์&nbsp;ํญ๋ชฉ&nbsp;์ค&nbsp;ํ&nbsp;ํญ๋ชฉ๋ง&nbsp;์ ํํด์ผ&nbsp;ํ๋&nbsp;๊ฒฝ์ฐ&nbsp;์ฌ์ฉํฉ๋๋ค.
<br></br>
-&nbsp;์ํฉ์&nbsp;๋ง๊ฒ&nbsp;์ธ๋ก&nbsp;์ ๋ ฌ๊ณผ&nbsp;๊ฐ๋ก&nbsp;์ ๋ ฌ์&nbsp;ํผ์ฉํด&nbsp;์ฌ์ฉํฉ๋๋ค.&nbsp;&nbsp;&nbsp;
<br></br>
-&nbsp;๋ํดํธ&nbsp;ํญ๋ชฉ์&nbsp;๊ฐ์ฅ&nbsp;์ค์ํ&nbsp;ํญ๋ชฉ์ผ๋ก&nbsp;์ง์ ํฉ๋๋ค.&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">
-&nbsp;๋ค์ค์ผ๋ก&nbsp;์ ํํ๋&nbsp;๊ฒฝ์ฐ&nbsp;์ฌ์ฉํฉ๋๋ค.
<br></br>
-&nbsp;์ํฉ์&nbsp;๋ง๊ฒ&nbsp;์ธ๋ก&nbsp;์ ๋ ฌ๊ณผ&nbsp;๊ฐ๋ก&nbsp;์ ๋ ฌ์&nbsp;ํผ์ฉํด&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">
-&nbsp;์ ํ&nbsp;์ต์
์ด&nbsp;4๊ฐ&nbsp;์ด์์ธ&nbsp;๊ฒฝ์ฐ&nbsp;์ฌ์ฉ์&nbsp;๊ถ์ฅํฉ๋๋ค.&nbsp;&nbsp;&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">
-&nbsp;Select&nbsp;Box์&nbsp;ํ์ฅ&nbsp;์ปดํฌ๋ํธ๋ก&nbsp;ํน์ &nbsp;๋ฌธ์์ด์&nbsp;๋ํ&nbsp;์๋์์ฑ&nbsp;๋ฐ&nbsp;๊ฒ์๊ธฐ๋ฅ์ด&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(๋ฒํผ) ๋ฑ๊ณผ ํจ๊ป &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์ ์ ๋ ฌ๊ธฐ์ค์ ๋ฐ๋ฆ
๋๋ค. <br/> &nbsp; &nbsp; &nbsp;- ์ฐ์ธก์ ๋ ฌ : ๊ธ์ก, ์ซ์ ๋ฑ ์๋ฆฟ์ ๊ตฌ๋ถ๋๋ Data<br/> &nbsp; &nbsp; &nbsp;- ์ข์ธก์ ๋ ฌ : ์ฃผ์, ์ ํ๋ฒํธ ๋ฑ ๊ธ์์๊ฐ ์ผ์ ์น ์์ Data<br/> &nbsp; &nbsp; &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 ์
๋ ฅ ๋ฐ ์์ ์ ์ํ ํ๋ฉด์ ์ฌ์ฉํฉ๋๋ค. <br/>ยท ์
๋ ฅ ๋ถ๊ฐ ํ๋๋ Disabled ์ฒ๋ฆฌํ๋ฉฐ , Background Color๋ก ๊ตฌ๋ถ์ํต๋๋ค. <br/>"
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="ยท ์
์ถ๋ ฅ ํ
์ด๋ธ์ด ์ํ๋ก ์ฌ๋ฌ ๊ฐ ์์นํ ๊ฒฝ์ฐ, ํ
์ด๋ธ ๋ณ๋ก ์ด์ ๊ฐ์๋ ๋น์จ์ ๋ค๋ฅด๊ฒ ํ๋ ๊ฒ์ ์ง์ํ๋ฉฐ, ๊ฐ๋ฅํ ๊ทธ๋ฆฌ๋๋ฅผ ๋ง์ถ์ด ์์ฑํฉ๋๋ค.<br/>ยท ์
๋ ฅํญ๋ชฉ์ด ๋ง์ ๊ฒฝ์ฐ ๊ทธ๋ฃนํ์ ํ์ฌ ์
์ถ๋ ฅ ํ
์ด๋ธ์ ๋๋๋ ๊ฒ์ ๊ถ์ฅํฉ๋๋ค. "
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="ยท ๋จ์ ์๋ฆผ ์ฐฝ์ ํ์ธ ๋ฒํผ์ ๋ฐฐ์นํ๊ณ , ์งํ ์ฌ๋ถ๋ฅผ ํ์ธํ๋ ์๋ฆผ ์ฐฝ์ ํ์ธ, ์ทจ์ ๋ฒํผ์ ๋ฐฐ์นํฉ๋๋ค.<br/>"
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="์ฒ๋ฆฌ์ค ์ค๋ฅ๊ฐ ๋ฐ์ํ์ต๋๋ค.<br/>์ฅ์ ๋ฌธ์ : [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="ยท ๋ฒํผ์ ์
๋ฌด์ฒ๋ฆฌ์ ํ๋ฆ์ ๋ฐ๋ผ ๋ฐฐ์นํฉ๋๋ค.<br/>ยท ํ๋ฉด ์ ์ฒด๋ฅผ ์ ์ดํ๋ ๋ฒํผ์ ํ๋ฉด์ ํ๋จ ์ฐ์ธก์ ๋ฐฐ์นํฉ๋๋ค.<br/>" 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 ์ต์๋จ์ ๊ณตํต ์์ญ์
๋๋ค. ํ์ด์งํ์ดํ, ์๋ธํ์ดํ์ ์ ๊ณตํฉ๋๋ค.<br/>" 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 ๋ฉ๋ด๋ช
๊ณผ ์ผ์นํฉ๋๋ค.<br/>ยท ํ ํ์ด์ง ๋ด์ ์กฐํ ์์ญ์ ์ ์ธํ ๋ ๊ฐ ์ด์์ ๋ชจ๋์ด ์กด์ฌํ ๊ฒฝ์ฐ, ๊ฐ ๋ชจ๋ ์๋จ์ ์๋ธํ์ดํ์ ๋ฐฐ์นํฉ๋๋ค. " 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="ยท ์กฐํ ์กฐ๊ฑด์ ๋ ์ด๋ธ์ ์ฐ์ธก ์ ๋ ฌํฉ๋๋ค.<br/>ยท ๋ณ๋์ ํ์
์ ํตํด์ ์กฐํ๋ฅผ ํ๋ ๊ฒฝ์ฐ ๋๋ณด๊ธฐ ๋ฒํผ์ ์ฌ์ฉํฉ๋๋ค.<br/>ยท ๋ค์์ ์กฐํ์กฐ๊ฑด์ด ์์ ๊ฒฝ์ฐ, ์กฐํ ์กฐ๊ฑด์ ์ค์ํ ํญ๋ชฉ์ ์ข์ธก์ ์์นํฉ๋๋ค."
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 ์ฌ์ฉ์ ๊ถํ๋ฉฐ, ๊ธฐ๋ณธ๊ฐ์ โ์ ํโ์ผ๋ก ํ์ํฉ๋๋ค.<br/>ยท ํ์๋ก ์
๋ ฅํด์ผ ํ๋ ์
๋ ฅํผ์ ๊ฒฝ์ฐ , ๋ ์ด๋ธ์ ์ข์ธก์ <span class="req"></span>๋ฅผ &nbsp;์ถ๊ฐํ๊ณ , ํผ์์์๋ &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="๊ธฐ๋ณธ์ ์ผ๋ก ๊ณ ๋ ํํ์ ์ ํด์ง ํฐํธ๋ฅผ ์ฌ์ฉํฉ๋๋ค.<br/>"
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="๋ชจ๋ ์ปดํฌ๋ํธ ์์์ &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)<br/>Websquare SP5 DesignSystem์ &nbsp;์ ํ๋ฆฌ์ผ์ด์
์ ๊ฐ๋ฐํ๋๋ฐ ๋์์ ์ฃผ๊ธฐ ์ํ ์น์คํ์ด ์คํ๋์ค SP5์ ์ถ๊ฐ๋ ๊ธฐ๋ฅ์
๋๋ค. <br/>"
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 &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=": &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="ยท ๊ฐ๊ฐ์ ํญ์ ์ ํ ๋น๋์์ด๋ ์
๋ฌด ์์๋ก ๋ฐฐ์น์ํค๋ฉฐ, ์ฒซ ๋ฒ์งธ ํญ์ ํ์ฑํ ์ํต๋๋ค. <br/>ยท ๊ฐ๊ฐ์ ํญ ๋ฒํผ์ width๊ฐ์ ๊ณ ์ ์ํค์ง ์๊ณ ๋ ์ด๋ธ ๊ธธ์ด์ ๋ฐ๋ผ ๋ฌ๋ผ์ง๋๋ค.<br/>ยท ๋ ์ด๋ธ์ ๋ค๋ฅธ ํญ๊ณผ ๊ตฌ๋ถ์ด ๋ ์ ์๋๋ก ๋ช
ํํ๊ฒ ์ง์ ํฉ๋๋ค.<br/>ยท ์ผ๋ฐ์ ์ผ๋ก ํ๋ ๋จ์ด๋ก ์งง๊ณ ์ค์บ ๊ฐ๋ฅํ ๋ ์ด๋ธ์ ์ฌ์ฉํฉ๋๋ค. &nbsp;<br/>ยท ์ ํ๋ ํญ๊ณผ ๋น์ ํ๋ ํญ์ ๋ฐฐ๊ฒฝ์์ผ๋ก ๊ตฌ๋ถ์์ผ ์ค๋๋ค.<br/>"
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)์ ์ฌ์ฉํ ๊ฒฝ์ฐ, ๋๊ฐ์ ํญ์ด ๊ตฌ๋ถ๋ ์ ์๋๋ก ํฉ๋๋ค. <br/>ยท ํญ์ ๊ฐ์๊ฐ ํ ์ค์ ๋์ด๊ฐ ๊ฒฝ์ฐ, ํญ ์คํฌ๋กค์ ์ฌ์ฉํฉ๋๋ค." 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์ ์ ๋ ฌ ๊ธฐ์ค์ ๋ฐ๋ฆ
๋๋ค.<br/> &nbsp; &nbsp; - ์ฐ์ธก์ ๋ ฌ : ๊ธ์ก, ์ซ์ ๋ฑ ์๋ฆฟ์ ๊ตฌ๋ถ๋๋ Data<br/> &nbsp; &nbsp; - ์ข์ธก์ ๋ ฌ : ์ฃผ์, ์ ํ๋ฒํธ ๋ฑ ๊ธ์ ์๊ฐ ์ผ์ ์น ์์ Data<br/> &nbsp; &nbsp; - ์ค์์ ๋ ฌ : ๋ ์ง ๋ฑ Data ๊ธ์ ์๊ฐ ์ผ์ ํ ๊ฒฝ์ฐ์ ๋ฆฌ์คํธ์ ํ
์ด๋ธ ํค๋<br/>"
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๋ ํ์ ๋ฐฐ๊ฒฝ์์ ๋ค๋ฅด๊ฒ ์ค์ ํ์ฌ ๊ตฌ๋ถ์ํต๋๋ค. <br/>ยท ์ปฌ๋ผ์ ๊ตฌ๋ถ์ด ํ์ํ ๊ฒฝ์ฐ ๋ฐฐ๊ฒฝ์์ ๋ค๋ฅด๊ฒ ์ค์ ํ์ฌ ๊ตฌ๋ถ์ํต๋๋ค. <br/>" 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="ยท &nbsp;Data์ Sorting ๊ธฐ๋ฅ (์ค๋ฆ์ฐจ์/๋ด๋ฆผ์ฐจ์)์ ์ฌ์ฉํ ๊ฒฝ์ฐ ํค๋ ์ฐ์ธก์ ์์ด์ฝ์ ํ์ํฉ๋๋ค. <br/>" 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="์ผ๊ด์ฑ์ ์ ์งํ ์ ์๋๋ก ๊ทธ๋ฆฌ๋ ๊ท์น์ ์ ์ํฉ๋๋ค. &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๊ฐ,๋ก ๊ตฌ์ฑ๋๋ฉฐ, &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์์ ์ ๊ณตํ๋ ํ
ํ๋ฆฟํ์ด์ง์ &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="๊ณ์ธต ๊ตฌ์กฐ๋ฅผ ๊ฐ์ง๋ ๋ฐ์ดํฐ๋ฅผ, &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)๋ฅผ ๋ฃ์ ์ ์์ต๋๋ค. <br/>ยท ์ ํ ์๋ ์ํ๋ โ+โ , ํผ์ณ์ ธ ์๋ ์ํ๋ โ-โ ํ์๋ฅผ ํ๋ฉฐ, ํ์ 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๋ฅผ ์ ํ ์ , ์ ์ฒด ํ์ ๋ ๋ฒจ๋ ํจ๊ป ์ ํ๋ฉ๋๋ค. <br/>"
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='ํ์๋ก ์
๋ ฅํด์ผ ํ๋ ์
๋ ฅํผ์ ๊ฒฝ์ฐ , ๋ ์ด๋ธ์ ์ข์ธก์ <span class="req"></span>๋ฅผ &nbsp;์ถ๊ฐํ๊ณ , ํผ์์์๋ &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">
-&nbsp;ํ&nbsp;์ค&nbsp;ํ
์คํธ๋ฅผ&nbsp;์
๋ ฅํ๋&nbsp;๊ฒฝ์ฐ์&nbsp;์ฌ์ฉํฉ๋๋ค.&nbsp;
<br></br>
-&nbsp;ํ
์ด๋ธ&nbsp;์ปฌ๋ผ&nbsp;์์&nbsp;Inputbox์&nbsp;width๊ฐ์&nbsp;100%๋ก&nbsp;์์ฑํ๋,&nbsp;ํ์ํ&nbsp;๊ฒฝ์ฐ&nbsp;์ผ์ ์ฌ์ด์ฆ๋ก&nbsp;๊ณ ์ ์ํต๋๋ค.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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">
-&nbsp;์ฌ๋ฌ&nbsp;์ค&nbsp;ํ
์คํธ๋ฅผ&nbsp;์
๋ ฅํ๋&nbsp;๊ฒฝ์ฐ&nbsp;์ฌ์ฉํฉ๋๋ค.&nbsp;&nbsp;&nbsp;&nbsp;
<br></br>
-&nbsp;ํ์&nbsp;์
๋ ฅํผ์&nbsp;๋ฐฐ๊ฒฝ์ปฌ๋ฌ๋ก&nbsp;๊ตฌ๋ถ์ํต๋๋ค.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br></br>
-&nbsp;์
๋ ฅ&nbsp;๋ถ๊ฐํผ(๋นํ์ฑ)์&nbsp;๋ฐฐ๊ฒฝ์ปฌ๋ฌ๋ก&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">
-&nbsp;์ฌ๋ฌ&nbsp;๊ฐ์&nbsp;ํญ๋ชฉ&nbsp;์ค&nbsp;ํ&nbsp;ํญ๋ชฉ๋ง&nbsp;์ ํํด์ผ&nbsp;ํ๋&nbsp;๊ฒฝ์ฐ&nbsp;์ฌ์ฉํฉ๋๋ค.
<br></br>
-&nbsp;์ํฉ์&nbsp;๋ง๊ฒ&nbsp;์ธ๋ก&nbsp;์ ๋ ฌ๊ณผ&nbsp;๊ฐ๋ก&nbsp;์ ๋ ฌ์&nbsp;ํผ์ฉํด&nbsp;์ฌ์ฉํฉ๋๋ค.&nbsp;&nbsp;&nbsp;
<br></br>
-&nbsp;๋ํดํธ&nbsp;ํญ๋ชฉ์&nbsp;๊ฐ์ฅ&nbsp;์ค์ํ&nbsp;ํญ๋ชฉ์ผ๋ก&nbsp;์ง์ ํฉ๋๋ค.&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">
-&nbsp;๋ค์ค์ผ๋ก&nbsp;์ ํํ๋&nbsp;๊ฒฝ์ฐ&nbsp;์ฌ์ฉํฉ๋๋ค.
<br></br>
-&nbsp;์ํฉ์&nbsp;๋ง๊ฒ&nbsp;์ธ๋ก&nbsp;์ ๋ ฌ๊ณผ&nbsp;๊ฐ๋ก&nbsp;์ ๋ ฌ์&nbsp;ํผ์ฉํด&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">
-&nbsp;์ ํ&nbsp;์ต์
์ด&nbsp;4๊ฐ&nbsp;์ด์์ธ&nbsp;๊ฒฝ์ฐ&nbsp;์ฌ์ฉ์&nbsp;๊ถ์ฅํฉ๋๋ค.&nbsp;&nbsp;&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">
-&nbsp;Select&nbsp;Box์&nbsp;ํ์ฅ&nbsp;์ปดํฌ๋ํธ๋ก&nbsp;ํน์ &nbsp;๋ฌธ์์ด์&nbsp;๋ํ&nbsp;์๋์์ฑ&nbsp;๋ฐ&nbsp;๊ฒ์๊ธฐ๋ฅ์ด&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(๋ฒํผ) ๋ฑ๊ณผ ํจ๊ป &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์ ์ ๋ ฌ๊ธฐ์ค์ ๋ฐ๋ฆ
๋๋ค. <br/> &nbsp; &nbsp; &nbsp;- ์ฐ์ธก์ ๋ ฌ : ๊ธ์ก, ์ซ์ ๋ฑ ์๋ฆฟ์ ๊ตฌ๋ถ๋๋ Data<br/> &nbsp; &nbsp; &nbsp;- ์ข์ธก์ ๋ ฌ : ์ฃผ์, ์ ํ๋ฒํธ ๋ฑ ๊ธ์์๊ฐ ์ผ์ ์น ์์ Data<br/> &nbsp; &nbsp; &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 ์
๋ ฅ ๋ฐ ์์ ์ ์ํ ํ๋ฉด์ ์ฌ์ฉํฉ๋๋ค. <br/>ยท ์
๋ ฅ ๋ถ๊ฐ ํ๋๋ Disabled ์ฒ๋ฆฌํ๋ฉฐ , Background Color๋ก ๊ตฌ๋ถ์ํต๋๋ค. <br/>"
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="ยท ์
์ถ๋ ฅ ํ
์ด๋ธ์ด ์ํ๋ก ์ฌ๋ฌ ๊ฐ ์์นํ ๊ฒฝ์ฐ, ํ
์ด๋ธ ๋ณ๋ก ์ด์ ๊ฐ์๋ ๋น์จ์ ๋ค๋ฅด๊ฒ ํ๋ ๊ฒ์ ์ง์ํ๋ฉฐ, ๊ฐ๋ฅํ ๊ทธ๋ฆฌ๋๋ฅผ ๋ง์ถ์ด ์์ฑํฉ๋๋ค.<br/>ยท ์
๋ ฅํญ๋ชฉ์ด ๋ง์ ๊ฒฝ์ฐ ๊ทธ๋ฃนํ์ ํ์ฌ ์
์ถ๋ ฅ ํ
์ด๋ธ์ ๋๋๋ ๊ฒ์ ๊ถ์ฅํฉ๋๋ค. "
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="ยท ๋จ์ ์๋ฆผ ์ฐฝ์ ํ์ธ ๋ฒํผ์ ๋ฐฐ์นํ๊ณ , ์งํ ์ฌ๋ถ๋ฅผ ํ์ธํ๋ ์๋ฆผ ์ฐฝ์ ํ์ธ, ์ทจ์ ๋ฒํผ์ ๋ฐฐ์นํฉ๋๋ค.<br/>"
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="์ฒ๋ฆฌ์ค ์ค๋ฅ๊ฐ ๋ฐ์ํ์ต๋๋ค.<br/>์ฅ์ ๋ฌธ์ : [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="ยท ๋ฒํผ์ ์
๋ฌด์ฒ๋ฆฌ์ ํ๋ฆ์ ๋ฐ๋ผ ๋ฐฐ์นํฉ๋๋ค.<br/>ยท ํ๋ฉด ์ ์ฒด๋ฅผ ์ ์ดํ๋ ๋ฒํผ์ ํ๋ฉด์ ํ๋จ ์ฐ์ธก์ ๋ฐฐ์นํฉ๋๋ค.<br/>" 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>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.