path
stringlengths
25
150
xml
stringlengths
502
72.2k
GUIDE/WebContent/GridView/Excel/advancedExcelUpload_sheetName_GridView/advancedExcelUpload_sheetName_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList id="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="col1" name="Currency" dataType="text"></w2:column> <w2:column id="col2" name="Amount" dataType="number"></w2:column> <w2:column id="col3" name="Unit" dataType="text"></w2:column> <w2:column id="col4" name="Expression" dataType="number"></w2:column> <w2:column id="col5" name="Sheet" dataType="text"></w2:column> </w2:columnInfo> <w2:data xmlns="" use="false"></w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function() { var options = { headerExist:"1", sheetName: "sheet3" }; gridView1.advancedExcelUpload(options); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:263px;height:23px;margin:30px;margin-bottom:0;font-family:sans-serif;font-style:italic;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[advancedExcelUpload();]]></xf:label> </xf:trigger> <w2:gridView id="gridView1" ignoreToggleOnDisabled="false" syncScroll="false" useShiftKey="true" style="width:800px;height:150px;margin:30px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" summaryAuto="false" summaryOnlyAuto="false" applyAllColumnStyle="false" dataList="data:dataList1" ignoreCellClick="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 blockSelect="false" id="column3" removeBorderStyle="false" style="height:20px;" inputType="text" width="120" value="Currency" displayMode="label"> </w2:column> <w2:column blockSelect="false" id="column1" removeBorderStyle="false" style="height:20px;" width="144" inputType="text" value="Amount" displayMode="label"> </w2:column> <w2:column blockSelect="false" id="column6" removeBorderStyle="false" style="height:20px;" width="144" inputType="text" value="Unit" displayMode="label"> </w2:column> <w2:column blockSelect="false" id="column4" removeBorderStyle="false" style="height:20px;" inputType="text" width="120" value="Expression" displayMode="label"> </w2:column> <w2:column blockSelect="false" id="column2" removeBorderStyle="false" style="height:20px;" inputType="text" width="120" value="Sheet" displayMode="label"> </w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column blockSelect="false" id="col1" removeBorderStyle="false" style="" inputType="textImage" width="120" value="" displayMode="label" imageSrc="/img01.jpg" imageWidth="30" imageHeight="30"> </w2:column> <w2:column blockSelect="false" id="col2" removeBorderStyle="false" style="" width="144" inputType="text" value="" displayFormat="" displayMode="label"> </w2:column> <w2:column blockSelect="false" id="col3" removeBorderStyle="false" style="" width="144" inputType="text" value="" displayFormat="#,##0[floor]" displayMode="label" dataType="number"> </w2:column> <w2:column blockSelect="false" id="col4" removeBorderStyle="false" style="" inputType="expression" width="120" value="" displayMode="label" expression="sum('col2') + sum('col3')" displayFormat="#,##0" dataType="number"> </w2:column> <w2:column blockSelect="false" id="col5" removeBorderStyle="false" style="" inputType="text" width="120" value="" displayMode="label"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/Excel/advancedExcelDownload_useStyle_GridView.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>DEFAULT</w2:type> <w2:buildDate /> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="c_code" name="city_code" dataType="text"></w2:column> <w2:column id="airport" name="airport" dataType="text"></w2:column> <w2:column id="country" name="country" dataType="text"></w2:column> <w2:column id="city" name="city" dataType="text"></w2:column> <w2:column id="a_code" name="airport_code" dataType="text"></w2:column> <w2:column id="traffic" name="traffic" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [{ "c_code" : "PAR", "airport" : "ORLY", "country" : "FRANCE", "city" : "PARIS", "a_code" : "ORY", "traffic" : "50000" }, { "c_code" : "PDX", "airport" : "PORTLAND INT’L", "country" : "U.S.A.", "city" : "PORTLAND", "a_code" : "PDX", "traffic" : "1000" }, { "c_code" : "PEK", "airport" : "CAPITAL", "country" : "CHINA", "city" : "BEIJING", "a_code" : "PEK", "traffic" : "40000" }, { "c_code" : "PER", "airport" : "PERTH", "country" : "AUSTRALIA", "city" : "PERTH", "a_code" : "PER", "traffic" : "15000" }, { "c_code" : "PHL", "airport" : "PHILADELPHIA INT’L", "country" : "U.S.A.", "city" : "PHILADELPHIA", "a_code" : "PHL", "traffic" : "10000" }, { "c_code" : "PHX", "airport" : "SKY HARBOR ", "country" : "U.S.A.", "city" : "PHOENIX", "a_code" : "PHX", "traffic" : "7000" }, { "c_code" : "PIT", "airport" : "PITTSBURGH INT’L", "country" : "U.S.A.", "city" : "PITTSBURGH", "a_code" : "PIT", "traffic" : "5000" }, { "c_code" : "PNH", "airport" : "POCHENTONG", "country" : "CAMBODIA", "city" : "PHNOMPENH", "a_code" : "PNH", "traffic" : "10000" }, { "c_code" : "PUS", "airport" : "KIMHAE", "country" : "KOREA", "city" : "PUSAN", "a_code" : "PUS", "traffic" : "30000" }]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { gridView1.setCellClass(0, 0, "blue"); }; scwin.trigger2_onclick = function(e) { var options = { useStyle : true } gridView1.advancedExcelDownload(options); }; ]]></script> <style type="text/css"><![CDATA[.blue { color : blue; font-weight: bolder; font-size: 40px; background-color: yellow; } ]]></style> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:280px;height:30px;padding-left:5px;margin-left:50px;margin-top:50px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;text-align:left;display: block" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[setCellClass()]]></xf:label> </xf:trigger> <xf:trigger type="button" style="width:280px;height:30px;padding-left:5px;margin-left:50px;margin-top:10px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;text-align:left;" id="trigger2" ev:onclick="scwin.trigger2_onclick" nextTabID=""> <xf:label><![CDATA[advancedExcelDownload()]]></xf:label> </xf:trigger> <w2:gridView id="gridView1" style="width: 750px;height: 300px;margin: 50px;margin-top: 20px;" checkAllType="false" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" visibleRowNum="" rowNumVisible="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="70" inputType="text" style="height:20px" id="column6" value="city_code" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column5" value="airport" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column4" value="country" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="city" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="airport_code" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="traffic" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="c_code" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="airport" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="country" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="city" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="a_code" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="traffic" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/Excel/advancedExcelDownload_xxxFontBold.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>DEFAULT</w2:type> <w2:buildDate /> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="col1" name="name1"></w2:column> <w2:column dataType="text" id="col2" name="name2"></w2:column> <w2:column dataType="text" id="col3" name="name3"></w2:column> <w2:column dataType="text" id="col4" name="name4"></w2:column> <w2:column dataType="text" id="col5" name="name5"></w2:column> <w2:column dataType="text" id="col6" name="name6"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var data = []; var row = 10; var col = 6; for (var i = 0; i < row; i++) { for (var j = 0; j < col; j++) { var t = Math.floor(i / 5); data.push(t * 100 + j * (t + 1)); } } dataList1.setData(data); }; scwin.onpageunload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { var options = { useSubTotal : true, headerFontBold : true, bodyFontBold : true, //subTotalFontBold : true, //footerFontBold : true }; gridView1.advancedExcelDownload(options); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:250px;height:30px;padding-left:5px;margin-left:100px;margin-top:20px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;text-align:left;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[advancedExcelDownload()]]></xf:label> </xf:trigger> <w2:gridView dataList="data:dataList1" fixedColumnWithHidden="true" id="gridView1" ignoreCellClick="false" ignoreToggleOnDisabled="false" scrollByColumn="false" scrollByColumnAdaptive="false" style="width: 600px;height: 200px;margin: 100px;margin-top: 20px;" useShiftKey="true" visibleRowNum="10" rowNumVisible="true"> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column blockSelect="false" displayMode="label" id="column7" inputType="text" style="height:20px;" value="name1" width="70"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column1" inputType="text" style="height:20px;" value="name2" width="70"> </w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column22" value="name3" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column18" value="name4" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column14" value="name5" displayMode="label"></w2:column> <w2:column blockSelect="false" displayMode="label" id="column3" inputType="text" style="height:20px;" value="name6" width="70"> </w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column blockSelect="false" displayMode="label" id="col1" inputType="text" style="height:20px" width="70"></w2:column> <w2:column blockSelect="false" displayMode="label" id="col2" inputType="text" style="height:20px" width="70"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col3" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col4" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col5" value="" displayMode="label"></w2:column> <w2:column blockSelect="false" displayMode="label" id="col6" inputType="text" style="height:20px" width="70"></w2:column> </w2:row> </w2:gBody> <w2:subTotal id="subTotal1" style="" targetColumnID="col1"> <w2:row id="row4" style=""> <w2:column blockSelect="false" displayMode="label" expression="sum('col1')" id="column13" inputType="expression" style="height:20px" width="70"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column12" inputType="expression" style="height:20px" width="70" expression="sum('col2')"></w2:column> <w2:column width="70" inputType="expression" style="height:20px" id="column24" value="" displayMode="label" expression="sum('col3')"></w2:column> <w2:column width="70" inputType="expression" style="height:20px" id="column20" value="" displayMode="label" expression="sum('col4')"></w2:column> <w2:column width="70" inputType="expression" style="height:20px" id="column16" value="" displayMode="label" expression="sum('col5')"></w2:column> <w2:column blockSelect="false" displayMode="label" id="column11" inputType="expression" style="height:20px" width="70" expression="sum('col6')"></w2:column> </w2:row> </w2:subTotal> <w2:footer id="footer1" style=""> <w2:row id="row3" style=""> <w2:column blockSelect="false" displayMode="label" expression="sum('col1')" id="column10" inputType="expression" style="height:20px" width="70"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column9" inputType="expression" style="height:20px" width="70" expression="sum('col2')"></w2:column> <w2:column width="70" inputType="expression" style="height:20px" id="column25" value="" displayMode="label" expression="sum('col3')"></w2:column> <w2:column width="70" inputType="expression" style="height:20px" id="column21" value="" displayMode="label" expression="sum('col4')"></w2:column> <w2:column width="70" inputType="expression" style="height:20px" id="column17" value="" displayMode="label" expression="sum('col5')"></w2:column> <w2:column blockSelect="false" displayMode="label" id="column8" inputType="expression" style="height:20px" width="70" expression="sum('col6')"></w2:column> </w2:row> </w2:footer> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/Excel/advancedExcelDownload_customToDataType_GridView/advancedExcelDownload_customToDataType_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="Status" name="Status"></w2:column> <w2:column dataType="date" id="Date" name="Date"></w2:column> <w2:column dataType="number" id="Expense" name="Expense"></w2:column> <w2:column dataType="number" id="Income" name="Income"></w2:column> <w2:column dataType="text" id="Hobby" name="Hobby"></w2:column> <w2:column dataType="text" id="Region" name="Region"></w2:column> <w2:column dataType="number" id="Frequency" name="Frequency"></w2:column> <w2:column dataType="number" id="ID" name="ID"></w2:column> <w2:column dataType="number" id="Age" name="Age"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> <xf:submission id="submission1" ref="" target="data:json,dataList1" action="data_number.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="" ev:submiterror="" abortTrigger=""> </xf:submission> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { $p.executeSubmission("submission1"); }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { var options = {}; options.fileName = "test.xlsx"; options.customToDataType = "true"; gridView1.advancedExcelDownload( options ); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:448px;height:43px;padding:5px;line-height:32px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;margin-left:30px;text-align:left;margin-top:50px;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[advancedExcelDownload() - options.customToDataType]]></xf:label> </xf:trigger><w2:gridView id="gridView1" style="width: 90%;height: 300px;margin: 30px;margin-top: 30px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" visibleRowNum="18" rowNumVisible="true" useFilterList="" useFilterSearch=""> <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" style="" id="column9" value="Status" displayMode="label" useFilter=""></w2:column> <w2:column width="70" inputType="text" style="" id="column8" value="Date" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column7" value="Expense" displayMode="label" colSpan="" rowSpan=""> </w2:column> <w2:column hidden="false" width="70" inputType="text" style="" id="column10" value="Income" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column5" value="Hobby" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column4" value="Region" displayMode="label" useFilter=""></w2:column> <w2:column width="70" inputType="text" style="" id="column3" value="Frequency" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column2" value="ID" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column1" value="Age" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="Status" value="" displayMode="label" useFilter=""></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Date" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="custom" style="height:20px" id="Expense" value="" displayMode="label" dataType="number" displayFormat="#,###.00"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Income" value="" displayMode="label" excelFormatter="" dataType="number"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Hobby" value="" displayMode="label" excelFormatter=""></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Region" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Frequency" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="ID" value="" displayMode="label" excelFormatter="" excelCellType=""></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Age" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/Excel/advancedExcelDownload_useStyle_headerFontBold_GridView.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> <w2:dataCollection> <w2:dataList id="dataList1" baseNode="list" style="" repeatNode="map"> <w2:columnInfo> <w2:column id="col1" name="Amount" dataType="number"></w2:column> <w2:column id="col2" name="Category" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> </xf:model> <script type="javascript"><![CDATA[ var jsonData = [{"col1":"1234.0", "col2":"AAA"}, {"col1":"1234.12", "col2":"BBB"}, {"col1":"1111", "col2":"CCC"}]; dataList1.setJSON( jsonData ); gridView1.setDisplayFormat( "col1" , "#,##0.000" ); scwin.trigger1_onclick = function(e) { var options = {}; options.fileName= "test.xlsx"; options.type = "1"; options.useStyle = "false"; options.headerFontBold = "true"; gridView1.advancedExcelDownload( options ); }; ]]></script> </head> <body> <xf:trigger type="button" id="trigger1" style="position:absolute;left:27px;top:73px;width:216px;height:30px;display:block;font-style:italic;font-family:sans-serif;" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[advancedExcelDownload();]]></xf:label> </xf:trigger><w2:gridView dataList="dataList1" scrollByColumn="false" id="gridView1" contextMenu="true" style="position:absolute;left:26px;top:123px;width:600px;height:229px;" fixedColumnWithHidden="true" useShiftKey="false" enterKeyMove="" editModeEvent="onclick" adaptiveThreshold="" adaptive="" rowStatusVisible="true" focusFlow="linear" rowNumVisible="true" rowNumBackgroundColor="" hideHeader="false"> <w2:header id="header1" style=""> <w2:row id="row1" style=""> <w2:column blockSelect="false" id="column16" style="height:20px;" inputType="text" width="170" value="Price"> </w2:column> <w2:column blockSelect="false" id="column5" style="height:49px;" inputType="text" width="210" value="Category"> </w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column blockSelect="false" id="col1" style="height:20px" inputType="text" width="170" dataType="number" displayFormat="#,##0"></w2:column> <w2:column blockSelect="false" id="col2" style="height:20px" inputType="text" width="70"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/Excel/advancedExcelDownload_trim_GridView.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=""> <w2:type>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="col1" name="Continent"></w2:column> <w2:column dataType="text" id="col2" name="Country"></w2:column> <w2:column dataType="text" id="col3" name="Item"></w2:column> <w2:column dataType="number" id="col4" name="Quantity"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ {"col1" : "Asia", "col2" : " Korea ", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : " Korea ", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : " Korea ", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : " Korea ", "col3" : "Heater", "col4" : "250"}, {"col1" : "Asia", "col2" : "China", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "China", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "China", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "TV", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "France", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "France", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "France", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "United States of America", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "United States of America", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "United States of America", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Washer", "col4" : "200"} ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { var options = { trim: true }; gridView1.advancedExcelDownload(options); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:280px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;top:20px;text-align:left;margin-bottom:0px;margin-left:100px;margin-top:10px;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[advancedExcelDownload();]]></xf:label> </xf:trigger> <w2:gridView id="gridView1" style="width: 500px;height: 100px;margin: 30px;margin-top: 30px;margin-left: 100px;" checkAllType="false" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" visibleRowNum="13" rowNumVisible="" sortable="" showSortableUseFilter="" useFilterList="" noResultMessageVisible="" copyOption="" copyType="native" useCtrlKey="" focusMode="cell" useShiftKey="true" selectedCellColor="#FF8040" showSortableImage="" noResultMessage="no no no" noResultMessageClass="" noResultMessageVisibleAlways=""> <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" style="height:20px" id="column4" value="Continent" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="Country" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="Item" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="Quantity" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="col1" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col2" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col3" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col4" value="" displayMode="label" dataType="number" validateOnInput=""></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/Dragging/dataDragDropStatus_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="col1" name="Continent"></w2:column> <w2:column dataType="text" id="col2" name="Country"></w2:column> <w2:column dataType="text" id="col3" name="Item"></w2:column> <w2:column dataType="number" id="col4" name="Quantity"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ {"col1" : "Asia", "col2" : "Korea", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Heater", "col4" : "250"}, {"col1" : "Asia", "col2" : "China", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "China", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "China", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "TV", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "France", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "France", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "France", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "USA", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "USA", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "USA", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Washer", "col4" : "200"} ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { var index = gridView1.getFocusedRowIndex( ); dataList1.deleteRow(index); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:309px;line-height:32px;padding: 5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;top:20px;text-align: left;margin: 30px;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[dataList1.deleteRow()]]></xf:label> </xf:trigger> <w2:gridView id="gridView1" style="width: 90%;height: 230px;margin: 30px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" visibleRowNum="" rowNumVisible="true" dataDragSelect="" useShiftKey="true" dataDragDrop="true" focusMode="both" useCtrlKey="" useCtrlOnMultisort="" selectedRowColor="#FF8040" selectedCellColor="#408080" rowStatusVisible="true" dataDragDropStatus="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="70" inputType="text" style="height:20px" id="column4" value="Continent" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="Country" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="Item" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="Quantity" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="col1" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col2" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col3" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col4" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/Dragging/dataDragDrop_GridView/dataDragDrop_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="Status" name="Status"></w2:column> <w2:column dataType="date" id="Date" name="Date"></w2:column> <w2:column dataType="number" id="Expense" name="Expense"></w2:column> <w2:column dataType="number" id="Income" name="Income"></w2:column> <w2:column dataType="text" id="Hobby" name="Hobby"></w2:column> <w2:column dataType="text" id="Region" name="Region"></w2:column> <w2:column dataType="number" id="Frequency" name="Frequency"></w2:column> <w2:column dataType="number" id="ID" name="ID"></w2:column> <w2:column dataType="number" id="Age" name="Age"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList baseNode="list" id="dataList11" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="Status" name="Status"></w2:column> <w2:column dataType="date" id="Date" name="Date"></w2:column> <w2:column dataType="number" id="Expense" name="Expense"></w2:column> <w2:column dataType="number" id="Income" name="Income"></w2:column> <w2:column dataType="text" id="Hobby" name="Hobby"></w2:column> <w2:column dataType="text" id="Region" name="Region"></w2:column> <w2:column dataType="number" id="Frequency" name="Frequency"></w2:column> <w2:column dataType="number" id="ID" name="ID"></w2:column> <w2:column dataType="number" id="Age" name="Age"></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: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></w2:workflowCollection> <xf:submission id="submission1" ref="" target="data:json,dataList1" action="data.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="" ev:submiterror="" abortTrigger=""> </xf:submission> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { $p.executeSubmission("submission1"); }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:textbox id="" label='dataDragDrop="true"' style="width:309px;line-height:32px;padding: 5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;top:20px;text-align: left;margin: 30px;"></w2:textbox><w2:gridView id="gridView1" style="width: 90%;height: 230px;margin: 30px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" visibleRowNum="" rowNumVisible="true" dataDragSelect="" useShiftKey="true" dataDragDrop="true" focusMode="both" useCtrlKey="" useCtrlOnMultisort="" selectedRowColor="#FF8040" selectedCellColor="#408080"> <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" style="" id="column2" value="ID" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column9" value="Status" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column8" value="Date" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column7" value="Expense" displayMode="label" colSpan="" rowSpan=""> </w2:column> <w2:column hidden="false" width="70" inputType="text" style="" id="column10" value="Income" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column5" value="Hobby" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column4" value="Region" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column3" value="Frequency" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column1" value="Age" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="ID" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Status" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Date" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Expense" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Income" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Hobby" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Region" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Frequency" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Age" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> <w2:gridView id="gridView2" style="width: 90%;height: 230px;margin: 30px;margin-top: 0px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList11" autoFit="allColumn" rowNumVisible="true" showSortableImage="" sortEvent="" hideHeader="" dataDragSelect="" dataDragDrop="true" useShiftKey="true" focusMode="both" selectedCellColor="#8080FF" selectedRowColor="#808080"> <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" style="" id="column2" value="ID" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column9" value="Status" displayMode="label" colSpan="" rowSpan="" sortable=""> </w2:column> <w2:column hidden="false" width="70" inputType="text" style="" id="column10" value="Date" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column7" value='Expense' displayMode="label" colSpan="" rowSpan="" sortable="" orderByColumn="Income"> </w2:column> <w2:column hidden="false" width="70" inputType="text" style="" id="column11" value="Income" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column5" value='Hobby' displayMode="label" colSpan="" rowSpan="" sortable="" orderByColumn="Region"> </w2:column> <w2:column hidden="false" width="70" inputType="text" style="" id="column12" value="Region" displayMode="label"></w2:column> <w2:column hidden="false" width="70" inputType="text" style="" id="column13" value="Frequency" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column1" value="Age" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="ID" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Status" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Date" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Expense" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Income" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Hobby" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Region" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Frequency" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Age" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/Dragging/dataDragSelect_dataDragSelectAutoScroll_2_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" 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:column id="col9" name="name9" dataType="text"></w2:column> <w2:column id="col10" name="name10" dataType="text"></w2:column> <w2:column id="col11" name="name11" dataType="text"></w2:column> <w2:column id="col12" name="name12" dataType="text"></w2:column> <w2:column id="col13" name="name13" dataType="text"></w2:column> <w2:column id="col14" name="name14" dataType="text"></w2:column> <w2:column id="col15" name="name15" dataType="text"></w2:column> <w2:column id="col16" name="name16" dataType="text"></w2:column> <w2:column id="col17" name="name17" dataType="text"></w2:column> <w2:column id="col18" name="name18" dataType="text"></w2:column> <w2:column id="col19" name="name19" dataType="text"></w2:column> <w2:column id="col20" name="name20" dataType="text"></w2:column> <w2:column id="col21" name="name21" dataType="text"></w2:column> <w2:column id="col22" name="name22" dataType="text"></w2:column> <w2:column id="col23" name="name23" dataType="text"></w2:column> <w2:column id="col24" name="name24" dataType="text"></w2:column> <w2:column id="col25" name="name25" dataType="text"></w2:column> <w2:column id="col26" name="name26" dataType="text"></w2:column> <w2:column id="col27" name="name27" dataType="text"></w2:column> <w2:column id="col28" name="name28" dataType="text"></w2:column> <w2:column id="col29" name="name29" dataType="text"></w2:column> <w2:column id="col30" name="name30" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var data = []; for (var i = 0; i < 1000; i++) { for (var j = 0; j < 30; j++){ data.push(i); } } dataList1.setData(data); }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:gridView id="gridView1" style="width: 500px;height: 50%;margin: 100px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" useShiftKey="true" dataDragSelect="true" dataDragSelectAutoScroll="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 removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column148" value="name1" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column145" value="name2" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column142" value="name3" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column139" value="name4" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column136" value="name5" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column133" value="name6" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column130" value="name7" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column127" value="name8" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column124" value="name9" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column121" value="name10" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column118" value="name11" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column115" value="name12" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column112" value="name13" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column109" value="name14" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column106" value="name15" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column103" value="name16" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column100" value="name17" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column97" value="name18" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column94" value="name19" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column91" value="name20" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column88" value="name21" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column85" value="name22" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column82" value="name23" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column79" value="name24" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column76" value="name25" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column73" value="name26" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column70" value="name27" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column67" value="name28" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column64" value="name29" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column61" value="name30" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody2"> <w2:row style="" id="row4"> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col1" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col2" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col3" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col4" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col5" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col6" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col7" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col8" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col9" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col10" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col11" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col12" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col13" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col14" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col15" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col16" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col17" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col18" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col19" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col20" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col21" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col22" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col23" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col24" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col25" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col26" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col27" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col28" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col29" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col30" value="" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:gBody> <w2:subTotal targetColumnID="" style="" id="subTotal1"> </w2:subTotal> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/gridView.column/displayFormatter_gridView_column.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="Status" name="Status"></w2:column> <w2:column dataType="text" id="Date" name="Date"></w2:column> <w2:column dataType="text" id="Expense" name="Expense"></w2:column> <w2:column dataType="text" id="Income" name="Income"></w2:column> <w2:column dataType="text" id="Hobby" name="Hobby"></w2:column> <w2:column dataType="text" id="Region" name="Region"></w2:column> <w2:column dataType="text" id="Frequency" name="Frequency"></w2:column> <w2:column dataType="text" id="ID" name="ID"></w2:column> <w2:column dataType="text" id="Age" name="Age"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [{ "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2000000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2300000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2900000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1900000", "Frequency" : "5", "Expense" : "80000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3500000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4200000", "Frequency" : "8", "Expense" : "500000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "12", "Expense" : "2000000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2000000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2500000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3000000", "Frequency" : "5", "Expense" : "230000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2000000", "Frequency" : "2", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "3", "Expense" : "80000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2500000", "Frequency" : "8", "Expense" : "100000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3100000", "Frequency" : "3", "Expense" : "350000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2800000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3900000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2800000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3800000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2300000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2200000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3900000", "Frequency" : "8", "Expense" : "300000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3800000", "Frequency" : "1", "Expense" : "30000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "5", "Expense" : "120000", "Date" : "2019/5/8", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3800000", "Frequency" : "8", "Expense" : "400000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2000000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2300000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2900000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1900000", "Frequency" : "5", "Expense" : "80000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3500000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4200000", "Frequency" : "8", "Expense" : "500000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "12", "Expense" : "2000000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2000000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2500000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3000000", "Frequency" : "5", "Expense" : "230000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2000000", "Frequency" : "2", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "3", "Expense" : "80000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2500000", "Frequency" : "8", "Expense" : "100000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3100000", "Frequency" : "3", "Expense" : "350000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2800000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3900000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2800000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3800000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2300000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2200000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3900000", "Frequency" : "8", "Expense" : "300000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3800000", "Frequency" : "1", "Expense" : "30000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "5", "Expense" : "120000", "Date" : "2019/5/8", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3800000", "Frequency" : "8", "Expense" : "400000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2000000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2300000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2900000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1900000", "Frequency" : "5", "Expense" : "80000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3500000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4200000", "Frequency" : "8", "Expense" : "500000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "12", "Expense" : "2000000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2000000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2500000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3000000", "Frequency" : "5", "Expense" : "230000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2000000", "Frequency" : "2", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "3", "Expense" : "80000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2500000", "Frequency" : "8", "Expense" : "100000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3100000", "Frequency" : "3", "Expense" : "350000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2800000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3900000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2800000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3800000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2300000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2200000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3900000", "Frequency" : "8", "Expense" : "300000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3800000", "Frequency" : "1", "Expense" : "30000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "5", "Expense" : "120000", "Date" : "2019/5/8", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3800000", "Frequency" : "8", "Expense" : "400000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2000000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2300000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2900000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1900000", "Frequency" : "5", "Expense" : "80000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3500000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4200000", "Frequency" : "8", "Expense" : "500000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "12", "Expense" : "2000000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2000000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2500000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3000000", "Frequency" : "5", "Expense" : "230000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2000000", "Frequency" : "2", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "3", "Expense" : "80000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2500000", "Frequency" : "8", "Expense" : "100000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3100000", "Frequency" : "3", "Expense" : "350000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2800000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3900000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2800000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3800000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2300000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2200000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3900000", "Frequency" : "8", "Expense" : "300000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3800000", "Frequency" : "1", "Expense" : "30000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "5", "Expense" : "120000", "Date" : "2019/5/8", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3800000", "Frequency" : "8", "Expense" : "400000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2000000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2300000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2900000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1900000", "Frequency" : "5", "Expense" : "80000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3500000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4200000", "Frequency" : "8", "Expense" : "500000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "12", "Expense" : "2000000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2000000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2500000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3000000", "Frequency" : "5", "Expense" : "230000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2000000", "Frequency" : "2", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "3", "Expense" : "80000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2500000", "Frequency" : "8", "Expense" : "100000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3100000", "Frequency" : "3", "Expense" : "350000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2800000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3900000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2800000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3800000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2300000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2200000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3900000", "Frequency" : "8", "Expense" : "300000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3800000", "Frequency" : "1", "Expense" : "30000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "5", "Expense" : "120000", "Date" : "2019/5/8", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3800000", "Frequency" : "8", "Expense" : "400000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2000000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2300000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2900000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1900000", "Frequency" : "5", "Expense" : "80000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3500000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4200000", "Frequency" : "8", "Expense" : "500000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "12", "Expense" : "2000000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2000000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2500000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3000000", "Frequency" : "5", "Expense" : "230000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2000000", "Frequency" : "2", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "3", "Expense" : "80000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2500000", "Frequency" : "8", "Expense" : "100000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3100000", "Frequency" : "3", "Expense" : "350000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2800000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3900000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2800000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3800000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2300000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2200000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3900000", "Frequency" : "8", "Expense" : "300000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3800000", "Frequency" : "1", "Expense" : "30000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "5", "Expense" : "120000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3800000", "Frequency" : "8", "Expense" : "400000", "Date" : "2019/05/11", "rowStatus" : "R" }]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; scwin.IdFormatter = function (data) { return data.substring(0, 3) + "-" + data.substring(3, 5); };]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="margin: 30px;"> <w2:gridView autoFit="allColumn" checkAllType="false" dataList="data:dataList1" defaultCellHeight="20" id="gridView1" rowNumVisible="true" scrollByColumn="false" scrollByColumnAdaptive="false" style="height: 300px;margin-top: 50px;" visibleRowNum="13" sortable="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="70" inputType="text" style="height:20px" id="column9" value="Status" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column8" value="Date" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column7" value="Expense" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column6" value="Income" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column5" value="Hobby" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column4" value="Region" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="Frequency" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="ID" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="Age" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="Status" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Date" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Expense" value="" displayMode="label" displayFormatter="" displayFormat=""></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Income" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Hobby" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Region" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Frequency" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="ID" value="" displayMode="label" displayFormatFunc="" displayFormatter="scwin.IdFormatter"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Age" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </body> </html>
GUIDE/WebContent/GridView/gridView.column/customFormatter_gridView_column.xml
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="/Guide/GridView/color.css" type="text/css"?> <?xml-stylesheet href="/Guide/GridView/style.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="dataList1" saveRemovedData="true" ev:oncelldatachange="scwin.dataList1_oncelldatachange"> <w2:columnInfo> <w2:column id="Status" name="Status" dataType="text" importFormatter="scwin.statusFormatter"></w2:column> <w2:column id="Date" name="Date" dataType="text"></w2:column> <w2:column id="Expense" name="Expense" dataType="text"></w2:column> <w2:column id="Income" name="Income" dataType="text"></w2:column> <w2:column id="Hobby" name="Hobby" dataType="text" importFormatter=""></w2:column> <w2:column id="Region" name="Region" dataType="text"></w2:column> <w2:column id="Frequency" name="Frequency" dataType="text" importFormatter=""></w2:column> <w2:column id="ID" name="ID" dataType="text"></w2:column> <w2:column id="Age" name="Age" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> <xf:submission id="submission1" ref="" target="data:json,dataList1" action="data.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="" ev:submiterror="" abortTrigger=""> </xf:submission> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [{ "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2000000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2300000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2900000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1900000", "Frequency" : "5", "Expense" : "80000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3500000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4200000", "Frequency" : "8", "Expense" : "500000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "12", "Expense" : "2000000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2000000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2500000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3000000", "Frequency" : "5", "Expense" : "230000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2000000", "Frequency" : "2", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "3", "Expense" : "80000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2500000", "Frequency" : "8", "Expense" : "100000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3100000", "Frequency" : "3", "Expense" : "350000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2800000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3900000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2800000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3800000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2300000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2200000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3900000", "Frequency" : "8", "Expense" : "300000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3800000", "Frequency" : "1", "Expense" : "30000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "5", "Expense" : "120000", "Date" : "2019/5/8", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3800000", "Frequency" : "8", "Expense" : "400000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2000000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2300000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2900000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1900000", "Frequency" : "5", "Expense" : "80000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3500000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4200000", "Frequency" : "8", "Expense" : "500000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "12", "Expense" : "2000000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2000000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2500000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3000000", "Frequency" : "5", "Expense" : "230000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2000000", "Frequency" : "2", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "3", "Expense" : "80000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2500000", "Frequency" : "8", "Expense" : "100000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3100000", "Frequency" : "3", "Expense" : "350000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2800000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3900000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2800000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3800000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2300000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2200000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3900000", "Frequency" : "8", "Expense" : "300000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3800000", "Frequency" : "1", "Expense" : "30000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "5", "Expense" : "120000", "Date" : "2019/5/8", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3800000", "Frequency" : "8", "Expense" : "400000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2000000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2300000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2900000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1900000", "Frequency" : "5", "Expense" : "80000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3500000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4200000", "Frequency" : "8", "Expense" : "500000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "12", "Expense" : "2000000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2000000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2500000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3000000", "Frequency" : "5", "Expense" : "230000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2000000", "Frequency" : "2", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "3", "Expense" : "80000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2500000", "Frequency" : "8", "Expense" : "100000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3100000", "Frequency" : "3", "Expense" : "350000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2800000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3900000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2800000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3800000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2300000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2200000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3900000", "Frequency" : "8", "Expense" : "300000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3800000", "Frequency" : "1", "Expense" : "30000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "5", "Expense" : "120000", "Date" : "2019/5/8", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3800000", "Frequency" : "8", "Expense" : "400000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2000000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2300000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2900000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1900000", "Frequency" : "5", "Expense" : "80000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3500000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4200000", "Frequency" : "8", "Expense" : "500000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "12", "Expense" : "2000000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2000000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2500000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3000000", "Frequency" : "5", "Expense" : "230000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2000000", "Frequency" : "2", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "3", "Expense" : "80000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2500000", "Frequency" : "8", "Expense" : "100000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3100000", "Frequency" : "3", "Expense" : "350000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2800000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3900000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2800000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3800000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2300000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2200000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3900000", "Frequency" : "8", "Expense" : "300000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3800000", "Frequency" : "1", "Expense" : "30000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "5", "Expense" : "120000", "Date" : "2019/5/8", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3800000", "Frequency" : "8", "Expense" : "400000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2000000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2300000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2900000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1900000", "Frequency" : "5", "Expense" : "80000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3500000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4200000", "Frequency" : "8", "Expense" : "500000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "12", "Expense" : "2000000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2000000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2500000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3000000", "Frequency" : "5", "Expense" : "230000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2000000", "Frequency" : "2", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "3", "Expense" : "80000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2500000", "Frequency" : "8", "Expense" : "100000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3100000", "Frequency" : "3", "Expense" : "350000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2800000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3900000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2800000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3800000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2300000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2200000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3900000", "Frequency" : "8", "Expense" : "300000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3800000", "Frequency" : "1", "Expense" : "30000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "5", "Expense" : "120000", "Date" : "2019/5/8", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3800000", "Frequency" : "8", "Expense" : "400000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2000000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2300000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2900000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1900000", "Frequency" : "5", "Expense" : "80000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3500000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4200000", "Frequency" : "8", "Expense" : "500000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "12", "Expense" : "2000000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2000000", "Frequency" : "1", "Expense" : "100000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2500000", "Frequency" : "1", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3000000", "Frequency" : "5", "Expense" : "230000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2000000", "Frequency" : "2", "Expense" : "50000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "3", "Expense" : "80000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2500000", "Frequency" : "8", "Expense" : "100000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3100000", "Frequency" : "3", "Expense" : "350000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2900000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2800000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2200000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3900000", "Frequency" : "4", "Expense" : "200000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2800000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3800000", "Frequency" : "6", "Expense" : "500000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2300000", "Frequency" : "5", "Expense" : "150000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2200000", "Frequency" : "3", "Expense" : "100000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3900000", "Frequency" : "8", "Expense" : "300000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4200000", "Frequency" : "2", "Expense" : "100000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3800000", "Frequency" : "1", "Expense" : "30000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3200000", "Frequency" : "5", "Expense" : "120000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3800000", "Frequency" : "8", "Expense" : "400000", "Date" : "2019/05/11", "rowStatus" : "R" }]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; scwin.IdFormatter = function(data){ return data.substring(0,3) + "-" + data.substring(3,5); } scwin.custom = function(data, formattedData, rowIndex, colIndex){ if (data == "Movie") { gridView1.setCellColor(rowIndex, "Hobby", "red"); gridView1.setCellBackgroundColor(rowIndex, "Region", "orange"); } return formattedData; } scwin.statusFormatter = function (rowJson, rowIndex, colIndex) { data = rowJson.Status; return data.substring(0,1); } ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:gridView id="gridView1" style="width: 90%;margin: 30px;height: 200px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" visibleRowNum="9" rowNumVisible="true" autoFit="allColumn" contextMenu="true" ev:oncelldblclick="scwin.gridView1_oncelldblclick" autoFitMinWidth="0"> <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 removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column9" value="Status" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column8" value="Date" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column7" value="Expense" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column6" value="Income" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column5" value="Hobby" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column4" value="Region" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column3" value="Frequency" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column2" value="ID" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column1" value="Age" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Status" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="" style="height:20px" id="Date" value="" blockSelect="false" displayMode="label" displayFormatFunc="" displayFormat=""> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Expense" value="" blockSelect="false" displayMode="label" displayFormat="#,###" displayFormatter="" displayFormatFunc=""> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Income" value="" blockSelect="false" displayMode="label" displayFormat="#,###,###.00" calendarClass=""> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Hobby" value="" blockSelect="false" displayMode="label" displayFormat="" customFormatter="scwin.custom"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Region" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Frequency" value="" blockSelect="false" displayMode="label" displayFormatter=""> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="ID" value="" blockSelect="false" displayMode="label" displayFormatter="scwin.IdFormatter" escapeFormatter="" customFormatter="" calendarClass=""> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Age" value="" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/Mobile/drilldownToggle_hammerEnabled_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="Depth" name="Depth" dataType="text"></w2:column> <w2:column id="Region" name="Region" dataType="text"></w2:column> <w2:column id="Population" name="Population" dataType="text" valueType=""></w2:column> <w2:column id="Area" name="Area" dataType="text"></w2:column> <w2:column id="GDP" name="GDP" dataType="text"></w2:column> <w2:column id="Literacy" name="Literacy" dataType="text"></w2:column> <w2:column id="Phones" name="Phones" dataType="text"></w2:column> <w2:column id="Birthrate" name="Birthrate" dataType="text"></w2:column> <w2:column id="Deathrate" name="Deathrate" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var dataJson = [ { "Depth": 1, "Region": "Asia", "Population": null, "Area": null, "GDP": null, "Literacy": null, "Phones": null, "Birthrate": null, "Deathrate": null }, { "Depth": 2, "Region": "Central", "Population": null, "Area": null, "GDP": null, "Literacy": null, "Phones": null, "Birthrate": null, "Deathrate": null }, { "Depth": 3, "Region": "Afghanistan ", "Population": 31056997, "Area": 647500, "GDP": 700, "Literacy": 36, "Phones": 3.2, "Birthrate": 46.6, "Deathrate": 20.34 }, { "Depth": 3, "Region": "Bangladesh ", "Population": 147365352, "Area": 144000, "GDP": 1900, "Literacy": 43.1, "Phones": 7.3, "Birthrate": 29.8, "Deathrate": 8.27 }, { "Depth": 3, "Region": "Bhutan ", "Population": 2279723, "Area": 47000, "GDP": 1300, "Literacy": 42.2, "Phones": 14.3, "Birthrate": 33.65, "Deathrate": 12.7 }, { "Depth": 3, "Region": "Iran ", "Population": 68688433, "Area": 1648000, "GDP": 7000, "Literacy": 79.4, "Phones": 276.4, "Birthrate": 17, "Deathrate": 5.55 }, { "Depth": 3, "Region": "Nepal ", "Population": 28287147, "Area": 147181, "GDP": 1400, "Literacy": 45.2, "Phones": 15.9, "Birthrate": 30.98, "Deathrate": 9.31 }, { "Depth": 3, "Region": "Pakistan ", "Population": 165803560, "Area": 803940, "GDP": 2100, "Literacy": 45.7, "Phones": 31.8, "Birthrate": 29.74, "Deathrate": 8.23 }, { "Depth": 2, "Region": "Southeast", "Population": null, "Area": null, "GDP": null, "Literacy": null, "Phones": null, "Birthrate": null, "Deathrate": null }, { "Depth": 3, "Region": "Laos ", "Population": 6368481, "Area": 236800, "GDP": 1700, "Literacy": 66.4, "Phones": 14.1, "Birthrate": 35.49, "Deathrate": 11.55 }, { "Depth": 3, "Region": "Macau ", "Population": 453125, "Area": 28, "GDP": 19400, "Literacy": 94.5, "Phones": 384.9, "Birthrate": 8.48, "Deathrate": 4.47 }, { "Depth": 3, "Region": "Malaysia ", "Population": 24385858, "Area": 329750, "GDP": 9000, "Literacy": 88.7, "Phones": 179, "Birthrate": 22.86, "Deathrate": 5.05 }, { "Depth": 3, "Region": "Maldives ", "Population": 359008, "Area": 300, "GDP": 3900, "Literacy": 97.2, "Phones": 90, "Birthrate": 34.81, "Deathrate": 7.06 }, { "Depth": 3, "Region": "Hong Kong ", "Population": 6940432, "Area": 1092, "GDP": 28800, "Literacy": 93.5, "Phones": 546.7, "Birthrate": 7.29, "Deathrate": 6.29 }, { "Depth": 3, "Region": "Philippines ", "Population": 89468677, "Area": 300000, "GDP": 4600, "Literacy": 92.6, "Phones": 38.4, "Birthrate": 24.89, "Deathrate": 5.41 }, { "Depth": 3, "Region": "Singapore ", "Population": 4492150, "Area": 693, "GDP": 23700, "Literacy": 92.5, "Phones": 411.4, "Birthrate": 9.34, "Deathrate": 4.28 }, { "Depth": 3, "Region": "Vietnam ", "Population": 84402966, "Area": 329560, "GDP": 2500, "Literacy": 90.3, "Phones": 187.7, "Birthrate": 16.86, "Deathrate": 6.22 }, { "Depth": 2, "Region": "Far East", "Population": null, "Area": null, "GDP": null, "Literacy": null, "Phones": null, "Birthrate": null, "Deathrate": null }, { "Depth": 3, "Region": "China ", "Population": 1313973713, "Area": 9596960, "GDP": 5000, "Literacy": 90.9, "Phones": 266.7, "Birthrate": 13.25, "Deathrate": 6.97 }, { "Depth": 3, "Region": "Japan ", "Population": 127463611, "Area": 377835, "GDP": 28200, "Literacy": 99, "Phones": 461.2, "Birthrate": 9.37, "Deathrate": 9.16 }, { "Depth": 3, "Region": "Korea, North ", "Population": 23113019, "Area": 120540, "GDP": 1300, "Literacy": 99, "Phones": 42.4, "Birthrate": 15.54, "Deathrate": 7.13 }, { "Depth": 3, "Region": "Korea, South ", "Population": 48846823, "Area": 98480, "GDP": 17800, "Literacy": 97.9, "Phones": 486.1, "Birthrate": 10, "Deathrate": 5.85 }, { "Depth": 3, "Region": "Mongolia ", "Population": 2832224, "Area": 1564116, "GDP": 1800, "Literacy": 97.8, "Phones": 55.1, "Birthrate": 21.59, "Deathrate": 6.95 }, { "Depth": 1, "Region": "Europe", "Population": null, "Area": null, "GDP": null, "Literacy": null, "Phones": null, "Birthrate": null, "Deathrate": null }, { "Depth": 2, "Region": "BALTICS ", "Population": null, "Area": null, "GDP": null, "Literacy": null, "Phones": null, "Birthrate": null, "Deathrate": null }, { "Depth": 3, "Region": "Estonia ", "Population": 1324333, "Area": 45226, "GDP": 12300, "Literacy": 99.8, "Phones": 333.8, "Birthrate": 10.04, "Deathrate": 13.25 }, { "Depth": 3, "Region": "Latvia ", "Population": 2274735, "Area": 64589, "GDP": 10200, "Literacy": 99.8, "Phones": 321.4, "Birthrate": 9.24, "Deathrate": 13.66 }, { "Depth": 3, "Region": "Lithuania ", "Population": 3585906, "Area": 65200, "GDP": 11400, "Literacy": 99.6, "Phones": 223.4, "Birthrate": 8.75, "Deathrate": 10.98 }, { "Depth": 2, "Region": "Eastern", "Population": null, "Area": null, "GDP": null, "Literacy": null, "Phones": null, "Birthrate": null, "Deathrate": null }, { "Depth": 3, "Region": "Albania ", "Population": 3581655, "Area": 28748, "GDP": 4500, "Literacy": 86.5, "Phones": 71.2, "Birthrate": 15.11, "Deathrate": 5.22 }, { "Depth": 3, "Region": "Romania ", "Population": 22303552, "Area": 237500, "GDP": 7000, "Literacy": 98.4, "Phones": 196.9, "Birthrate": 10.7, "Deathrate": 11.77 }, { "Depth": 3, "Region": "Serbia ", "Population": 9396411, "Area": 88361, "GDP": 2200, "Literacy": 93, "Phones": 285.8, "Birthrate": null, "Deathrate": null }, { "Depth": 3, "Region": "Slovakia ", "Population": 5439448, "Area": 48845, "GDP": 13300, "Literacy": null, "Phones": 220.1, "Birthrate": 10.65, "Deathrate": 9.45 }, { "Depth": 3, "Region": "Slovenia ", "Population": 2010347, "Area": 20273, "GDP": 19000, "Literacy": 99.7, "Phones": 406.1, "Birthrate": 8.98, "Deathrate": 10.31 }, { "Depth": 2, "Region": "WESTERN", "Population": null, "Area": null, "GDP": null, "Literacy": null, "Phones": null, "Birthrate": null, "Deathrate": null }, { "Depth": 3, "Region": "Austria ", "Population": 8192880, "Area": 83870, "GDP": 30000, "Literacy": 98, "Phones": 452.2, "Birthrate": 8.74, "Deathrate": 9.76 }, { "Depth": 3, "Region": "Belgium ", "Population": 10379067, "Area": 30528, "GDP": 29100, "Literacy": 98, "Phones": 462.6, "Birthrate": 10.38, "Deathrate": 10.27 }, { "Depth": 3, "Region": "Denmark ", "Population": 5450661, "Area": 43094, "GDP": 31100, "Literacy": 100, "Phones": 614.6, "Birthrate": 11.13, "Deathrate": 10.36 }, { "Depth": 3, "Region": "Faroe Islands ", "Population": 47246, "Area": 1399, "GDP": 22000, "Literacy": null, "Phones": 503.8, "Birthrate": 14.05, "Deathrate": 8.7 }, { "Depth": 3, "Region": "Finland ", "Population": 5231372, "Area": 338145, "GDP": 27400, "Literacy": 100, "Phones": 405.3, "Birthrate": 10.45, "Deathrate": 9.86 }, { "Depth": 3, "Region": "France ", "Population": 60876136, "Area": 547030, "GDP": 27600, "Literacy": 99, "Phones": 586.4, "Birthrate": 11.99, "Deathrate": 9.14 }, { "Depth": 3, "Region": "Germany ", "Population": 82422299, "Area": 357021, "GDP": 27600, "Literacy": 99, "Phones": 667.9, "Birthrate": 8.25, "Deathrate": 10.62 } ] dataList1.setJSON(dataJson); }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:gridView id="" style="width: 95%;height: 500px;margin: 20px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" drilldownToggle="enter" hammerEnabled="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="70" id="column19" value="Depth"></w2:column> <w2:column width="130" id="column20" value="Region" fixColumnWidth="true"></w2:column> <w2:column width="70" id="column21" value="Population"></w2:column> <w2:column width="70" id="column22" value="Area"></w2:column> <w2:column width="70" id="column23" value="GDP"></w2:column> <w2:column width="70" id="column24" value="Literacy"></w2:column> <w2:column width="70" id="column25" value="Phones"></w2:column> <w2:column width="70" id="column26" value="Birthrate"></w2:column> <w2:column width="70" id="column27" value="Deathrate"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" id="Depth"></w2:column> <w2:column width="130" id="Region" style="text-align: left;" inputType="drilldown" depthColumn="Depth" showDepth="2" depthType="line" fixColumnWidth="true"></w2:column> <w2:column width="70" id="Population"></w2:column> <w2:column width="70" id="Area"></w2:column> <w2:column width="70" id="GDP"></w2:column> <w2:column width="70" id="Literacy"></w2:column> <w2:column width="70" id="Phones" inputType=""></w2:column> <w2:column width="70" id="Birthrate"></w2:column> <w2:column width="70" id="Deathrate"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/_General/setRowStatusVisible_GridView.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="dataList1" 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:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection/> </xf:model> <w2:layoutInfo/> <w2:publicInfo method=""/> <script lazy="false" type="text/javascript"><![CDATA[ scwin.onpageload = function() { var jsonData = [{ col1: "A", col2: "100", col3: "200", col4: "300", col5: "30", col6: "aaa" }, { col1: "A", col2: "100", col3: "200", col4: "400", col5: "40", col6: "bbb" }, { col1: "B", col2: "100", col3: "200", col4: "200", col5: "20", col6: "aaa" }, { col1: "B", col2: "100", col3: "200", col4: "500", col5: "50", col6: "aaa" }, { col1: "A", col2: "100", col3: "200", col4: "300", col5: "30", col6: "aaa" }, { col1: "A", col2: "100", col3: "200", col4: "400", col5: "40", col6: "aaa" }, { col1: "B", col2: "100", col3: "200", col4: "200", col5: "20", col6: "bbb" }, { col1: "B", col2: "100", col3: "200", col4: "500", col5: "50", col6: "bbb" }]; dataList1.setJSON(jsonData); }; scwin.trigger1_onclick = function(e) { gridView1.setRowStatusVisible(false); }; scwin.trigger2_onclick = function(e) { gridView1.setRowStatusVisible(true); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group id="" style="margin: 50px;height: 80%;"><xf:trigger ev:onclick="scwin.trigger1_onclick" style="width:200px;height:39px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:13px;" id="trigger1" type="button"> <xf:label><![CDATA[setRowStatusVisible(false);]]></xf:label> </xf:trigger><xf:trigger ev:onclick="scwin.trigger2_onclick" style="width:200px;height:39px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:13px;margin-left: 20px;" id="trigger2" type="button"> <xf:label><![CDATA[setRowStatusVisible(true);]]></xf:label> </xf:trigger> <w2:gridView scrollByColumnAdaptive="false" rowStatusVisible="true" rowNumVisible="true" checkAllType="false" dataList="data:dataList1" scrollByColumn="false" style="position: relative;width: 500px;height: 80%;margin-top: 20px;" id="gridView1" defaultCellHeight="20"> <w2:caption style="" id="caption4" value="this is a grid caption."></w2:caption> <w2:header style="" id="header4"> <w2:row style="" id="row7"> <w2:column width="70" inputType="text" style="" id="column47" value="name1" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column46" value="name2" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column45" value="name3" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column44" value="name4" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column43" value="name5" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column42" value="name6" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody4"> <w2:row style="" id="row8"> <w2:column width="70" inputType="text" style="" id="col1" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="col2" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="col3" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="col4" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="col5" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="col6" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView></xf:group></body> </html>
GUIDE/WebContent/GridView/_General/autoFit_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="Status" name="Status"></w2:column> <w2:column dataType="date" id="Date" name="Date"></w2:column> <w2:column dataType="number" id="Expense" name="Expense"></w2:column> <w2:column dataType="number" id="Income" name="Income"></w2:column> <w2:column dataType="text" id="Hobby" name="Hobby"></w2:column> <w2:column dataType="text" id="Region" name="Region"></w2:column> <w2:column dataType="number" id="Frequency" name="Frequency"></w2:column> <w2:column dataType="number" id="ID" name="ID"></w2:column> <w2:column dataType="number" id="Age" name="Age"></w2:column> <w2:column id="Check" name="Check" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ { "Status": "Single", "Date": "2019/07/19", "Expense": "50000", "Income": "2000000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "1", "ID": "10001", "Age": "23" }, { "Status": "Divorced", "Date": "2019/04/03", "Expense": "100000", "Income": "2300000", "Hobby": "Book", "Region": "Jeonju", "Frequency": "3", "ID": "10002", "Age": "25" }, { "Status": "Married", "Date": "2019/05/11", "Expense": "100000", "Income": "2900000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10003", "Age": "30" }, { "Status": "Single", "Date": "2019/05/10", "Expense": "80000", "Income": "1900000", "Hobby": "PC Game", "Region": "Daegu", "Frequency": "5", "ID": "10004", "Age": "19" }, { "Status": "Married", "Date": "2019/05/03", "Expense": "200000", "Income": "3500000", "Hobby": "Movie", "Region": "Jeju", "Frequency": "4", "ID": "10005", "Age": "34" }, { "Status": "Married", "Date": "2019/05/13", "Expense": "500000", "Income": "4200000", "Hobby": "Book", "Region": "Jeonju", "Frequency": "8", "ID": "10006", "Age": "39" }, { "Status": "Divorced", "Date": "2019/04/30", "Expense": "100000", "Income": "3900000", "Hobby": "Book", "Region": "Jeju", "Frequency": "2", "ID": "10007", "Age": "29" }, { "Status": "Married", "Date": "2019/05/14", "Expense": "2000000", "Income": "2900000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "12", "ID": "10008", "Age": "25" }, { "Status": "Divorced", "Date": "2019/04/15", "Expense": "100000", "Income": "2000000", "Hobby": "PC Game", "Region": "Incheon", "Frequency": "1", "ID": "10009", "Age": "32" }, { "Status": "Divorced", "Date": "2019/05/01", "Expense": "50000", "Income": "2500000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10010", "Age": "34" }, { "Status": "Married", "Date": "2019/05/12", "Expense": "230000", "Income": "3000000", "Hobby": "Book", "Region": "Jeonju", "Frequency": "5", "ID": "10011", "Age": "36" }, { "Status": "Married", "Date": "2019/05/01", "Expense": "50000", "Income": "2000000", "Hobby": "Book", "Region": "Jeonju", "Frequency": "2", "ID": "10012", "Age": "22" }, { "Status": "Single", "Date": "2019/05/06", "Expense": "80000", "Income": "2200000", "Hobby": "Book", "Region": "Jeonju", "Frequency": "3", "ID": "10013", "Age": "25" }, { "Status": "Single", "Date": "2019/05/09", "Expense": "100000", "Income": "2500000", "Hobby": "PC Game", "Region": "Jeju", "Frequency": "8", "ID": "10014", "Age": "40" }, { "Status": "Single", "Date": "2019/05/03", "Expense": "350000", "Income": "3100000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "3", "ID": "10015", "Age": "35" }, { "Status": "Married", "Date": "2019/05/06", "Expense": "100000", "Income": "2900000", "Hobby": "Movie", "Region": "Incheon", "Frequency": "2", "ID": "10016", "Age": "31" }, { "Status": "Single", "Date": "2019/05/01", "Expense": "100000", "Income": "2800000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "2", "ID": "10017", "Age": "29" }, { "Status": "Married", "Date": "2019/05/12", "Expense": "500000", "Income": "3200000", "Hobby": "Book", "Region": "Daegu", "Frequency": "6", "ID": "10018", "Age": "33" }, { "Status": "Single", "Date": "2019/05/11", "Expense": "150000", "Income": "2200000", "Hobby": "Book", "Region": "Seoul", "Frequency": "5", "ID": "10019", "Age": "29" }, { "Status": "Divorced", "Date": "2019/05/08", "Expense": "100000", "Income": "3200000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "2", "ID": "10020", "Age": "30" }, { "Status": "Single", "Date": "2019/05/11", "Expense": "200000", "Income": "3900000", "Hobby": "Movie", "Region": "Jeonju", "Frequency": "4", "ID": "10021", "Age": "37" }, { "Status": "Single", "Date": "2019/05/08", "Expense": "100000", "Income": "2800000", "Hobby": "Movie", "Region": "Incheon", "Frequency": "3", "ID": "10022", "Age": "28" }, { "Status": "Single", "Date": "2019/05/14", "Expense": "500000", "Income": "3800000", "Hobby": "Book", "Region": "Seoul", "Frequency": "6", "ID": "10023", "Age": "29" }, { "Status": "Married", "Date": "2019/05/12", "Expense": "150000", "Income": "2300000", "Hobby": "PC Game", "Region": "Daegu", "Frequency": "5", "ID": "10024", "Age": "20" }, { "Status": "Married", "Date": "2019/05/06", "Expense": "100000", "Income": "2200000", "Hobby": "Movie", "Region": "Jeju", "Frequency": "3", "ID": "10025", "Age": "19" }, { "Status": "Single", "Date": "2019/05/14", "Expense": "300000", "Income": "3900000", "Hobby": "Book", "Region": "Jeju", "Frequency": "8", "ID": "10026", "Age": "32" }, { "Status": "Married", "Date": "2019/05/03", "Expense": "100000", "Income": "4200000", "Hobby": "PC Game", "Region": "Jeonju", "Frequency": "2", "ID": "10027", "Age": "34" }, { "Status": "Single", "Date": "2019/04/18", "Expense": "30000", "Income": "3800000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10028", "Age": "41" }, { "Status": "Married", "Date": "2019/05/08", "Expense": "120000", "Income": "3200000", "Hobby": "Book", "Region": "Incheon", "Frequency": "5", "ID": "10029", "Age": "42" }, { "Status": "Divorced", "Date": "2019/05/11", "Expense": "400000", "Income": "3800000", "Hobby": "Book", "Region": "Seoul", "Frequency": "8", "ID": "10030", "Age": "39" } ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { };]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:gridView id="gridView1" style="height: 230px;margin: 50px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="" visibleRowNum="15" rowNumVisible="" dataDragSelect="" useShiftKey="true" dataDragDrop="true" focusMode="both" useCtrlKey="" useCtrlOnMultisort="" selectedRowColor="" selectedCellColor="" rowStatusVisible="" dataDragDropStatus="true" contextMenu="true" keepDefaultColumnWidth=""> <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" style="" id="column11" value="Check" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column2" value="ID" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column9" value="Status" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column8" value="Date" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column7" value="Expense" displayMode="label" colSpan="" rowSpan=""> </w2:column> <w2:column hidden="false" width="70" inputType="text" style="" id="column10" value="Income" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column5" value="Hobby" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column4" value="Region" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column3" value="Frequency" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column1" value="Age" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="50" inputType="checkbox" style="height:20px" id="Check" value="" displayMode="label"></w2:column> <w2:column width="20" inputType="text" style="height:20px" id="ID" value="" displayMode="label"></w2:column> <w2:column width="50" inputType="text" style="height:20px" id="Status" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Date" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Expense" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Income" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Hobby" value="" displayMode="label"></w2:column> <w2:column width="30" inputType="text" style="height:20px" id="Region" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Frequency" value="" displayMode="label"></w2:column> <w2:column width="30" inputType="text" style="height:20px" id="Age" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/_General/visibleRowNum_visibleRowNumFix_GridView/visibleRowNum_visibleRowNumFix_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="Depth" name="Depth"></w2:column> <w2:column dataType="text" id="Region" name="Region"></w2:column> <w2:column dataType="text" id="Population" name="Population" valueType=""></w2:column> <w2:column dataType="text" id="Area" name="Area"></w2:column> <w2:column dataType="text" id="GDP" name="GDP"></w2:column> <w2:column dataType="text" id="Literacy" name="Literacy"></w2:column> <w2:column dataType="text" id="Phones" name="Phones"></w2:column> <w2:column dataType="text" id="Birthrate" name="Birthrate"></w2:column> <w2:column dataType="text" id="Deathrate" name="Deathrate"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> <xf:submission id="submission1" ref="" target="data:json,dataList1" action="population.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="" ev:submiterror="" abortTrigger=""> </xf:submission> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { $p.executeSubmission("submission1"); }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:textbox id="" label="visibleRowNumFix" style="width:240px;text-align:center;line-height: 32px;height:32px;margin:20px;margin-bottom:30px;background-color:#C0C0C0;font-size:17px;font-family:monospace;font-style:normal;font-weight:bolder;"> </w2:textbox><w2:gridView id="" style="width: 95%;margin: 20px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" rowNumVisible="true" visibleRowNum="20" visibleRowNumFix="true" filterBoxvisibleRowNum="0"> <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" id="column19" value="Depth"></w2:column> <w2:column width="70" id="column20" value="Region"></w2:column> <w2:column width="70" id="column21" value="Population"></w2:column> <w2:column width="70" id="column22" value="Area"></w2:column> <w2:column width="70" id="column23" value="GDP"></w2:column> <w2:column width="70" id="column24" value="Literacy"></w2:column> <w2:column width="70" id="column25" value="Phones"></w2:column> <w2:column width="70" id="column26" value="Birthrate"></w2:column> <w2:column width="70" id="column27" value="Deathrate"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" id="Depth"></w2:column> <w2:column width="70" id="Region" inputType="drilldown" showDepth="3" depthColumn="Depth" depthType="line" style="text-align: left;"></w2:column> <w2:column width="70" id="Population"></w2:column> <w2:column width="70" id="Area"></w2:column> <w2:column width="70" id="GDP"></w2:column> <w2:column width="70" id="Literacy"></w2:column> <w2:column width="70" id="Phones"></w2:column> <w2:column width="70" id="Birthrate"></w2:column> <w2:column width="70" id="Deathrate"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/_General/useHeaderContextMenu_contextMenu_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="c_code" name="city_code" dataType="text"></w2:column> <w2:column id="airport" name="airport" dataType="text"></w2:column> <w2:column id="country" name="country" dataType="text"></w2:column> <w2:column id="city" name="city" dataType="text"></w2:column> <w2:column id="a_code" name="airport_code" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ { "c_code": "PAR", "airport": "ORLY", "country": "FRANCE", "city": "PARIS", "a_code": "ORY" }, { "c_code": "PDX", "airport": "PORTLAND INT’L", "country": "U.S.A.", "city": "PORTLAND", "a_code": "PDX" }, { "c_code": "PEK", "airport": "CAPITAL", "country": "CHINA", "city": "BEIJING", "a_code": "PEK" }, { "c_code": "PER", "airport": "PERTH", "country": "AUSTRALIA", "city": "PERTH", "a_code": "PER" }, { "c_code": "PHL", "airport": "PHILADELPHIA INT’L", "country": "U.S.A.", "city": "PHILADELPHIA", "a_code": "PHL" }, { "c_code": "PHX", "airport": "SKY HARBOR ", "country": "U.S.A.", "city": "PHOENIX", "a_code": "PHX" }, { "c_code": "PIT", "airport": "PITTSBURGH INT’L", "country": "U.S.A.", "city": "PITTSBURGH", "a_code": "PIT" }, { "c_code": "PNH", "airport": "POCHENTONG", "country": "CAMBODIA", "city": "PHNOMPENH", "a_code": "PNH" }, { "c_code": "PUS", "airport": "KIMHAE", "country": "KOREA", "city": "PUSAN", "a_code": "PUS" } ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="padding-left: 100px;padding-top: 50px;"><w2:gridView scrollByColumnAdaptive="false" rowNumVisible="true" checkAllType="false" dataList="data:dataList1" style="width: 700px;height: 150px;" scrollByColumn="false" id="gridView1" autoFit="allColumn" visibleRowNum="10" defaultCellHeight="20" contextMenu="true" useHeaderContextMenu="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="70" inputType="text" style="height:20px" id="column5" value="city_code" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column4" value="airport" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="country" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="city" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="airport_code" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="c_code" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="airport" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="country" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="city" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="a_code" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView></xf:group></body> </html>
GUIDE/WebContent/GridView/_General/getCheckedXXX_Gridview.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column id="Check" name="Check" dataType="text"></w2:column> <w2:column dataType="text" id="ID" name="ID"></w2:column> <w2:column dataType="text" id="Age" name="Age"></w2:column> <w2:column dataType="text" id="Status" name="Status"></w2:column> <w2:column dataType="text" id="Income" name="Income"></w2:column> <w2:column dataType="text" id="Expense" name="Expense"></w2:column> <w2:column dataType="text" id="Hobby" name="Hobby"></w2:column> <w2:column dataType="text" id="Region" name="Region"></w2:column> <w2:column dataType="text" id="Frequency" name="Frequency"></w2:column> <w2:column dataType="text" id="Date" name="Date"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="dataList2" saveRemovedData="true"> <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 use="true"> <w2:row> <label><![CDATA[Single]]></label> <value><![CDATA[Single]]></value> </w2:row> <w2:row> <label><![CDATA[Divorced]]></label> <value><![CDATA[Divorced]]></value> </w2:row> <w2:row> <label><![CDATA[Married]]></label> <value><![CDATA[Married]]></value> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" } ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { dataList1.insertRow(0); }; scwin.trigger2_onclick = function(e) { var chArr = gridView1.getCheckedIndex("Check"); if(chArr.length<1) { alert("Select a row."); } else { dataList1.removeRows(chArr); } }; scwin.trigger3_onclick = function(e) { var chArr = gridView1.getCheckedIndex("Check"); // var chArr = gridView1.getCheckedData("Check"); // var result = gridView1.getCheckedJSON("Check"); // console.log(result); // var chArr = JSON.stringify(result); // var result = gridView1.getCheckedXML("Check"); // console.log(result); // var chArr = WebSquare.json.XML2JSONString(result); alert(chArr); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="padding: 30px;"> <xf:trigger type="button" style="width:110px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;text-align:left;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[insertRow()]]></xf:label> </xf:trigger> <xf:trigger type="button" style="width:110px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;text-align:left;margin-left: 50px;" id="trigger2" ev:onclick="scwin.trigger2_onclick"> <xf:label><![CDATA[removeRows()]]></xf:label> </xf:trigger> <xf:trigger type="button" style="width:135px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;text-align:left;margin-left: 50px;" id="trigger3" ev:onclick="scwin.trigger3_onclick"> <xf:label><![CDATA[getCheckedXXX()]]></xf:label> </xf:trigger> <w2:gridView autoFit="allColumn" checkAllType="false" dataList="data:dataList1" defaultCellHeight="20" id="gridView1" rowNumVisible="true" scrollByColumn="false" scrollByColumnAdaptive="false" style="height: 300px;margin-top: 30px;" visibleRowNum="13" hideHeader="" rowStatusVisible="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" style="height:20px" id="column21" value="Check" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column20" value="ID" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column19" value="Age" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column18" value="Status" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column17" value="Income" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column16" value="Expense" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column15" value="Hobby" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column14" value="Region" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column13" value="Frequency" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column12" value="Date" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody2"> <w2:row style="" id="row4"> <w2:column width="70" inputType="checkbox" style="height:20px" id="Check" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="ID" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Age" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="select" style="height:20px" id="Status" value="" displayMode="label" allOption="" chooseOption="" ref=""> <w2:choices> <w2:itemset nodeset="data:dataList2"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Income" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Expense" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Hobby" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Region" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Frequency" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Date" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </body> </html>
GUIDE/WebContent/GridView/_General/setCellStyle_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="col1" name="Continent"></w2:column> <w2:column dataType="text" id="col2" name="Country"></w2:column> <w2:column dataType="text" id="col3" name="Item"></w2:column> <w2:column dataType="text" id="col4" name="Quantity"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function () { var json = [ { "col1": "Asia", "col2": "Korea", "col3": "TV", "col4": "400" }, { "col1": "Asia", "col2": "Korea", "col3": "Freezer", "col4": "300" }, { "col1": "Asia", "col2": "Korea", "col3": "Washer", "col4": "100" }, { "col1": "Asia", "col2": "Korea", "col3": "Heater", "col4": "250" }, { "col1": "Asia", "col2": "China", "col3": "TV", "col4": "400" }, { "col1": "Asia", "col2": "China", "col3": "Freezer", "col4": "300" }, { "col1": "Asia", "col2": "China", "col3": "Washer", "col4": "100" }, { "col1": "Asia", "col2": "Japan", "col3": "TV", "col4": "100" }, { "col1": "Asia", "col2": "Japan", "col3": "Freezer", "col4": "300" }, { "col1": "Asia", "col2": "Japan", "col3": "Washer", "col4": "200" }, { "col1": "Europe", "col2": "Germany", "col3": "TV", "col4": "100" }, { "col1": "Europe", "col2": "Germany", "col3": "Freezer", "col4": "300" }, { "col1": "Europe", "col2": "Germany", "col3": "Washer", "col4": "200" }, { "col1": "Europe", "col2": "France", "col3": "TV", "col4": "100" }, { "col1": "Europe", "col2": "France", "col3": "Freezer", "col4": "300" }, { "col1": "Europe", "col2": "France", "col3": "Washer", "col4": "200" }, { "col1": "Europe", "col2": "Denmark", "col3": "TV", "col4": "100" }, { "col1": "Europe", "col2": "Denmark", "col3": "Freezer", "col4": "300" }, { "col1": "Europe", "col2": "Denmark", "col3": "Washer", "col4": "200" }, { "col1": "Americas", "col2": "Canada", "col3": "TV", "col4": "100" }, { "col1": "Americas", "col2": "Canada", "col3": "Freezer", "col4": "300" }, { "col1": "Americas", "col2": "Canada", "col3": "Washer", "col4": "200" }, { "col1": "Americas", "col2": "USA", "col3": "TV", "col4": "100" }, { "col1": "Americas", "col2": "USA", "col3": "Freezer", "col4": "300" }, { "col1": "Americas", "col2": "USA", "col3": "Washer", "col4": "200" }, { "col1": "Americas", "col2": "Mexico", "col3": "TV", "col4": "100" }, { "col1": "Americas", "col2": "Mexico", "col3": "Freezer", "col4": "300" }, { "col1": "Americas", "col2": "Mexico", "col3": "Washer", "col4": "200" } ]; dataList1.setJSON(json); }; scwin.onpageunload = function () { }; scwin.trigger1_onclick = function (e) { gridView1.setCellStyle(0, 0, "font-size", "30px"); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" id="trigger1" style="width:280px;height:41px;line-height:32px;padding:5px;background-color: lightgray;font-size:15px;font-family: sans-serif;text-align:left;font-style:normal;font-weight:bolder;margin: 20px;margin-bottom: 0px;margin-top: 10px;" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[setCellStyle(0, 0, "font-size", "30px");]]></xf:label> </xf:trigger> <w2:gridView id="gridView1" style="width: 90%;height: 50%;margin: 20px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" dataDragSelect="" useShiftKey="true" dataDragDrop="true" useCtrlKey="" useCtrlOnMultisort="" dataDragDropStatus="true" cellStatusVisible="true" cellStatusIconPosition="left" hammerEnabled="true" contextMenu="true" focusFlow="default" selectedCellColor="lightgreen" focusMode="cell" selectedRowColor="pink" rowNumVisible="true" visibleRowNum="10" visibleRowNumFix="true" keyMoveEditMode="true" hideSortIconOnNoData="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" style="" id="column11" value="Continent" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column10" value="Country" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column9" value="Item" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column8" value="Quantity" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody2"> <w2:row style="" id="row4"> <w2:column width="70" inputType="" style="" id="col1" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="col2" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="col3" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="col4" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/_General/cellStatusVisible_cellStatusIconPosition_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="col1" name="Continent"></w2:column> <w2:column dataType="text" id="col2" name="Country"></w2:column> <w2:column dataType="text" id="col3" name="Item"></w2:column> <w2:column dataType="text" id="col4" name="Quantity"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ {"col1" : "Asia", "col2" : "Korea", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Heater", "col4" : "250"}, {"col1" : "Asia", "col2" : "China", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "China", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "China", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "TV", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "France", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "France", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "France", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "USA", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "USA", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "USA", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Washer", "col4" : "200"} ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:gridView id="gridView1" style="width: 90%;height: 70%;margin: 30px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" visibleRowNum="15" rowNumVisible="true" dataDragSelect="" useShiftKey="true" dataDragDrop="true" focusMode="both" useCtrlKey="" useCtrlOnMultisort="" selectedRowColor="" selectedCellColor="" rowStatusVisible="" dataDragDropStatus="true" cellStatusVisible="true" cellStatusIconPosition="left"> <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" style="height:20px" id="column4" value="Continent" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="Country" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="Item" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="Quantity" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="col1" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col2" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col3" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col4" value="" displayMode="label" blockSelect="true" validateOnInput=""></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/_General/setBlockSelect_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="col1" name="Continent"></w2:column> <w2:column dataType="text" id="col2" name="Country"></w2:column> <w2:column dataType="text" id="col3" name="Item"></w2:column> <w2:column dataType="text" id="col4" name="Quantity"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ {"col1" : "Asia", "col2" : "Korea", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Heater", "col4" : "250"}, {"col1" : "Asia", "col2" : "China", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "China", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "China", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "TV", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "France", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "France", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "France", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "USA", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "USA", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "USA", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Washer", "col4" : "200"} ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { gridView1.setBlockSelect("col4", true); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:gridView id="gridView1" style="width: 90%;height: 70%;margin: 30px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" visibleRowNum="15" rowNumVisible="true" dataDragSelect="" useShiftKey="true" dataDragDrop="true" focusMode="both" useCtrlKey="" useCtrlOnMultisort="" selectedRowColor="" selectedCellColor="" rowStatusVisible="" dataDragDropStatus="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="70" inputType="text" style="height:20px" id="column4" value="Continent" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="Country" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="Item" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="Quantity" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="col1" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col2" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col3" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col4" value="" displayMode="label" blockSelect="" validateOnInput=""> </w2:column> </w2:row> </w2:gBody> </w2:gridView> <xf:trigger type="button" style="width:220px;height:40px;margin:30px;margin-top:0px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;text-align: left;font-style:normal;font-weight:bolder;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[setBlockSelect()]]></xf:label> </xf:trigger> </body> </html>
GUIDE/WebContent/GridView/_General/autoFit_autoFitMinWidth_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="Status" name="Status"></w2:column> <w2:column dataType="date" id="Date" name="Date"></w2:column> <w2:column dataType="number" id="Expense" name="Expense"></w2:column> <w2:column dataType="number" id="Income" name="Income"></w2:column> <w2:column dataType="text" id="Hobby" name="Hobby"></w2:column> <w2:column dataType="text" id="Region" name="Region"></w2:column> <w2:column dataType="number" id="Frequency" name="Frequency"></w2:column> <w2:column dataType="number" id="ID" name="ID"></w2:column> <w2:column dataType="number" id="Age" name="Age"></w2:column> <w2:column id="Check" name="Check" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ { "Status": "Single", "Date": "2019/07/19", "Expense": "50000", "Income": "2000000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "1", "ID": "10001", "Age": "23" }, { "Status": "Divorced", "Date": "2019/04/03", "Expense": "100000", "Income": "2300000", "Hobby": "Book", "Region": "Jeonju", "Frequency": "3", "ID": "10002", "Age": "25" }, { "Status": "Married", "Date": "2019/05/11", "Expense": "100000", "Income": "2900000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10003", "Age": "30" }, { "Status": "Single", "Date": "2019/05/10", "Expense": "80000", "Income": "1900000", "Hobby": "PC Game", "Region": "Daegu", "Frequency": "5", "ID": "10004", "Age": "19" }, { "Status": "Married", "Date": "2019/05/03", "Expense": "200000", "Income": "3500000", "Hobby": "Movie", "Region": "Jeju", "Frequency": "4", "ID": "10005", "Age": "34" }, { "Status": "Married", "Date": "2019/05/13", "Expense": "500000", "Income": "4200000", "Hobby": "Book", "Region": "Jeonju", "Frequency": "8", "ID": "10006", "Age": "39" }, { "Status": "Divorced", "Date": "2019/04/30", "Expense": "100000", "Income": "3900000", "Hobby": "Book", "Region": "Jeju", "Frequency": "2", "ID": "10007", "Age": "29" }, { "Status": "Married", "Date": "2019/05/14", "Expense": "2000000", "Income": "2900000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "12", "ID": "10008", "Age": "25" }, { "Status": "Divorced", "Date": "2019/04/15", "Expense": "100000", "Income": "2000000", "Hobby": "PC Game", "Region": "Incheon", "Frequency": "1", "ID": "10009", "Age": "32" }, { "Status": "Divorced", "Date": "2019/05/01", "Expense": "50000", "Income": "2500000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10010", "Age": "34" }, { "Status": "Married", "Date": "2019/05/12", "Expense": "230000", "Income": "3000000", "Hobby": "Book", "Region": "Jeonju", "Frequency": "5", "ID": "10011", "Age": "36" }, { "Status": "Married", "Date": "2019/05/01", "Expense": "50000", "Income": "2000000", "Hobby": "Book", "Region": "Jeonju", "Frequency": "2", "ID": "10012", "Age": "22" }, { "Status": "Single", "Date": "2019/05/06", "Expense": "80000", "Income": "2200000", "Hobby": "Book", "Region": "Jeonju", "Frequency": "3", "ID": "10013", "Age": "25" }, { "Status": "Single", "Date": "2019/05/09", "Expense": "100000", "Income": "2500000", "Hobby": "PC Game", "Region": "Jeju", "Frequency": "8", "ID": "10014", "Age": "40" }, { "Status": "Single", "Date": "2019/05/03", "Expense": "350000", "Income": "3100000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "3", "ID": "10015", "Age": "35" }, { "Status": "Married", "Date": "2019/05/06", "Expense": "100000", "Income": "2900000", "Hobby": "Movie", "Region": "Incheon", "Frequency": "2", "ID": "10016", "Age": "31" }, { "Status": "Single", "Date": "2019/05/01", "Expense": "100000", "Income": "2800000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "2", "ID": "10017", "Age": "29" }, { "Status": "Married", "Date": "2019/05/12", "Expense": "500000", "Income": "3200000", "Hobby": "Book", "Region": "Daegu", "Frequency": "6", "ID": "10018", "Age": "33" }, { "Status": "Single", "Date": "2019/05/11", "Expense": "150000", "Income": "2200000", "Hobby": "Book", "Region": "Seoul", "Frequency": "5", "ID": "10019", "Age": "29" }, { "Status": "Divorced", "Date": "2019/05/08", "Expense": "100000", "Income": "3200000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "2", "ID": "10020", "Age": "30" }, { "Status": "Single", "Date": "2019/05/11", "Expense": "200000", "Income": "3900000", "Hobby": "Movie", "Region": "Jeonju", "Frequency": "4", "ID": "10021", "Age": "37" }, { "Status": "Single", "Date": "2019/05/08", "Expense": "100000", "Income": "2800000", "Hobby": "Movie", "Region": "Incheon", "Frequency": "3", "ID": "10022", "Age": "28" }, { "Status": "Single", "Date": "2019/05/14", "Expense": "500000", "Income": "3800000", "Hobby": "Book", "Region": "Seoul", "Frequency": "6", "ID": "10023", "Age": "29" }, { "Status": "Married", "Date": "2019/05/12", "Expense": "150000", "Income": "2300000", "Hobby": "PC Game", "Region": "Daegu", "Frequency": "5", "ID": "10024", "Age": "20" }, { "Status": "Married", "Date": "2019/05/06", "Expense": "100000", "Income": "2200000", "Hobby": "Movie", "Region": "Jeju", "Frequency": "3", "ID": "10025", "Age": "19" }, { "Status": "Single", "Date": "2019/05/14", "Expense": "300000", "Income": "3900000", "Hobby": "Book", "Region": "Jeju", "Frequency": "8", "ID": "10026", "Age": "32" }, { "Status": "Married", "Date": "2019/05/03", "Expense": "100000", "Income": "4200000", "Hobby": "PC Game", "Region": "Jeonju", "Frequency": "2", "ID": "10027", "Age": "34" }, { "Status": "Single", "Date": "2019/04/18", "Expense": "30000", "Income": "3800000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10028", "Age": "41" }, { "Status": "Married", "Date": "2019/05/08", "Expense": "120000", "Income": "3200000", "Hobby": "Book", "Region": "Incheon", "Frequency": "5", "ID": "10029", "Age": "42" }, { "Status": "Divorced", "Date": "2019/05/11", "Expense": "400000", "Income": "3800000", "Hobby": "Book", "Region": "Seoul", "Frequency": "8", "ID": "10030", "Age": "39" } ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { };]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:gridView id="gridView1" style="height: 230px;margin: 50px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" visibleRowNum="15" rowNumVisible="" dataDragSelect="" useShiftKey="true" dataDragDrop="true" focusMode="both" useCtrlKey="" useCtrlOnMultisort="" selectedRowColor="" selectedCellColor="" rowStatusVisible="" dataDragDropStatus="true" contextMenu="true" keepDefaultColumnWidth="" autoFitMinWidth="800"> <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" style="" id="column11" value="Check" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column2" value="ID" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column9" value="Status" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column8" value="Date" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column7" value="Expense" displayMode="label" colSpan="" rowSpan=""> </w2:column> <w2:column hidden="false" width="70" inputType="text" style="" id="column10" value="Income" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column5" value="Hobby" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column4" value="Region" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column3" value="Frequency" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column1" value="Age" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="50" inputType="checkbox" style="height:20px" id="Check" value="" displayMode="label"></w2:column> <w2:column width="20" inputType="text" style="height:20px" id="ID" value="" displayMode="label"></w2:column> <w2:column width="50" inputType="text" style="height:20px" id="Status" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Date" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Expense" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Income" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Hobby" value="" displayMode="label"></w2:column> <w2:column width="30" inputType="text" style="height:20px" id="Region" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Frequency" value="" displayMode="label"></w2:column> <w2:column width="30" inputType="text" style="height:20px" id="Age" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/_General/setColumnVisibleColumn_GridView/setColumnVisibleColumn_Gridview.xml
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="/2019-09/Components/gridview.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="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="Check" name="Check" dataType="text"></w2:column> <w2:column id="ID" name="ID" dataType="text"></w2:column> <w2:column id="Age" name="Age" dataType="text"></w2:column> <w2:column id="Status" name="Status" dataType="text"></w2:column> <w2:column id="Income" name="Income" dataType="text"></w2:column> <w2:column id="Expense" name="Expense" dataType="text"></w2:column> <w2:column id="Hobby" name="Hobby" dataType="text"></w2:column> <w2:column id="Region" name="Region" dataType="text"></w2:column> <w2:column id="Frequency" name="Frequency" dataType="text"></w2:column> <w2:column id="date" name="date" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="dataList2" saveRemovedData="true"> <w2:columnInfo> <w2:column id="label" name="label" dataType="text"></w2:column> <w2:column id="value" name="value" dataType="text"></w2:column> <w2:column id="type" name="type" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <label><![CDATA[Single]]></label> <value><![CDATA[Single]]></value> <type><![CDATA[true]]></type> </w2:row> <w2:row> <label><![CDATA[Divorced]]></label> <value><![CDATA[Divorced]]></value> <type><![CDATA[true]]></type> </w2:row> <w2:row> <label><![CDATA[Married]]></label> <value><![CDATA[Married]]></value> <type><![CDATA[true]]></type> </w2:row> <w2:row> <label><![CDATA[None]]></label> <value><![CDATA[None]]></value> <type><![CDATA[false]]></type> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> <xf:submission id="submission1" ref="" target='data:json,dataList1' action="data.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="" ev:submiterror="" abortTrigger=""> </xf:submission> <xf:submission id="submission2" ref="" target="" action="" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="" ev:submiterror="" abortTrigger=""> </xf:submission> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { $p.executeSubmission("submission1"); }; scwin.onpageunload = function() { }; scwin.trigger7_onclick = function(e) { var filtered = dataList1.getFilteredColData('Hobby'); alert(filtered); }; scwin.trigger8_onclick = function(e) { var full = dataList1.getColData('Hobby'); alert(full); }; scwin.trigger9_onclick = function(e) { gridview1.setColumnVisibleColumn("Status", "type", false); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width: 360px;height: 40px;margin: 30px 10px 20px 30px;font: 17px bolder;color: blue;" id="trigger7" ev:onclick="scwin.trigger7_onclick"> <xf:label><![CDATA[getFilteredColData]]></xf:label> </xf:trigger> <xf:trigger type="button" style="width: 360px;height: 40px;margin: 30px 10px 20px 30px;font: 17px bolder;color: magenta;" id="trigger8" ev:onclick="scwin.trigger8_onclick"> <xf:label><![CDATA[getColData]]></xf:label> </xf:trigger> <xf:trigger type="button" style="width: 360px;height: 40px;margin: 20px 10px 50px 30px;font: 17px bolder;color: green;" id="trigger9" ev:onclick="scwin.trigger9_onclick"> <xf:label><![CDATA[setColumnVisibleColumn]]></xf:label> </xf:trigger> <w2:gridView id="gridview1" style="width: 90%;height: 300px;margin-left: 30px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" class="" autoFit="allColumn" rowNumVisible="" rowStatusVisible="" showSortableUseFilter="" filterShowAlways="" showSortableImage="" sortable="" useFilterList="true" columnMove=""> <w2:caption style="" id="caption1" value="this is a grid caption."></w2:caption> <w2:header style="" id="header1"> <w2:row style="height: 25px;" id="row1"> <w2:column removeBorderStyle="false" width="70" inputType="checkbox" style="height:20px;" id="column19" value="Check" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px;" id="column17" value="ID" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px;" id="column15" value="Age" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="select" style="height:20px;" id="column13" value="Status" blockSelect="false" displayMode="label" allOption="" chooseOption="true" chooseOptionLabel="Status" ref=""> <w2:choices> <w2:itemset nodeset="data:dataList2"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px;" id="column11" value="Income" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px;" id="column9" value="Expense" blockSelect="false" displayMode="label" sortable=""> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px;" id="column7" value="Hobby" blockSelect="false" displayMode="label" useFilter="true"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px;" id="column5" value="Region" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px;" id="column3" value="Frequency" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px;" id="column1" value="date" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column removeBorderStyle="false" width="70" inputType="checkbox" style="height:20px" id="Check" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="ID" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Age" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="select" style="height:20px;" id="Status" value="" blockSelect="false" displayMode="label" allOption="" chooseOption="" ref=""> <w2:choices> <w2:itemset nodeset="data:dataList2"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Income" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Expense" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Hobby" value="" blockSelect="false" displayMode="label" useFilter=""> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="" style="height:20px" id="Region" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Frequency" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="date" value="" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/_General/rowNumVisible_rowNumHeaderValue_rowNumWidth_rowNumBackgroundColor_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column id="Check" name="Check" dataType="text"></w2:column> <w2:column dataType="text" id="ID" name="ID"></w2:column> <w2:column dataType="text" id="Age" name="Age"></w2:column> <w2:column dataType="text" id="Status" name="Status"></w2:column> <w2:column dataType="text" id="Income" name="Income"></w2:column> <w2:column dataType="text" id="Expense" name="Expense"></w2:column> <w2:column dataType="text" id="Hobby" name="Hobby"></w2:column> <w2:column dataType="text" id="Region" name="Region"></w2:column> <w2:column dataType="text" id="Frequency" name="Frequency"></w2:column> <w2:column dataType="text" id="Date" name="Date"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="dataList2" saveRemovedData="true"> <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 use="true"> <w2:row> <label><![CDATA[Single]]></label> <value><![CDATA[Single]]></value> </w2:row> <w2:row> <label><![CDATA[Divorced]]></label> <value><![CDATA[Divorced]]></value> </w2:row> <w2:row> <label><![CDATA[Married]]></label> <value><![CDATA[Married]]></value> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" } ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { dataList1.insertRow(0); }; scwin.trigger2_onclick = function(e) { var chArr = gridView1.getCheckedIndex("Check"); if(chArr.length<1) { alert("Select a row."); } else { dataList1.removeRows(chArr); } }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="padding: 30px;"> <w2:textbox id="" label="GridView" style="width:200px;line-height:32px;padding:5px;font-size:15px;font-family:arial;font-style:normal;font-weight:bolder;text-align:left;"> </w2:textbox> <w2:gridView autoFit="allColumn" checkAllType="false" dataList="data:dataList1" defaultCellHeight="20" id="gridView1" rowNumVisible="true" scrollByColumn="false" scrollByColumnAdaptive="false" style="height: 300px;margin-top: 30px;" visibleRowNum="13" hideHeader="" showSortableImage="" rowNumHeaderValue="No." rowNumWidth="100" rowNumBackgroundColor="#FF8040"> <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" style="height:20px" id="column21" value="Check" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column20" value="ID" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column19" value="Age" displayMode="label" sortable=""> </w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column18" value="Status" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column17" value="Income" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column16" value="Expense" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column15" value="Hobby" displayMode="label" sortable=""> </w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column14" value="Region" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column13" value="Frequency" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column12" value="Date" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody2"> <w2:row style="" id="row4"> <w2:column width="70" inputType="checkbox" style="height:20px" id="Check" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="ID" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Age" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="select" style="height:20px" id="Status" value="" displayMode="label" allOption="" chooseOption="" ref=""> <w2:choices> <w2:itemset nodeset="data:dataList2"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Income" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Expense" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Hobby" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Region" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Frequency" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Date" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </body> </html>
GUIDE/WebContent/GridView/_General/blockSelect_gridView_column.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="col1" name="Continent"></w2:column> <w2:column dataType="text" id="col2" name="Country"></w2:column> <w2:column dataType="text" id="col3" name="Item"></w2:column> <w2:column dataType="text" id="col4" name="Quantity"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ {"col1" : "Asia", "col2" : "Korea", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Heater", "col4" : "250"}, {"col1" : "Asia", "col2" : "China", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "China", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "China", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "TV", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "France", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "France", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "France", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "USA", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "USA", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "USA", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Washer", "col4" : "200"} ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:gridView id="gridView1" style="width: 90%;height: 70%;margin: 30px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" visibleRowNum="15" rowNumVisible="true" dataDragSelect="" useShiftKey="true" dataDragDrop="true" focusMode="both" useCtrlKey="" useCtrlOnMultisort="" selectedRowColor="" selectedCellColor="" rowStatusVisible="" dataDragDropStatus="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="70" inputType="text" style="height:20px" id="column4" value="Continent" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="Country" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="Item" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="Quantity" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="col1" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col2" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col3" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col4" value="" displayMode="label" blockSelect="true" validateOnInput=""></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/_General/moveKeyEditMode_moveKeyEditModeAll_GridView.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=""> <w2:type>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="col1" name="Continent"></w2:column> <w2:column dataType="text" id="col2" name="Country"></w2:column> <w2:column dataType="text" id="col3" name="Item"></w2:column> <w2:column dataType="text" id="col4" name="Quantity"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ {"col1" : "Asia", "col2" : "Korea", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Heater", "col4" : "250"}, {"col1" : "Asia", "col2" : "China", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "China", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "China", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "TV", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "France", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "France", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "France", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "USA", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "USA", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "USA", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Washer", "col4" : "200"} ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:textbox id="" label="moveKeyEditMode Vs. moveKeyEditModeAll" style="width:490px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;top:20px;text-align:left;margin-bottom:0px;margin-left:100px;margin-top:30px;"></w2:textbox><w2:gridView id="gridView1" style="width:500px;height:205px;margin:30px;margin-top:20px;margin-left:100px;" checkAllType="false" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" visibleRowNum="10" rowNumVisible="" sortable="" showSortableUseFilter="" useFilterList="true" noResultMessageVisible="" copyOption="" copyType="native" useCtrlKey="" focusMode="cell" useShiftKey="true" selectedCellColor="#FF8040" showSortableImage="" noResultMessage="no no no" noResultMessageClass="" noResultMessageVisibleAlways="" dataDragDrop="true" dataDragDropOther="true" moveKeyEditMode="" moveKeyEditModeAll="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="70" inputType="text" style="height:20px" id="column4" value="Continent" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="Country" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="Item" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="Quantity" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="col1" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col2" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col3" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col4" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/_General/setRowNumVisible_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="col1" name="Continent"></w2:column> <w2:column dataType="text" id="col2" name="Country"></w2:column> <w2:column dataType="text" id="col3" name="Item"></w2:column> <w2:column dataType="text" id="col4" name="Quantity"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ {"col1" : "Asia", "col2" : "Korea", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Heater", "col4" : "250"}, {"col1" : "Asia", "col2" : "China", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "China", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "China", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "TV", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "France", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "France", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "France", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "USA", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "USA", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "USA", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Washer", "col4" : "200"} ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { gridView1.setRowNumVisible(false); }; scwin.trigger2_onclick = function(e) { gridView1.setRowNumVisible(true); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="margin: 50px;height: 80%"><xf:trigger ev:onclick="scwin.trigger1_onclick" style="width:200px;height:39px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:13px;" id="trigger1" type="button"> <xf:label><![CDATA[setRowNumVisible(false);]]></xf:label> </xf:trigger><xf:trigger ev:onclick="scwin.trigger2_onclick" style="width:200px;height:39px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:13px;margin-left: 20px;" id="trigger2" type="button"> <xf:label><![CDATA[setRowNumVisible(true);]]></xf:label> </xf:trigger><w2:gridView scrollByColumnAdaptive="false" hammerEnabled="true" rowNumVisible="true" dataDragDrop="true" selectedRowColor="" useShiftKey="true" useCtrlOnMultisort="" scrollByColumn="false" dataDragDropStatus="true" defaultCellHeight="20" focusMode="both" selectedCellColor="" rowStatusVisible="" contextMenu="true" dataList="data:dataList1" dataDragSelect="" style="width: 70%;height: 75%;margin-top: 20px;" cellStatusIconPosition="left" id="gridView1" autoFit="allColumn" useCtrlKey="" cellStatusVisible="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" style="" id="column11" value="Continent" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column10" value="Country" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column9" value="Item" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="column8" value="Quantity" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody2"> <w2:row style="" id="row4"> <w2:column width="70" inputType="text" style="" id="col1" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="col2" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="col3" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="" id="col4" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView></xf:group></body> </html>
GUIDE/WebContent/GridView/_General/column_mapping_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="Status" name="Status"></w2:column> <w2:column dataType="text" id="Date" name="Date"></w2:column> <w2:column dataType="text" id="Expense" name="Expense"></w2:column> <w2:column dataType="text" id="Income" name="Income"></w2:column> <w2:column dataType="text" id="Hobby" name="Hobby"></w2:column> <w2:column dataType="text" id="Region" name="Region"></w2:column> <w2:column dataType="text" id="Frequency" name="Frequency"></w2:column> <w2:column dataType="text" id="ID" name="ID"></w2:column> <w2:column dataType="text" id="Age" name="Age"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" } ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { };]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="margin: 30px;"> <w2:gridView autoFit="allColumn" checkAllType="false" dataList="data:dataList1" defaultCellHeight="20" id="gridView1" rowNumVisible="true" scrollByColumn="false" scrollByColumnAdaptive="false" style="height: 220px;margin-top: 50px;" visibleRowNum="9" sortable="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="70" inputType="text" style="height:20px" id="column9" value="Status" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column8" value="Date" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column7" value="Expense" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column6" value="Income" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column5" value="Hobby" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column4" value="Region" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="Frequency" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="ID" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="Age" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="Status" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Date" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Expense" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Income" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Hobby" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Region" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Frequency" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="ID" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Age" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> <xf:group tagname="table" style="width:100%;margin-top: 50px;" id="" class="w2tb"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="caption"></xf:group> <xf:group tagname="colgroup"> <xf:group tagname="col" style="width:50.00%;"></xf:group> <xf:group tagname="col" style="width:50.00%"></xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="th" style="" class="w2tb_th">ID<w2:attributes> <w2:scope>row</w2:scope> </w2:attributes></xf:group> <xf:group tagname="td" style="" class="w2tb_td"> <xf:input adjustMaxLength="false" id="" style="width: 144px;height: 21px;" ref="data:dataList1.ID"></xf:input> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="th" style="" class="w2tb_th">Region<w2:attributes> <w2:scope>row</w2:scope> </w2:attributes></xf:group> <xf:group tagname="td" style="" class="w2tb_td"> <xf:select1 id="" selectedIndex="-1" appearance="full" style="width: 150px;height: 21px;" cols="" rows="1" ref="data:dataList1.Region"> <xf:choices> <xf:item> <xf:label><![CDATA[Seoul]]></xf:label> <xf:value><![CDATA[Seoul]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[Busan]]></xf:label> <xf:value><![CDATA[Busan]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[Jeju]]></xf:label> <xf:value><![CDATA[Jeju]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[Incheon]]></xf:label> <xf:value><![CDATA[Inchoeon]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[Daegu]]></xf:label> <xf:value><![CDATA[Daegu]]></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">Monthly&amp;nbsp;Income<w2:attributes> <w2:scope>row</w2:scope> </w2:attributes></xf:group> <xf:group tagname="td" style="" class="w2tb_td"> <xf:input adjustMaxLength="false" id="" style="width: 144px;height: 21px;" ref="data:dataList1.Income"></xf:input> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="th" style="" class="w2tb_th">Expenditure<w2:attributes> <w2:scope>row</w2:scope> </w2:attributes></xf:group> <xf:group tagname="td" style="" class="w2tb_td"> <xf:input adjustMaxLength="false" id="" style="width: 144px;height: 21px;" ref="data:dataList1.Expense"></xf:input> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="th" style="" class="w2tb_th">Marital&amp;nbsp;Status<w2:attributes> <w2:scope>row</w2:scope> </w2:attributes></xf:group> <xf:group tagname="td" style="" class="w2tb_td"> <xf:select1 id="" chooseOption="true" style="width: 148px;height: 21px;" submenuSize="auto" allOption="" disabled="false" direction="auto" appearance="minimal" disabledClass="w2selectbox_disabled" ref="data:dataList1.Status" chooseOptionLabel="- Select -"> <xf:choices> <xf:item> <xf:label><![CDATA[Single]]></xf:label> <xf:value><![CDATA[Single]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[Married]]></xf:label> <xf:value><![CDATA[Married]]></xf:value> </xf:item> <xf:item> <xf:label><![CDATA[Divorced]]></xf:label> <xf:value><![CDATA[Divorced]]></xf:value> </xf:item> </xf:choices> </xf:select1> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
GUIDE/WebContent/GridView/_General/setRowBackgroundColor_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="month" name="Month" dataType="text"></w2:column> <w2:column id="type" name="Type" dataType="text"></w2:column> <w2:column id="leaves" name="Leaves" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <month><![CDATA[Jan]]></month> <type><![CDATA[Sick Leaves]]></type> <leaves><![CDATA[1]]></leaves> </w2:row> <w2:row> <month><![CDATA[Feb]]></month> <type><![CDATA[Sick Leaves]]></type> <leaves><![CDATA[2]]></leaves> </w2:row> <w2:row> <month><![CDATA[Mar]]></month> <type><![CDATA[Sick Leaves]]></type> <leaves><![CDATA[2]]></leaves> </w2:row> <w2:row> <month><![CDATA[Apr]]></month> <type><![CDATA[Sick Leaves]]></type> <leaves><![CDATA[1]]></leaves> </w2:row> <w2:row> <month><![CDATA[May]]></month> <type><![CDATA[Sick Leaves]]></type> <leaves><![CDATA[3]]></leaves> </w2:row> <w2:row> <month><![CDATA[Jun]]></month> <type><![CDATA[Sick Leaves]]></type> <leaves><![CDATA[1]]></leaves> </w2:row> <w2:row> <month><![CDATA[Jul]]></month> <type><![CDATA[Sick Leaves]]></type> <leaves><![CDATA[0]]></leaves> </w2:row> <w2:row> <month><![CDATA[Aug]]></month> <type><![CDATA[Sick Leaves]]></type> <leaves><![CDATA[1]]></leaves> </w2:row> <w2:row> <month><![CDATA[Sep]]></month> <type><![CDATA[Sick Leaves]]></type> <leaves><![CDATA[2]]></leaves> </w2:row> <w2:row> <month><![CDATA[Oct]]></month> <type><![CDATA[Sick Leaves]]></type> <leaves><![CDATA[2]]></leaves> </w2:row> <w2:row> <month><![CDATA[Nov]]></month> <type><![CDATA[Sick Leaves]]></type> <leaves><![CDATA[1]]></leaves> </w2:row> <w2:row> <month><![CDATA[Dec]]></month> <type><![CDATA[Sick Leaves]]></type> <leaves><![CDATA[0]]></leaves> </w2:row> <w2:row> <month><![CDATA[Jan]]></month> <type><![CDATA[Regular Leaves]]></type> <leaves><![CDATA[10]]></leaves> </w2:row> <w2:row> <month><![CDATA[Feb]]></month> <type><![CDATA[Regular Leaves]]></type> <leaves><![CDATA[9]]></leaves> </w2:row> <w2:row> <month><![CDATA[Mar]]></month> <type><![CDATA[Regular Leaves]]></type> <leaves><![CDATA[13]]></leaves> </w2:row> <w2:row> <month><![CDATA[Apr]]></month> <type><![CDATA[Regular Leaves]]></type> <leaves><![CDATA[15]]></leaves> </w2:row> <w2:row> <month><![CDATA[May]]></month> <type><![CDATA[Regular Leaves]]></type> <leaves><![CDATA[9]]></leaves> </w2:row> <w2:row> <month><![CDATA[Jun]]></month> <type><![CDATA[Regular Leaves]]></type> <leaves><![CDATA[20]]></leaves> </w2:row> <w2:row> <month><![CDATA[Jul]]></month> <type><![CDATA[Regular Leaves]]></type> <leaves><![CDATA[24]]></leaves> </w2:row> <w2:row> <month><![CDATA[Aug]]></month> <type><![CDATA[Regular Leaves]]></type> <leaves><![CDATA[8]]></leaves> </w2:row> <w2:row> <month><![CDATA[Sep]]></month> <type><![CDATA[Regular Leaves]]></type> <leaves><![CDATA[7]]></leaves> </w2:row> <w2:row> <month><![CDATA[Oct]]></month> <type><![CDATA[Regular Leaves]]></type> <leaves><![CDATA[6]]></leaves> </w2:row> <w2:row> <month><![CDATA[Nov]]></month> <type><![CDATA[Regular Leaves]]></type> <leaves><![CDATA[10]]></leaves> </w2:row> <w2:row> <month><![CDATA[Dec]]></month> <type><![CDATA[Regular Leaves]]></type> <leaves><![CDATA[19]]></leaves> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger2_onclick = function(e) { gridView1.setRowBackgroundColor( 0, // row index "green", // background color false // use of actual index ); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="margin-left: 100px;padding: 50px;"><xf:trigger type="button" id="trigger2" style="height:30px;width:230px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;margin-bottom:30px;text-align:left;" ev:onclick="scwin.trigger2_onclick"> <xf:label><![CDATA[setRowBackgroundColor()]]></xf:label> </xf:trigger> <w2:gridView scrollByColumnAdaptive="false" dataList="data:dataList1" style="width: 400px;height: 300px;" scrollByColumn="false" id="gridView1" autoFit="allColumn" useFilterList="true" defaultCellHeight="20"> <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 removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column2" value="Month" blockSelect="false" displayMode="label" useFilter="true"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column1" value="Type" blockSelect="false" displayMode="label" useFilter="true"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column5" value="Leaves" blockSelect="false" displayMode="label" useFilter="true"> </w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column autoFitFilterList="" removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="month" value="" blockSelect="false" displayMode="label" useFilter=""> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="type" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="leaves" value="" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:gBody> <w2:footer style="" id="footer1"> <w2:row style="" id="row3"> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column8" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column7" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="expression" style="height:20px" id="column6" value="" blockSelect="false" displayMode="label" expression='SUM("leaves")'> </w2:column> </w2:row> </w2:footer> </w2:gridView> </xf:group> </body> </html>
GUIDE/WebContent/GridView/_General/setCellClass_GridView.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>DEFAULT</w2:type> <w2:buildDate /> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="c_code" name="city_code" dataType="text"></w2:column> <w2:column id="airport" name="airport" dataType="text"></w2:column> <w2:column id="country" name="country" dataType="text"></w2:column> <w2:column id="city" name="city" dataType="text"></w2:column> <w2:column id="a_code" name="airport_code" dataType="text"></w2:column> <w2:column id="traffic" name="traffic" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [{ "c_code" : "PAR", "airport" : "ORLY", "country" : "FRANCE", "city" : "PARIS", "a_code" : "ORY", "traffic" : "50000" }, { "c_code" : "PDX", "airport" : "PORTLAND INT’L", "country" : "U.S.A.", "city" : "PORTLAND", "a_code" : "PDX", "traffic" : "1000" }, { "c_code" : "PEK", "airport" : "CAPITAL", "country" : "CHINA", "city" : "BEIJING", "a_code" : "PEK", "traffic" : "40000" }, { "c_code" : "PER", "airport" : "PERTH", "country" : "AUSTRALIA", "city" : "PERTH", "a_code" : "PER", "traffic" : "15000" }, { "c_code" : "PHL", "airport" : "PHILADELPHIA INT’L", "country" : "U.S.A.", "city" : "PHILADELPHIA", "a_code" : "PHL", "traffic" : "10000" }, { "c_code" : "PHX", "airport" : "SKY HARBOR ", "country" : "U.S.A.", "city" : "PHOENIX", "a_code" : "PHX", "traffic" : "7000" }, { "c_code" : "PIT", "airport" : "PITTSBURGH INT’L", "country" : "U.S.A.", "city" : "PITTSBURGH", "a_code" : "PIT", "traffic" : "5000" }, { "c_code" : "PNH", "airport" : "POCHENTONG", "country" : "CAMBODIA", "city" : "PHNOMPENH", "a_code" : "PNH", "traffic" : "10000" }, { "c_code" : "PUS", "airport" : "KIMHAE", "country" : "KOREA", "city" : "PUSAN", "a_code" : "PUS", "traffic" : "30000" }]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { gridView1.setCellClass(0, 0, "blue"); }; ]]></script> <style type="text/css"><![CDATA[.blue { color : blue; font-weight: bolder; font-size: 40px; background-color: yellow; } ]]></style> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:280px;height:30px;padding-left:5px;margin-left:50px;margin-top:50px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;text-align:left;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[setCellClass()]]></xf:label> </xf:trigger> <w2:gridView id="gridView1" style="width: 750px;height: 300px;margin: 50px;margin-top: 20px;" checkAllType="false" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" visibleRowNum="" rowNumVisible="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="70" inputType="text" style="height:20px" id="column6" value="city_code" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column5" value="airport" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column4" value="country" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="city" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="airport_code" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="traffic" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="c_code" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="airport" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="country" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="city" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="a_code" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="traffic" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/_General/checkAllType_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="col1" name="name1"></w2:column> <w2:column dataType="text" id="col2" name="name2"></w2:column> <w2:column dataType="text" id="col3" name="name3"></w2:column> <w2:column dataType="text" id="col4" name="name4"></w2:column> <w2:column dataType="text" id="col5" name="name5"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { for (var i = 0; i < 10 ; i ++) { dataList1.insertRow(); } }; scwin.onpageunload = function() { }; scwin.trigger2_onclick = function(e) { gridView1.setCellDisabled(3, 0, true); gridView1.setCellReadOnly(8, 0, true); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger ev:onclick="scwin.trigger2_onclick" id="trigger2" style="width:296px;height:47px;left:100px;padding:5px;line-height:32px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;text-align:left;margin: 50px;margin-left: 100px;" type="button"> <xf:label><![CDATA[setCellDisabled & setCellReadOnly]]></xf:label> </xf:trigger><w2:gridView applyAllColumnStyle="false" checkAllType="exclude" checkOnCellClick="true" dataDragSelect="true" dataList="data:dataList1" defaultCellHeight="20" id="gridView1" ignoreCellClick="false" ignoreToggleOnDisabled="false" rowNumVisible="true" scrollByColumn="false" scrollByColumnAdaptive="false" style="width: 70%;height: 200px;margin: 100px;margin-top: 0px;" summaryAuto="false" summaryOnlyAuto="false" syncScroll="false" useShiftKey="true" visibleRowNum="10"> <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 blockSelect="false" displayMode="label" excelLabel="선택" id="column1" inputType="checkbox" style="" value="name1" width="70"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="column2" inputType="text" style="" value="A" width="70"></w2:column> <w2:column blockSelect="false" displayMode="label" id="column3" inputType="text" style="" value="B" width="70"></w2:column> <w2:column blockSelect="false" displayMode="label" id="column4" inputType="text" style="" value="C" width="70"></w2:column> <w2:column blockSelect="false" displayMode="label" id="column5" inputType="text" style="" value="D" width="70"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column blockSelect="false" checkAlways="false" checkboxLabel="" displayMode="label" falseValue="N" id="col1" inputType="checkbox" style="" trueValue="Y" value="" valueType="other" width="70"> </w2:column> <w2:column blockSelect="false" displayMode="label" id="col2" inputType="" style="" value="" width="70"></w2:column> <w2:column blockSelect="false" displayMode="label" id="col3" inputType="text" style="" value="" width="70"></w2:column> <w2:column blockSelect="false" displayMode="label" id="col4" inputType="text" style="" value="" width="70"></w2:column> <w2:column blockSelect="false" displayMode="label" id="col5" inputType="text" style="" value="" width="70"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/_General/setDataType_getDataType_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="col1" name='col1' dataType="text"></w2:column> <w2:column id="col2" name='col2' dataType="text"></w2:column> <w2:column id="col3" name='col3' dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var jsonData = [{"col1":"1111","col2":"2222","col3":"3333"} ,{"col1":"2222","col2":"4444","col3":"6666"} ,{"col1":"1111","col2":"2222","col3":"3333"} ,{"col1":"2222","col2":"4444","col3":"6666"} ,{"col1":"1111","col2":"2222","col3":"3333"} ,{"col1":"2222","col2":"4444","col3":"6666"}]; dataList1.setJSON( jsonData ); }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { gridView1.setDataType("col1", "float"); gridView1.setDataType("col2", "number"); }; scwin.trigger2_onclick = function(e) { var first = gridView1.getDataType("col1"); var second = gridView1.getDataType("col2"); var third = gridView1.getDataType("col3"); alert("col1 : " + first + " , col2 : " + second + " , col3 : " + third + " "); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:gridView id="gridView1" style="width: 500px;height:200px;margin-top:0%;margin:20px;margin-bottom:0px;font-family:sans-serif;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" rowNumVisible="true" rowStatusVisible="false"> <w2:caption style="" id="caption1" value="this is a grid caption."></w2:caption> <w2:header style="" id="header1" columnClass="" class="" width=""> <w2:row style="" id="row1"> <w2:column removeBorderStyle="false" width="150" inputType="text" style="height:40px;color:blue;" id="column3" value='col1' blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="150" inputType="text" style="height:40px;color:blue;" id="column2" value='col2' blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="150" inputType="text" style="height:40px;color:blue;" id="column1" value='col3' blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col1" value="" blockSelect="false" displayMode="label" dataType="text"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col2" value="" blockSelect="false" displayMode="label" dataType="text"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col3" value="" blockSelect="false" displayMode="label" dataType="text"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> <xf:trigger type="button" style="width:177px;height:38px;display:;margin:20px;font-family:sans-serif;font-size:20px;font-style:italic;padding:5px;color:green;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[setDataType]]></xf:label> </xf:trigger> <xf:trigger type="button" style="width:177px;height:39px;margin:20px;margin-top:20px;font-family:sans-serif;font-size:20px;font-style:italic;padding:5px;color:#800000;" id="trigger2" ev:onclick="scwin.trigger2_onclick"> <xf:label><![CDATA[getDataType]]></xf:label> </xf:trigger> </body> </html>
GUIDE/WebContent/GridView/_General/autoFitFilterList_gridView_column.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=""> <w2:type>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="col1" name="Continent"></w2:column> <w2:column dataType="text" id="col2" name="Country"></w2:column> <w2:column dataType="text" id="col3" name="Item"></w2:column> <w2:column dataType="text" id="col4" name="Quantity"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="dataList2" saveRemovedData="true"> <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="type" name="name3" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <label><![CDATA[Asia]]></label> <value><![CDATA[Asia]]></value> <type><![CDATA[true]]></type> </w2:row> <w2:row> <label><![CDATA[Europe]]></label> <value><![CDATA[Europe]]></value> <type><![CDATA[true]]></type> </w2:row> <w2:row> <label><![CDATA[Americas]]></label> <value><![CDATA[Americas]]></value> <type><![CDATA[false]]></type> </w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="dataList3" saveRemovedData="true"> <w2:columnInfo> <w2:column id="label" name="label" dataType="text"></w2:column> <w2:column id="value" name="value" dataType="text"></w2:column> <w2:column id="type" name="type" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <label><![CDATA[TV]]></label> <value><![CDATA[TV]]></value> <type><![CDATA[na]]></type> </w2:row> <w2:row> <label><![CDATA[Freezer]]></label> <value><![CDATA[Freezer]]></value> <type><![CDATA[cold]]></type> </w2:row> <w2:row> <label><![CDATA[Washer]]></label> <value><![CDATA[Washer]]></value> <type><![CDATA[hot]]></type> </w2:row> <w2:row> <label><![CDATA[Heater]]></label> <value><![CDATA[Heater]]></value> <type><![CDATA[hot]]></type> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ {"col1" : "Asia", "col2" : "Korea", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Heater", "col4" : "250"}, {"col1" : "Asia", "col2" : "China", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "China", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "China", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "TV", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "France", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "France", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "France", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "United States of America", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "United States of America", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "United States of America", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Washer", "col4" : "200"} ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:textbox id="" label='autoFitFilterList="true"' style="width:280px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;top:20px;text-align:left;margin-bottom:0px;margin-left:100px;margin-top:10px;"></w2:textbox> <w2:gridView id="gridView1" style="width: 500px;height: 100px;margin: 30px;margin-top: 30px;margin-left: 100px;" checkAllType="false" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" visibleRowNum="13" rowNumVisible="" sortable="" showSortableUseFilter="" useFilterList="true" noResultMessageVisible="" copyOption="" copyType="native" useCtrlKey="" focusMode="cell" useShiftKey="true" selectedCellColor="#FF8040" showSortableImage="" noResultMessage="no no no" noResultMessageClass="" noResultMessageVisibleAlways=""> <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="" style="height:20px" id="column4" value="Continent" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="Country" displayMode="label" useFilter="true" autoFitFilterList="true" hideCustomFilter=""> </w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="Item" displayMode="label" useFilter="" autoFitFilterList=""> </w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="Quantity" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="select" style="height:20px" id="col1" value="" displayMode="label" embeddedInput="" allOption="" chooseOption="" ref=""> <w2:choices> <w2:itemset nodeset="data:dataList2"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col2" value="" displayMode="label" autoFitFilterList=""></w2:column> <w2:column width="70" inputType="checkcombobox" style="height:20px" id="col3" value="" displayMode="label" validateOnInput="" allOption="" chooseOption="" ref="" autoFitFilterList="false"> <w2:choices> <w2:itemset nodeset="data:dataList3"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col4" value="" displayMode="label" dataType=""></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/_General/editModeEvent_editModeEventIcon_GridView.xml
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="/2019-09/Components/gridview.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="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="Check" name="Check" dataType="text"></w2:column> <w2:column id="ID" name="ID" dataType="text"></w2:column> <w2:column id="Age" name="Age" dataType="text"></w2:column> <w2:column id="Status" name="Status" dataType="text"></w2:column> <w2:column id="Income" name="Income" dataType="text"></w2:column> <w2:column id="Expense" name="Expense" dataType="text"></w2:column> <w2:column id="Hobby" name="Hobby" dataType="text"></w2:column> <w2:column id="Region" name="Region" dataType="text"></w2:column> <w2:column id="Frequency" name="Frequency" dataType="text"></w2:column> <w2:column id="date" name="date" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="dataList2" saveRemovedData="true"> <w2:columnInfo> <w2:column id="label" name="label" dataType="text"></w2:column> <w2:column id="value" name="value" dataType="text"></w2:column> <w2:column id="type" name="type" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <label><![CDATA[Single]]></label> <value><![CDATA[Single]]></value> <type><![CDATA[true]]></type> </w2:row> <w2:row> <label><![CDATA[Divorced]]></label> <value><![CDATA[Divorced]]></value> <type><![CDATA[true]]></type> </w2:row> <w2:row> <label><![CDATA[Married]]></label> <value><![CDATA[Married]]></value> <type><![CDATA[true]]></type> </w2:row> <w2:row> <label><![CDATA[None]]></label> <value><![CDATA[None]]></value> <type><![CDATA[false]]></type> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ { "Status": "Single", "date": "2019/07/19", "Expense": "50,000", "Income": "2,000,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "1", "ID": "10001", "Age": "23" }, { "Status": "Divorced", "date": "2019/04/03", "Expense": "100,000", "Income": "2,300,000", "Hobby": "Book", "Region": "Busan", "Frequency": "3", "ID": "10002", "Age": "25" }, { "Status": "Married", "date": "2019/05/11", "Expense": "100,000", "Income": "2,900,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10003", "Age": "30" }, { "Status": "Single", "date": "2019/05/10", "Expense": "80,000", "Income": "1,900,000", "Hobby": "PC Game", "Region": "Daegu", "Frequency": "5", "ID": "10004", "Age": "19" }, { "Status": "Married", "date": "2019/05/03", "Expense": "200,000", "Income": "3,500,000", "Hobby": "Movie", "Region": "Jeju", "Frequency": "4", "ID": "10005", "Age": "34" }, { "Status": "Married", "date": "2019/05/13", "Expense": "500,000", "Income": "4,200,000", "Hobby": "Book", "Region": "Busan", "Frequency": "8", "ID": "10006", "Age": "39" }, { "Status": "Divorced", "date": "2019/04/30", "Expense": "100,000", "Income": "3,900,000", "Hobby": "Book", "Region": "Jeju", "Frequency": "2", "ID": "10007", "Age": "29" }, { "Status": "Married", "date": "2019/05/14", "Expense": "2,000,000", "Income": "2,900,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "12", "ID": "10008", "Age": "25" }, { "Status": "Divorced", "date": "2019/04/15", "Expense": "100,000", "Income": "2,000,000", "Hobby": "PC Game", "Region": "Incheon", "Frequency": "1", "ID": "10009", "Age": "32" }, { "Status": "Divorced", "date": "2019/05/01", "Expense": "50,000", "Income": "2,500,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10010", "Age": "34" }, { "Status": "Married", "date": "2019/05/12", "Expense": "230,000", "Income": "3,000,000", "Hobby": "Book", "Region": "Busan", "Frequency": "5", "ID": "10011", "Age": "36" }, { "Status": "Married", "date": "2019/05/01", "Expense": "50,000", "Income": "2,000,000", "Hobby": "Book", "Region": "Busan", "Frequency": "2", "ID": "10012", "Age": "22" }, { "Status": "Single", "date": "2019/05/06", "Expense": "80,000", "Income": "2,200,000", "Hobby": "Book", "Region": "Busan", "Frequency": "3", "ID": "10013", "Age": "25" }, { "Status": "Single", "date": "2019/05/09", "Expense": "100,000", "Income": "2,500,000", "Hobby": "PC Game", "Region": "Jeju", "Frequency": "8", "ID": "10014", "Age": "40" }, { "Status": "Single", "date": "2019/05/03", "Expense": "350,000", "Income": "3,100,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "3", "ID": "10015", "Age": "35" }, { "Status": "Married", "date": "2019/05/06", "Expense": "100,000", "Income": "2,900,000", "Hobby": "Movie", "Region": "Incheon", "Frequency": "2", "ID": "10016", "Age": "31" }, { "Status": "Single", "date": "2019/05/01", "Expense": "100,000", "Income": "2,800,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "2", "ID": "10017", "Age": "29" }, { "Status": "Married", "date": "2019/05/12", "Expense": "500,000", "Income": "3,200,000", "Hobby": "Book", "Region": "Daegu", "Frequency": "6", "ID": "10018", "Age": "33" }, { "Status": "Single", "date": "2019/05/11", "Expense": "150,000", "Income": "2,200,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "5", "ID": "10019", "Age": "29" }, { "Status": "Divorced", "date": "2019/05/08", "Expense": "100,000", "Income": "3,200,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "2", "ID": "10020", "Age": "30" }, { "Status": "Single", "date": "2019/05/11", "Expense": "200,000", "Income": "3,900,000", "Hobby": "Movie", "Region": "Busan", "Frequency": "4", "ID": "10021", "Age": "37" }, { "Status": "Single", "date": "2019/05/08", "Expense": "100,000", "Income": "2,800,000", "Hobby": "Movie", "Region": "Incheon", "Frequency": "3", "ID": "10022", "Age": "28" }, { "Status": "Single", "date": "2019/05/14", "Expense": "500,000", "Income": "3,800,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "6", "ID": "10023", "Age": "29" }, { "Status": "Married", "date": "2019/05/12", "Expense": "150,000", "Income": "2,300,000", "Hobby": "PC Game", "Region": "Daegu", "Frequency": "5", "ID": "10024", "Age": "20" }, { "Status": "Married", "date": "2019/05/06", "Expense": "100,000", "Income": "2,200,000", "Hobby": "Movie", "Region": "Jeju", "Frequency": "3", "ID": "10025", "Age": "19" }, { "Status": "Single", "date": "2019/05/14", "Expense": "300,000", "Income": "3,900,000", "Hobby": "Book", "Region": "Jeju", "Frequency": "8", "ID": "10026", "Age": "32" }, { "Status": "Married", "date": "2019/05/03", "Expense": "100,000", "Income": "4,200,000", "Hobby": "PC Game", "Region": "Busan", "Frequency": "2", "ID": "10027", "Age": "34" }, { "Status": "Single", "date": "2019/04/18", "Expense": "30,000", "Income": "3,800,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10028", "Age": "41" }, { "Status": "Married", "date": "2019/5/8", "Expense": "120,000", "Income": "3,200,000", "Hobby": "Book", "Region": "Incheon", "Frequency": "5", "ID": "10029", "Age": "42" }, { "Status": "Divorced", "date": "2019/05/11", "Expense": "400,000", "Income": "3,800,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "8", "ID": "10030", "Age": "39" }, { "Status": "Single", "date": "2019/07/19", "Expense": "50,000", "Income": "2,000,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "1", "ID": "10001", "Age": "23" }, { "Status": "Divorced", "date": "2019/04/03", "Expense": "100,000", "Income": "2,300,000", "Hobby": "Book", "Region": "Busan", "Frequency": "3", "ID": "10002", "Age": "25" }, { "Status": "Married", "date": "2019/05/11", "Expense": "100,000", "Income": "2,900,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10003", "Age": "30" }, { "Status": "Single", "date": "2019/05/10", "Expense": "80,000", "Income": "1,900,000", "Hobby": "PC Game", "Region": "Daegu", "Frequency": "5", "ID": "10004", "Age": "19" }, { "Status": "Married", "date": "2019/05/03", "Expense": "200,000", "Income": "3,500,000", "Hobby": "Movie", "Region": "Jeju", "Frequency": "4", "ID": "10005", "Age": "34" }, { "Status": "Married", "date": "2019/05/13", "Expense": "500,000", "Income": "4,200,000", "Hobby": "Book", "Region": "Busan", "Frequency": "8", "ID": "10006", "Age": "39" }, { "Status": "Divorced", "date": "2019/04/30", "Expense": "100,000", "Income": "3,900,000", "Hobby": "Book", "Region": "Jeju", "Frequency": "2", "ID": "10007", "Age": "29" }, { "Status": "Married", "date": "2019/05/14", "Expense": "2,000,000", "Income": "2,900,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "12", "ID": "10008", "Age": "25" }, { "Status": "Divorced", "date": "2019/04/15", "Expense": "100,000", "Income": "2,000,000", "Hobby": "PC Game", "Region": "Incheon", "Frequency": "1", "ID": "10009", "Age": "32" }, { "Status": "Divorced", "date": "2019/05/01", "Expense": "50,000", "Income": "2,500,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10010", "Age": "34" }, { "Status": "Married", "date": "2019/05/12", "Expense": "230,000", "Income": "3,000,000", "Hobby": "Book", "Region": "Busan", "Frequency": "5", "ID": "10011", "Age": "36" }, { "Status": "Married", "date": "2019/05/01", "Expense": "50,000", "Income": "2,000,000", "Hobby": "Book", "Region": "Busan", "Frequency": "2", "ID": "10012", "Age": "22" }, { "Status": "Single", "date": "2019/05/06", "Expense": "80,000", "Income": "2,200,000", "Hobby": "Book", "Region": "Busan", "Frequency": "3", "ID": "10013", "Age": "25" }, { "Status": "Single", "date": "2019/05/09", "Expense": "100,000", "Income": "2,500,000", "Hobby": "PC Game", "Region": "Jeju", "Frequency": "8", "ID": "10014", "Age": "40" }, { "Status": "Single", "date": "2019/05/03", "Expense": "350,000", "Income": "3,100,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "3", "ID": "10015", "Age": "35" }, { "Status": "Married", "date": "2019/05/06", "Expense": "100,000", "Income": "2,900,000", "Hobby": "Movie", "Region": "Incheon", "Frequency": "2", "ID": "10016", "Age": "31" }, { "Status": "Single", "date": "2019/05/01", "Expense": "100,000", "Income": "2,800,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "2", "ID": "10017", "Age": "29" }, { "Status": "Married", "date": "2019/05/12", "Expense": "500,000", "Income": "3,200,000", "Hobby": "Book", "Region": "Daegu", "Frequency": "6", "ID": "10018", "Age": "33" }, { "Status": "Single", "date": "2019/05/11", "Expense": "150,000", "Income": "2,200,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "5", "ID": "10019", "Age": "29" }, { "Status": "Divorced", "date": "2019/05/08", "Expense": "100,000", "Income": "3,200,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "2", "ID": "10020", "Age": "30" }, { "Status": "Single", "date": "2019/05/11", "Expense": "200,000", "Income": "3,900,000", "Hobby": "Movie", "Region": "Busan", "Frequency": "4", "ID": "10021", "Age": "37" }, { "Status": "Single", "date": "2019/05/08", "Expense": "100,000", "Income": "2,800,000", "Hobby": "Movie", "Region": "Incheon", "Frequency": "3", "ID": "10022", "Age": "28" }, { "Status": "Single", "date": "2019/05/14", "Expense": "500,000", "Income": "3,800,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "6", "ID": "10023", "Age": "29" }, { "Status": "Married", "date": "2019/05/12", "Expense": "150,000", "Income": "2,300,000", "Hobby": "PC Game", "Region": "Daegu", "Frequency": "5", "ID": "10024", "Age": "20" }, { "Status": "Married", "date": "2019/05/06", "Expense": "100,000", "Income": "2,200,000", "Hobby": "Movie", "Region": "Jeju", "Frequency": "3", "ID": "10025", "Age": "19" }, { "Status": "Single", "date": "2019/05/14", "Expense": "300,000", "Income": "3,900,000", "Hobby": "Book", "Region": "Jeju", "Frequency": "8", "ID": "10026", "Age": "32" }, { "Status": "Married", "date": "2019/05/03", "Expense": "100,000", "Income": "4,200,000", "Hobby": "PC Game", "Region": "Busan", "Frequency": "2", "ID": "10027", "Age": "34" }, { "Status": "Single", "date": "2019/04/18", "Expense": "30,000", "Income": "3,800,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10028", "Age": "41" }, { "Status": "Married", "date": "2019/5/8", "Expense": "120,000", "Income": "3,200,000", "Hobby": "Book", "Region": "Incheon", "Frequency": "5", "ID": "10029", "Age": "42" }, { "Status": "Divorced", "date": "2019/05/11", "Expense": "400,000", "Income": "3,800,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "8", "ID": "10030", "Age": "39" }, { "Status": "Single", "date": "2019/07/19", "Expense": "50,000", "Income": "2,000,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "1", "ID": "10001", "Age": "23" }, { "Status": "Divorced", "date": "2019/04/03", "Expense": "100,000", "Income": "2,300,000", "Hobby": "Book", "Region": "Busan", "Frequency": "3", "ID": "10002", "Age": "25" }, { "Status": "Married", "date": "2019/05/11", "Expense": "100,000", "Income": "2,900,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10003", "Age": "30" }, { "Status": "Single", "date": "2019/05/10", "Expense": "80,000", "Income": "1,900,000", "Hobby": "PC Game", "Region": "Daegu", "Frequency": "5", "ID": "10004", "Age": "19" }, { "Status": "Married", "date": "2019/05/03", "Expense": "200,000", "Income": "3,500,000", "Hobby": "Movie", "Region": "Jeju", "Frequency": "4", "ID": "10005", "Age": "34" }, { "Status": "Married", "date": "2019/05/13", "Expense": "500,000", "Income": "4,200,000", "Hobby": "Book", "Region": "Busan", "Frequency": "8", "ID": "10006", "Age": "39" }, { "Status": "Divorced", "date": "2019/04/30", "Expense": "100,000", "Income": "3,900,000", "Hobby": "Book", "Region": "Jeju", "Frequency": "2", "ID": "10007", "Age": "29" }, { "Status": "Married", "date": "2019/05/14", "Expense": "2,000,000", "Income": "2,900,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "12", "ID": "10008", "Age": "25" }, { "Status": "Divorced", "date": "2019/04/15", "Expense": "100,000", "Income": "2,000,000", "Hobby": "PC Game", "Region": "Incheon", "Frequency": "1", "ID": "10009", "Age": "32" }, { "Status": "Divorced", "date": "2019/05/01", "Expense": "50,000", "Income": "2,500,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10010", "Age": "34" }, { "Status": "Married", "date": "2019/05/12", "Expense": "230,000", "Income": "3,000,000", "Hobby": "Book", "Region": "Busan", "Frequency": "5", "ID": "10011", "Age": "36" }, { "Status": "Married", "date": "2019/05/01", "Expense": "50,000", "Income": "2,000,000", "Hobby": "Book", "Region": "Busan", "Frequency": "2", "ID": "10012", "Age": "22" }, { "Status": "Single", "date": "2019/05/06", "Expense": "80,000", "Income": "2,200,000", "Hobby": "Book", "Region": "Busan", "Frequency": "3", "ID": "10013", "Age": "25" }, { "Status": "Single", "date": "2019/05/09", "Expense": "100,000", "Income": "2,500,000", "Hobby": "PC Game", "Region": "Jeju", "Frequency": "8", "ID": "10014", "Age": "40" }, { "Status": "Single", "date": "2019/05/03", "Expense": "350,000", "Income": "3,100,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "3", "ID": "10015", "Age": "35" }, { "Status": "Married", "date": "2019/05/06", "Expense": "100,000", "Income": "2,900,000", "Hobby": "Movie", "Region": "Incheon", "Frequency": "2", "ID": "10016", "Age": "31" }, { "Status": "Single", "date": "2019/05/01", "Expense": "100,000", "Income": "2,800,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "2", "ID": "10017", "Age": "29" }, { "Status": "Married", "date": "2019/05/12", "Expense": "500,000", "Income": "3,200,000", "Hobby": "Book", "Region": "Daegu", "Frequency": "6", "ID": "10018", "Age": "33" }, { "Status": "Single", "date": "2019/05/11", "Expense": "150,000", "Income": "2,200,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "5", "ID": "10019", "Age": "29" }, { "Status": "Divorced", "date": "2019/05/08", "Expense": "100,000", "Income": "3,200,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "2", "ID": "10020", "Age": "30" }, { "Status": "Single", "date": "2019/05/11", "Expense": "200,000", "Income": "3,900,000", "Hobby": "Movie", "Region": "Busan", "Frequency": "4", "ID": "10021", "Age": "37" }, { "Status": "Single", "date": "2019/05/08", "Expense": "100,000", "Income": "2,800,000", "Hobby": "Movie", "Region": "Incheon", "Frequency": "3", "ID": "10022", "Age": "28" }, { "Status": "Single", "date": "2019/05/14", "Expense": "500,000", "Income": "3,800,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "6", "ID": "10023", "Age": "29" }, { "Status": "Married", "date": "2019/05/12", "Expense": "150,000", "Income": "2,300,000", "Hobby": "PC Game", "Region": "Daegu", "Frequency": "5", "ID": "10024", "Age": "20" }, { "Status": "Married", "date": "2019/05/06", "Expense": "100,000", "Income": "2,200,000", "Hobby": "Movie", "Region": "Jeju", "Frequency": "3", "ID": "10025", "Age": "19" }, { "Status": "Single", "date": "2019/05/14", "Expense": "300,000", "Income": "3,900,000", "Hobby": "Book", "Region": "Jeju", "Frequency": "8", "ID": "10026", "Age": "32" }, { "Status": "Married", "date": "2019/05/03", "Expense": "100,000", "Income": "4,200,000", "Hobby": "PC Game", "Region": "Busan", "Frequency": "2", "ID": "10027", "Age": "34" }, { "Status": "Single", "date": "2019/04/18", "Expense": "30,000", "Income": "3,800,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10028", "Age": "41" }, { "Status": "Married", "date": "2019/5/8", "Expense": "120,000", "Income": "3,200,000", "Hobby": "Book", "Region": "Incheon", "Frequency": "5", "ID": "10029", "Age": "42" }, { "Status": "Divorced", "date": "2019/05/11", "Expense": "400,000", "Income": "3,800,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "8", "ID": "10030", "Age": "39" }, { "Status": "Single", "date": "2019/07/19", "Expense": "50,000", "Income": "2,000,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "1", "ID": "10001", "Age": "23" }, { "Status": "Divorced", "date": "2019/04/03", "Expense": "100,000", "Income": "2,300,000", "Hobby": "Book", "Region": "Busan", "Frequency": "3", "ID": "10002", "Age": "25" }, { "Status": "Married", "date": "2019/05/11", "Expense": "100,000", "Income": "2,900,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10003", "Age": "30" }, { "Status": "Single", "date": "2019/05/10", "Expense": "80,000", "Income": "1,900,000", "Hobby": "PC Game", "Region": "Daegu", "Frequency": "5", "ID": "10004", "Age": "19" }, { "Status": "Married", "date": "2019/05/03", "Expense": "200,000", "Income": "3,500,000", "Hobby": "Movie", "Region": "Jeju", "Frequency": "4", "ID": "10005", "Age": "34" }, { "Status": "Married", "date": "2019/05/13", "Expense": "500,000", "Income": "4,200,000", "Hobby": "Book", "Region": "Busan", "Frequency": "8", "ID": "10006", "Age": "39" }, { "Status": "Divorced", "date": "2019/04/30", "Expense": "100,000", "Income": "3,900,000", "Hobby": "Book", "Region": "Jeju", "Frequency": "2", "ID": "10007", "Age": "29" }, { "Status": "Married", "date": "2019/05/14", "Expense": "2,000,000", "Income": "2,900,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "12", "ID": "10008", "Age": "25" }, { "Status": "Divorced", "date": "2019/04/15", "Expense": "100,000", "Income": "2,000,000", "Hobby": "PC Game", "Region": "Incheon", "Frequency": "1", "ID": "10009", "Age": "32" }, { "Status": "Divorced", "date": "2019/05/01", "Expense": "50,000", "Income": "2,500,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10010", "Age": "34" }, { "Status": "Married", "date": "2019/05/12", "Expense": "230,000", "Income": "3,000,000", "Hobby": "Book", "Region": "Busan", "Frequency": "5", "ID": "10011", "Age": "36" }, { "Status": "Married", "date": "2019/05/01", "Expense": "50,000", "Income": "2,000,000", "Hobby": "Book", "Region": "Busan", "Frequency": "2", "ID": "10012", "Age": "22" }, { "Status": "Single", "date": "2019/05/06", "Expense": "80,000", "Income": "2,200,000", "Hobby": "Book", "Region": "Busan", "Frequency": "3", "ID": "10013", "Age": "25" }, { "Status": "Single", "date": "2019/05/09", "Expense": "100,000", "Income": "2,500,000", "Hobby": "PC Game", "Region": "Jeju", "Frequency": "8", "ID": "10014", "Age": "40" }, { "Status": "Single", "date": "2019/05/03", "Expense": "350,000", "Income": "3,100,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "3", "ID": "10015", "Age": "35" }, { "Status": "Married", "date": "2019/05/06", "Expense": "100,000", "Income": "2,900,000", "Hobby": "Movie", "Region": "Incheon", "Frequency": "2", "ID": "10016", "Age": "31" }, { "Status": "Single", "date": "2019/05/01", "Expense": "100,000", "Income": "2,800,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "2", "ID": "10017", "Age": "29" }, { "Status": "Married", "date": "2019/05/12", "Expense": "500,000", "Income": "3,200,000", "Hobby": "Book", "Region": "Daegu", "Frequency": "6", "ID": "10018", "Age": "33" }, { "Status": "Single", "date": "2019/05/11", "Expense": "150,000", "Income": "2,200,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "5", "ID": "10019", "Age": "29" }, { "Status": "Divorced", "date": "2019/05/08", "Expense": "100,000", "Income": "3,200,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "2", "ID": "10020", "Age": "30" }, { "Status": "Single", "date": "2019/05/11", "Expense": "200,000", "Income": "3,900,000", "Hobby": "Movie", "Region": "Busan", "Frequency": "4", "ID": "10021", "Age": "37" }, { "Status": "Single", "date": "2019/05/08", "Expense": "100,000", "Income": "2,800,000", "Hobby": "Movie", "Region": "Incheon", "Frequency": "3", "ID": "10022", "Age": "28" }, { "Status": "Single", "date": "2019/05/14", "Expense": "500,000", "Income": "3,800,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "6", "ID": "10023", "Age": "29" }, { "Status": "Married", "date": "2019/05/12", "Expense": "150,000", "Income": "2,300,000", "Hobby": "PC Game", "Region": "Daegu", "Frequency": "5", "ID": "10024", "Age": "20" }, { "Status": "Married", "date": "2019/05/06", "Expense": "100,000", "Income": "2,200,000", "Hobby": "Movie", "Region": "Jeju", "Frequency": "3", "ID": "10025", "Age": "19" }, { "Status": "Single", "date": "2019/05/14", "Expense": "300,000", "Income": "3,900,000", "Hobby": "Book", "Region": "Jeju", "Frequency": "8", "ID": "10026", "Age": "32" }, { "Status": "Married", "date": "2019/05/03", "Expense": "100,000", "Income": "4,200,000", "Hobby": "PC Game", "Region": "Busan", "Frequency": "2", "ID": "10027", "Age": "34" }, { "Status": "Single", "date": "2019/04/18", "Expense": "30,000", "Income": "3,800,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10028", "Age": "41" }, { "Status": "Married", "date": "2019/5/8", "Expense": "120,000", "Income": "3,200,000", "Hobby": "Book", "Region": "Incheon", "Frequency": "5", "ID": "10029", "Age": "42" }, { "Status": "Divorced", "date": "2019/05/11", "Expense": "400,000", "Income": "3,800,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "8", "ID": "10030", "Age": "39" }, { "Status": "Single", "date": "2019/07/19", "Expense": "50,000", "Income": "2,000,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "1", "ID": "10001", "Age": "23" }, { "Status": "Divorced", "date": "2019/04/03", "Expense": "100,000", "Income": "2,300,000", "Hobby": "Book", "Region": "Busan", "Frequency": "3", "ID": "10002", "Age": "25" }, { "Status": "Married", "date": "2019/05/11", "Expense": "100,000", "Income": "2,900,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10003", "Age": "30" }, { "Status": "Single", "date": "2019/05/10", "Expense": "80,000", "Income": "1,900,000", "Hobby": "PC Game", "Region": "Daegu", "Frequency": "5", "ID": "10004", "Age": "19" }, { "Status": "Married", "date": "2019/05/03", "Expense": "200,000", "Income": "3,500,000", "Hobby": "Movie", "Region": "Jeju", "Frequency": "4", "ID": "10005", "Age": "34" }, { "Status": "Married", "date": "2019/05/13", "Expense": "500,000", "Income": "4,200,000", "Hobby": "Book", "Region": "Busan", "Frequency": "8", "ID": "10006", "Age": "39" }, { "Status": "Divorced", "date": "2019/04/30", "Expense": "100,000", "Income": "3,900,000", "Hobby": "Book", "Region": "Jeju", "Frequency": "2", "ID": "10007", "Age": "29" }, { "Status": "Married", "date": "2019/05/14", "Expense": "2,000,000", "Income": "2,900,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "12", "ID": "10008", "Age": "25" }, { "Status": "Divorced", "date": "2019/04/15", "Expense": "100,000", "Income": "2,000,000", "Hobby": "PC Game", "Region": "Incheon", "Frequency": "1", "ID": "10009", "Age": "32" }, { "Status": "Divorced", "date": "2019/05/01", "Expense": "50,000", "Income": "2,500,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10010", "Age": "34" }, { "Status": "Married", "date": "2019/05/12", "Expense": "230,000", "Income": "3,000,000", "Hobby": "Book", "Region": "Busan", "Frequency": "5", "ID": "10011", "Age": "36" }, { "Status": "Married", "date": "2019/05/01", "Expense": "50,000", "Income": "2,000,000", "Hobby": "Book", "Region": "Busan", "Frequency": "2", "ID": "10012", "Age": "22" }, { "Status": "Single", "date": "2019/05/06", "Expense": "80,000", "Income": "2,200,000", "Hobby": "Book", "Region": "Busan", "Frequency": "3", "ID": "10013", "Age": "25" }, { "Status": "Single", "date": "2019/05/09", "Expense": "100,000", "Income": "2,500,000", "Hobby": "PC Game", "Region": "Jeju", "Frequency": "8", "ID": "10014", "Age": "40" }, { "Status": "Single", "date": "2019/05/03", "Expense": "350,000", "Income": "3,100,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "3", "ID": "10015", "Age": "35" }, { "Status": "Married", "date": "2019/05/06", "Expense": "100,000", "Income": "2,900,000", "Hobby": "Movie", "Region": "Incheon", "Frequency": "2", "ID": "10016", "Age": "31" }, { "Status": "Single", "date": "2019/05/01", "Expense": "100,000", "Income": "2,800,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "2", "ID": "10017", "Age": "29" }, { "Status": "Married", "date": "2019/05/12", "Expense": "500,000", "Income": "3,200,000", "Hobby": "Book", "Region": "Daegu", "Frequency": "6", "ID": "10018", "Age": "33" }, { "Status": "Single", "date": "2019/05/11", "Expense": "150,000", "Income": "2,200,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "5", "ID": "10019", "Age": "29" }, { "Status": "Divorced", "date": "2019/05/08", "Expense": "100,000", "Income": "3,200,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "2", "ID": "10020", "Age": "30" }, { "Status": "Single", "date": "2019/05/11", "Expense": "200,000", "Income": "3,900,000", "Hobby": "Movie", "Region": "Busan", "Frequency": "4", "ID": "10021", "Age": "37" }, { "Status": "Single", "date": "2019/05/08", "Expense": "100,000", "Income": "2,800,000", "Hobby": "Movie", "Region": "Incheon", "Frequency": "3", "ID": "10022", "Age": "28" }, { "Status": "Single", "date": "2019/05/14", "Expense": "500,000", "Income": "3,800,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "6", "ID": "10023", "Age": "29" }, { "Status": "Married", "date": "2019/05/12", "Expense": "150,000", "Income": "2,300,000", "Hobby": "PC Game", "Region": "Daegu", "Frequency": "5", "ID": "10024", "Age": "20" }, { "Status": "Married", "date": "2019/05/06", "Expense": "100,000", "Income": "2,200,000", "Hobby": "Movie", "Region": "Jeju", "Frequency": "3", "ID": "10025", "Age": "19" }, { "Status": "Single", "date": "2019/05/14", "Expense": "300,000", "Income": "3,900,000", "Hobby": "Book", "Region": "Jeju", "Frequency": "8", "ID": "10026", "Age": "32" }, { "Status": "Married", "date": "2019/05/03", "Expense": "100,000", "Income": "4,200,000", "Hobby": "PC Game", "Region": "Busan", "Frequency": "2", "ID": "10027", "Age": "34" }, { "Status": "Single", "date": "2019/04/18", "Expense": "30,000", "Income": "3,800,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10028", "Age": "41" }, { "Status": "Married", "date": "2019/5/8", "Expense": "120,000", "Income": "3,200,000", "Hobby": "Book", "Region": "Incheon", "Frequency": "5", "ID": "10029", "Age": "42" }, { "Status": "Divorced", "date": "2019/05/11", "Expense": "400,000", "Income": "3,800,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "8", "ID": "10030", "Age": "39" }, { "Status": "Single", "date": "2019/07/19", "Expense": "50,000", "Income": "2,000,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "1", "ID": "10001", "Age": "23" }, { "Status": "Divorced", "date": "2019/04/03", "Expense": "100,000", "Income": "2,300,000", "Hobby": "Book", "Region": "Busan", "Frequency": "3", "ID": "10002", "Age": "25" }, { "Status": "Married", "date": "2019/05/11", "Expense": "100,000", "Income": "2,900,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10003", "Age": "30" }, { "Status": "Single", "date": "2019/05/10", "Expense": "80,000", "Income": "1,900,000", "Hobby": "PC Game", "Region": "Daegu", "Frequency": "5", "ID": "10004", "Age": "19" }, { "Status": "Married", "date": "2019/05/03", "Expense": "200,000", "Income": "3,500,000", "Hobby": "Movie", "Region": "Jeju", "Frequency": "4", "ID": "10005", "Age": "34" }, { "Status": "Married", "date": "2019/05/13", "Expense": "500,000", "Income": "4,200,000", "Hobby": "Book", "Region": "Busan", "Frequency": "8", "ID": "10006", "Age": "39" }, { "Status": "Divorced", "date": "2019/04/30", "Expense": "100,000", "Income": "3,900,000", "Hobby": "Book", "Region": "Jeju", "Frequency": "2", "ID": "10007", "Age": "29" }, { "Status": "Married", "date": "2019/05/14", "Expense": "2,000,000", "Income": "2,900,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "12", "ID": "10008", "Age": "25" }, { "Status": "Divorced", "date": "2019/04/15", "Expense": "100,000", "Income": "2,000,000", "Hobby": "PC Game", "Region": "Incheon", "Frequency": "1", "ID": "10009", "Age": "32" }, { "Status": "Divorced", "date": "2019/05/01", "Expense": "50,000", "Income": "2,500,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10010", "Age": "34" }, { "Status": "Married", "date": "2019/05/12", "Expense": "230,000", "Income": "3,000,000", "Hobby": "Book", "Region": "Busan", "Frequency": "5", "ID": "10011", "Age": "36" }, { "Status": "Married", "date": "2019/05/01", "Expense": "50,000", "Income": "2,000,000", "Hobby": "Book", "Region": "Busan", "Frequency": "2", "ID": "10012", "Age": "22" }, { "Status": "Single", "date": "2019/05/06", "Expense": "80,000", "Income": "2,200,000", "Hobby": "Book", "Region": "Busan", "Frequency": "3", "ID": "10013", "Age": "25" }, { "Status": "Single", "date": "2019/05/09", "Expense": "100,000", "Income": "2,500,000", "Hobby": "PC Game", "Region": "Jeju", "Frequency": "8", "ID": "10014", "Age": "40" }, { "Status": "Single", "date": "2019/05/03", "Expense": "350,000", "Income": "3,100,000", "Hobby": "Movie", "Region": "Seoul", "Frequency": "3", "ID": "10015", "Age": "35" }, { "Status": "Married", "date": "2019/05/06", "Expense": "100,000", "Income": "2,900,000", "Hobby": "Movie", "Region": "Incheon", "Frequency": "2", "ID": "10016", "Age": "31" }, { "Status": "Single", "date": "2019/05/01", "Expense": "100,000", "Income": "2,800,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "2", "ID": "10017", "Age": "29" }, { "Status": "Married", "date": "2019/05/12", "Expense": "500,000", "Income": "3,200,000", "Hobby": "Book", "Region": "Daegu", "Frequency": "6", "ID": "10018", "Age": "33" }, { "Status": "Single", "date": "2019/05/11", "Expense": "150,000", "Income": "2,200,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "5", "ID": "10019", "Age": "29" }, { "Status": "Divorced", "date": "2019/05/08", "Expense": "100,000", "Income": "3,200,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "2", "ID": "10020", "Age": "30" }, { "Status": "Single", "date": "2019/05/11", "Expense": "200,000", "Income": "3,900,000", "Hobby": "Movie", "Region": "Busan", "Frequency": "4", "ID": "10021", "Age": "37" }, { "Status": "Single", "date": "2019/05/08", "Expense": "100,000", "Income": "2,800,000", "Hobby": "Movie", "Region": "Incheon", "Frequency": "3", "ID": "10022", "Age": "28" }, { "Status": "Single", "date": "2019/05/14", "Expense": "500,000", "Income": "3,800,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "6", "ID": "10023", "Age": "29" }, { "Status": "Married", "date": "2019/05/12", "Expense": "150,000", "Income": "2,300,000", "Hobby": "PC Game", "Region": "Daegu", "Frequency": "5", "ID": "10024", "Age": "20" }, { "Status": "Married", "date": "2019/05/06", "Expense": "100,000", "Income": "2,200,000", "Hobby": "Movie", "Region": "Jeju", "Frequency": "3", "ID": "10025", "Age": "19" }, { "Status": "Single", "date": "2019/05/14", "Expense": "300,000", "Income": "3,900,000", "Hobby": "Book", "Region": "Jeju", "Frequency": "8", "ID": "10026", "Age": "32" }, { "Status": "Married", "date": "2019/05/03", "Expense": "100,000", "Income": "4,200,000", "Hobby": "PC Game", "Region": "Busan", "Frequency": "2", "ID": "10027", "Age": "34" }, { "Status": "Single", "date": "2019/04/18", "Expense": "30,000", "Income": "3,800,000", "Hobby": "PC Game", "Region": "Seoul", "Frequency": "1", "ID": "10028", "Age": "41" }, { "Status": "Married", "date": "2019/5/8", "Expense": "120,000", "Income": "3,200,000", "Hobby": "Book", "Region": "Incheon", "Frequency": "5", "ID": "10029", "Age": "42" }, { "Status": "Divorced", "date": "2019/05/11", "Expense": "400,000", "Income": "3,800,000", "Hobby": "Book", "Region": "Seoul", "Frequency": "8", "ID": "10030", "Age": "39" } ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:gridView id="gridview1" style="width: 90%;height: 300px;margin-left: 30px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" class="" autoFit="allColumn" rowNumVisible="" rowStatusVisible="true" showSortableUseFilter="" filterShowAlways="" showSortableImage="" sortable="" useFilterList="true" columnMove="" moveKeyEditMode="true" moveKeyEditModeAll="false"> <w2:caption style="" id="caption1" value="this is a grid caption."></w2:caption> <w2:header style="" id="header1"> <w2:row style="height: 25px;" id="row1"> <w2:column removeBorderStyle="false" width="70" inputType="" style="height:20px;" id="column19" value="Check" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px;" id="column17" value="ID" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px;" id="column15" value="Age" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="" style="height:20px;" id="column13" value="Status" blockSelect="false" displayMode="label" allOption="" chooseOption="true" chooseOptionLabel="Status" ref=""> <w2:choices> <w2:itemset nodeset="data:dataList2"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px;" id="column11" value="Income" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px;" id="column9" value="Expense" blockSelect="false" displayMode="label" sortable=""> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px;" id="column7" value="Hobby" blockSelect="false" displayMode="label" useFilter="true"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px;" id="column5" value="Region" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px;" id="column3" value="Frequency" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px;" id="column1" value="date" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column removeBorderStyle="false" width="70" inputType="checkbox" style="height:20px" id="Check" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="ID" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Age" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="checkcombobox" style="height:20px;" id="Status" value="" blockSelect="false" displayMode="label" allOption="" chooseOption="" ref=""> <w2:choices> <w2:itemset nodeset="data:dataList2"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Income" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Expense" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Hobby" value="" blockSelect="false" displayMode="label" useFilter=""> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="" style="height:20px" id="Region" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Frequency" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="date" value="" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/_General/drawType_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" 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:column id="col9" name="name9" dataType="text"></w2:column> <w2:column id="col10" name="name10" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var data = []; for (var i = 0; i < 5000; i++) { for (var j = 1; j < 10; j++) { data.push(i + "_" + j); } data.push(i); } dataList1.setData(data); }; scwin.onpageunload = function() { };]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:gridView id="" style="width: 90%;height: 90%;margin: 20px;" checkAllType="false" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" rowNumVisible="true" drawType="native" autoFit="allColumn"> <w2:caption style="" id="caption5" value="this is a grid caption."></w2:caption> <w2:header style="" id="header5"> <w2:row style="" id="row9"> <w2:column width="70" inputType="text" style="height:20px" id="column76" value="name1" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column75" value="name2" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column74" value="name3" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column73" value="name4" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column72" value="name5" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column71" value="name6" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column70" value="name7" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column69" value="name8" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column68" value="name9" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column67" value="name10" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody5"> <w2:row style="" id="row10"> <w2:column width="70" inputType="text" style="height:20px" id="col1" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col2" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col3" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col4" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col5" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col6" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col7" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col8" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col9" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col10" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/_General/visibleRowNum_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column id="Check" name="Check" dataType="text"></w2:column> <w2:column dataType="text" id="ID" name="ID"></w2:column> <w2:column dataType="text" id="Age" name="Age"></w2:column> <w2:column dataType="text" id="Status" name="Status"></w2:column> <w2:column dataType="text" id="Income" name="Income"></w2:column> <w2:column dataType="text" id="Expense" name="Expense"></w2:column> <w2:column dataType="text" id="Hobby" name="Hobby"></w2:column> <w2:column dataType="text" id="Region" name="Region"></w2:column> <w2:column dataType="text" id="Frequency" name="Frequency"></w2:column> <w2:column dataType="text" id="Date" name="Date"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="dataList2" saveRemovedData="true"> <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 use="true"> <w2:row> <label><![CDATA[Single]]></label> <value><![CDATA[Single]]></value> </w2:row> <w2:row> <label><![CDATA[Divorced]]></label> <value><![CDATA[Divorced]]></value> </w2:row> <w2:row> <label><![CDATA[Married]]></label> <value><![CDATA[Married]]></value> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" } ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="padding: 30px;"> <w2:gridView autoFit="allColumn" checkAllType="false" dataList="data:dataList1" defaultCellHeight="20" id="gridView1" rowNumVisible="true" scrollByColumn="false" scrollByColumnAdaptive="false" style="height: 300px;margin-top: 50px;" visibleRowNum="all" rowStatusVisible="true" rowNumHeaderValue="No." rowStatusHeaderValue="Edit" focusMode="both" selectedCellColor="#FF00FF" selectedRowColor="#FFFF00"> <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" style="height:20px" id="column21" value="Check" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column20" value="ID" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column19" value="Age" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column18" value="Status" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column17" value="Income" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column16" value="Expense" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column15" value="Hobby" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column14" value="Region" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column13" value="Frequency" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column12" value="Date" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody2"> <w2:row style="" id="row4"> <w2:column width="70" inputType="checkbox" style="height:20px" id="Check" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="ID" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="spinner" style="height:20px" id="Age" value="" displayMode="label" viewType="icon"></w2:column> <w2:column width="70" inputType="select" style="height:20px" id="Status" value="" displayMode="label" allOption="" chooseOption="" ref=""> <w2:choices> <w2:itemset nodeset="data:dataList2"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Income" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Expense" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Hobby" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Region" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Frequency" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="calendar" style="height:20px" id="Date" value="" displayMode="label" viewType="icon"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </body> </html>
GUIDE/WebContent/GridView/_General/copyOption_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="select" name="select" dataType="text"></w2:column> <w2:column id="autoComplete" name="autoComplete" dataType="text"></w2:column> <w2:column id="checkcombobox" name="checkcombobox" dataType="text"></w2:column> <w2:column id="text" name="text" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <select><![CDATA[001]]></select> <autoComplete><![CDATA[001]]></autoComplete> <checkcombobox><![CDATA[001]]></checkcombobox> <text><![CDATA[001]]></text> </w2:row> <w2:row> <select><![CDATA[002]]></select> <autoComplete><![CDATA[002]]></autoComplete> <checkcombobox><![CDATA[002]]></checkcombobox> <text><![CDATA[002]]></text> </w2:row> <w2:row> <select><![CDATA[003]]></select> <autoComplete><![CDATA[003]]></autoComplete> <checkcombobox><![CDATA[003]]></checkcombobox> <text><![CDATA[003]]></text> </w2:row> <w2:row> <select><![CDATA[004]]></select> <autoComplete><![CDATA[004]]></autoComplete> <checkcombobox><![CDATA[004]]></checkcombobox> <text><![CDATA[004]]></text> </w2:row> <w2:row> <select><![CDATA[005]]></select> <autoComplete><![CDATA[005]]></autoComplete> <checkcombobox><![CDATA[005]]></checkcombobox> <text><![CDATA[005]]></text> </w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="select" saveRemovedData="true"> <w2:columnInfo> <w2:column id="label" name="name2" dataType="text"></w2:column> <w2:column id="value" name="name2" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <label><![CDATA[Bangkok]]></label> <value><![CDATA[001]]></value> </w2:row> <w2:row> <label><![CDATA[Danang]]></label> <value><![CDATA[002]]></value> </w2:row> <w2:row> <label><![CDATA[Hanoi]]></label> <value><![CDATA[003]]></value> </w2:row> <w2:row> <label><![CDATA[Seoul]]></label> <value><![CDATA[004]]></value> </w2:row> <w2:row> <label><![CDATA[Tokyo]]></label> <value><![CDATA[005]]></value> </w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="autoComplete" saveRemovedData="true"> <w2:columnInfo> <w2:column id="label" name="name1" dataType="text"></w2:column> <w2:column id="value" name="name2" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <value><![CDATA[001]]></value> <label><![CDATA[Thailand]]></label> </w2:row> <w2:row> <value><![CDATA[002]]></value> <label><![CDATA[Vietnam]]></label> </w2:row> <w2:row> <value><![CDATA[003]]></value> <label><![CDATA[Vietnam]]></label> </w2:row> <w2:row> <value><![CDATA[004]]></value> <label><![CDATA[Korea]]></label> </w2:row> <w2:row> <value><![CDATA[005]]></value> <label><![CDATA[Japan]]></label> </w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="checkcombobox" saveRemovedData="true"> <w2:columnInfo> <w2:column id="label" name="name1" dataType="text"></w2:column> <w2:column id="value" name="name2" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <value><![CDATA[001]]></value> <label><![CDATA[Asia]]></label> </w2:row> <w2:row> <value><![CDATA[002]]></value> <label><![CDATA[Asia]]></label> </w2:row> <w2:row> <value><![CDATA[003]]></value> <label><![CDATA[Asia]]></label> </w2:row> <w2:row> <value><![CDATA[004]]></value> <label><![CDATA[Asia]]></label> </w2:row> <w2:row> <value><![CDATA[005]]></value> <label><![CDATA[Asia]]></label> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="padding: 100px;"><w2:textbox style="width:600px;padding:5px;line-height:32px;height:64px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;margin-bottom:30px;" id="" label='GridView &amp; gridView.column&lt;br/&gt;copyOption="dataList" / "display"'> </w2:textbox><w2:gridView scrollByColumnAdaptive="false" dataList="data:dataList1" style="width: 600px;height: 150px;" scrollByColumn="false" id="" autoFit="allColumn" defaultCellHeight="20" copyOption="display" useShiftKey="true" dataDragSelect="true" useCtrlKey="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 removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column4" value="select" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column3" value="autoComplete" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column2" value="checkcombobox" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column1" value="text" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column chooseOptionLabel="Select." ref="" removeBorderStyle="false" chooseOption="" width="70" inputType="select" style="height:20px" id="select" allOption="" value="" blockSelect="false" displayMode="label delim value" copyOption="dataList" displayType="" delimiter=" - " viewType=""> <w2:choices> <w2:itemset nodeset="data:select"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="autoComplete" style="height:20px" id="autoComplete" value="" blockSelect="false" displayMode="label delim value" allOption="" chooseOption="" ref="" viewType="" searchTarget="both" useKeywordHighlight="true" selectedData=""> <w2:choices> <w2:itemset nodeset="data:autoComplete"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="checkcombobox" style="height:20px" id="checkcombobox" value="" blockSelect="false" displayMode="label delim value" allOption="" chooseOption="" ref="" delimiter=" - " viewType=""> <w2:choices> <w2:itemset nodeset="data:checkcombobox"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="text" value="" blockSelect="false" displayMode="label" copyOption="" displayFormat='###.00' displayFormatter="" displayFormatFunc=""> </w2:column> </w2:row> </w2:gBody> </w2:gridView></xf:group></body> </html>
GUIDE/WebContent/GridView/_General/noResultMessage_noResultMessageVisibleAlways_GridView.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=""> <w2:type>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="col1" name="Continent"></w2:column> <w2:column dataType="text" id="col2" name="Country"></w2:column> <w2:column dataType="text" id="col3" name="Item"></w2:column> <w2:column dataType="text" id="col4" name="Quantity"></w2:column> </w2:columnInfo> <w2:data use="true"> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ {"col1" : "Asia", "col2" : "Korea", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Heater", "col4" : "250"}, {"col1" : "Asia", "col2" : "China", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "China", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "China", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "TV", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "France", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "France", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "France", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "USA", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "USA", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "USA", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Washer", "col4" : "200"} ]; //dataList1.setJSON(json); }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:gridView id="gridView1" style="width: 500px;height: 100px;margin: 30px;margin-top: 50px;margin-left: 100px;" checkAllType="false" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" visibleRowNum="13" rowNumVisible="" sortable="" showSortableUseFilter="" useFilterList="true" noResultMessageVisible="" copyOption="" copyType="native" useCtrlKey="" focusMode="cell" useShiftKey="true" selectedCellColor="#FF8040" showSortableImage="" noResultMessage="No data." noResultMessageClass="" noResultMessageVisibleAlways="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="70" inputType="" style="height:20px" id="column4" value="Continent" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="Country" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="Item" displayMode="label" useFilter="" sortLabel=""></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="Quantity" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="" style="height:20px" id="col1" value="" displayMode="label" embeddedInput="" allOption="" chooseOption="" ref=""> <w2:choices> <w2:itemset nodeset="data:dataList2"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col2" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="" style="height:20px" id="col3" value="" displayMode="label" validateOnInput="" allOption="" chooseOption="" ref=""> <w2:choices> <w2:itemset nodeset="data:dataList3"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col4" value="" displayMode="label" dataType=""></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/Sorting/setSortable_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="col1" name="Continent"></w2:column> <w2:column dataType="text" id="col2" name="Country"></w2:column> <w2:column dataType="text" id="col3" name="Item"></w2:column> <w2:column dataType="text" id="col4" name="Quantity"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ {"col1" : "Asia", "col2" : "Korea", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Korea", "col3" : "Heater", "col4" : "250"}, {"col1" : "Asia", "col2" : "China", "col3" : "TV", "col4" : "400"}, {"col1" : "Asia", "col2" : "China", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "China", "col3" : "Washer", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "TV", "col4" : "100"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Asia", "col2" : "Japan", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Germany", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "France", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "France", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "France", "col3" : "Washer", "col4" : "200"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "TV", "col4" : "100"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Europe", "col2" : "Denmark", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Canada", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "USA", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "USA", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "USA", "col3" : "Washer", "col4" : "200"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "TV", "col4" : "100"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Freezer", "col4" : "300"}, {"col1" : "Americas", "col2" : "Mexico", "col3" : "Washer", "col4" : "200"} ]; dataList1.setJSON(json); gridView1.setSortable("column2", true); }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:gridView id="gridView1" style="width: 90%;height: 70%;margin: 30px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" visibleRowNum="15" rowNumVisible="true" dataDragSelect="" useShiftKey="true" dataDragDrop="true" focusMode="both" useCtrlKey="" useCtrlOnMultisort="" selectedRowColor="" selectedCellColor="" rowStatusVisible="" dataDragDropStatus="true" showSortableImage="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="70" inputType="text" style="height:20px" id="column4" value="Continent" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="Country" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="Item" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="Quantity" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="col1" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col2" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col3" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="col4" value="" displayMode="label" blockSelect="true" validateOnInput=""> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/Sorting/sortLabel_gridView_column.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" 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:columnInfo> <w2:data use="true"> <w2:row> <col1><![CDATA[3]]></col1> <col2><![CDATA[4]]></col2> <col3><![CDATA[1]]></col3> <col4><![CDATA[4]]></col4> </w2:row> <w2:row> <col2><![CDATA[1]]></col2> <col1><![CDATA[4]]></col1> <col3><![CDATA[5]]></col3> <col4><![CDATA[3]]></col4> </w2:row> <w2:row> <col2><![CDATA[2]]></col2> <col1><![CDATA[1]]></col1> <col3><![CDATA[2]]></col3> <col4><![CDATA[2]]></col4> </w2:row> <w2:row> <col2><![CDATA[5]]></col2> <col1><![CDATA[2]]></col1> <col3><![CDATA[4]]></col3> <col4><![CDATA[1]]></col4> </w2:row> <w2:row> <col2><![CDATA[3]]></col2> <col1><![CDATA[5]]></col1> <col3><![CDATA[3]]></col3> <col4><![CDATA[5]]></col4> </w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" id="dataList2" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="col1" name="name1"></w2:column> <w2:column dataType="text" id="col2" name="name2"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <col1><![CDATA[Meat (5)]]></col1> <col2><![CDATA[5]]></col2> </w2:row> <w2:row> <col1><![CDATA[Cheese (4)]]></col1> <col2><![CDATA[4]]></col2> </w2:row> <w2:row> <col1><![CDATA[Fruit (3)]]></col1> <col2><![CDATA[3]]></col2> </w2:row> <w2:row> <col1><![CDATA[Blueberry (2)]]></col1> <col2><![CDATA[2]]></col2> </w2:row> <w2:row> <col2><![CDATA[1]]></col2> <col1><![CDATA[Apple (1)]]></col1> </w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" id="dataList3" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="col1" name="name1"></w2:column> <w2:column dataType="text" id="col2" name="name2"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <col1><![CDATA[Buildings (2)]]></col1> <col2><![CDATA[2]]></col2> </w2:row> <w2:row> <col1><![CDATA[Bridge (4)]]></col1> <col2><![CDATA[4]]></col2> </w2:row> <w2:row> <col1><![CDATA[Park (3)]]></col1> <col2><![CDATA[3]]></col2> </w2:row> <w2:row> <col1><![CDATA[Temple (1)]]></col1> <col2><![CDATA[1]]></col2> </w2:row> <w2:row> <col1><![CDATA[River (5)]]></col1> <col2><![CDATA[5]]></col2> </w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="dataList4" 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:columnInfo> <w2:data use="true"> <w2:row> <col1><![CDATA[Far East (1)]]></col1> <col2><![CDATA[1]]></col2> </w2:row> <w2:row> <col1><![CDATA[France (2)]]></col1> <col2><![CDATA[2]]></col2> </w2:row> <w2:row> <col1><![CDATA[Asia (3)]]></col1> <col2><![CDATA[3]]></col2> </w2:row> <w2:row> <col1><![CDATA[Europe (4)]]></col1> <col2><![CDATA[4]]></col2> </w2:row> <w2:row> <col1><![CDATA[Continent (5)]]></col1> <col2><![CDATA[5]]></col2> </w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="dataList5" 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:columnInfo> <w2:data use="true"> <w2:row> <col1><![CDATA[Paris (3)]]></col1> <col2><![CDATA[3]]></col2> </w2:row> <w2:row> <col1><![CDATA[London (1)]]></col1> <col2><![CDATA[1]]></col2> </w2:row> <w2:row> <col1><![CDATA[Seoul (5)]]></col1> <col2><![CDATA[5]]></col2> </w2:row> <w2:row> <col1><![CDATA[Ottawa (2)]]></col1> <col2><![CDATA[2]]></col2> </w2:row> <w2:row> <col1><![CDATA[Beijing (4)]]></col1> <col2><![CDATA[4]]></col2> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { var returnInfo = {}; returnInfo.options = {}; returnInfo.inputType = "autoComplete"; returnInfo.options.displayMode = "label"; returnInfo.itemSet = { nodeset:"data:dataList2", label : "col1", value : "col2" } for (var i = 0; i < 5; i++) { gridView1.setCellInputType(i, "col3", returnInfo); } }; scwin.trigger2_onclick = function(e) { var returnInfo = {}; returnInfo.options = {}; returnInfo.inputType = "select"; returnInfo.options.displayMode = "label"; returnInfo.itemSet = { nodeset:"data:dataList3", label : "col1", value : "col2" } for (var i = 0; i < 5; i++) { gridView1.setCellInputType(i, "col4", returnInfo); } }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="padding: 100px;margin-top: 0px;"><w2:gridView scrollByColumnAdaptive="false" setCellInputTypeCustom="true" checkAllType="false" dataList="data:dataList1" style="width: 750px;height: 150px;" scrollByColumn="false" id="gridView1" sortable="true" autoFit="allColumn" defaultCellHeight="40"> <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 sortLabel="" width="70" inputType="text" style="height:20px" id="column3" sortable="" value='inputType="autoComplete"' displayMode="label"> </w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column7" value='inputType="select"' displayMode="label"> </w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column21" sortable="" value='inputType="custom"' displayMode="label"> </w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column23" value='inputType="custom"' displayMode="label"> </w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column ref="" sortLabel="true" chooseOption="" width="70" inputType="autoComplete" style="height:20px" id="col1" allOption="" sortable="" value="" displayMode="label"> <w2:choices> <w2:itemset nodeset="data:dataList4"> <w2:label ref="col1"></w2:label> <w2:value ref="col2"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column ref="" sortLabel="true" chooseOption="" width="70" inputType="select" style="height:20px" id="col2" allOption="" sortable="" value="" displayMode="label"> <w2:choices> <w2:itemset nodeset="data:dataList5"> <w2:label ref="col1"></w2:label> <w2:value ref="col2"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column typeGetter="" sortLabel="true" width="70" inputType="custom" style="height:20px" id="col3" sortable="" value="" displayMode="label"> </w2:column> <w2:column typeGetter="" sortLabel="true" width="70" inputType="custom" style="height:20px" id="col4" value="" displayMode="label"> </w2:column> </w2:row> </w2:gBody> </w2:gridView><xf:trigger ev:onclick="scwin.trigger1_onclick" style="width: 350px;height: 30px;margin-top: 50px;margin-right: 50px;padding: 5px;background-color:#C0C0C0;font-size:13px;font-family:monospace;font-style:normal;font-weight:bolder;" id="trigger1" type="button"> <xf:label><![CDATA[inputType="custom" to "autoComplete" ("col3")]]></xf:label> </xf:trigger><xf:trigger ev:onclick="scwin.trigger2_onclick" style="width: 350px;height: 30px;margin-top: 50px;padding: 5px;background-color:#C0C0C0;font-size:13px;font-family:monospace;font-style:normal;font-weight:bolder;" id="trigger2" type="button"> <xf:label><![CDATA[inputType="custom" to "select" ("col4")]]></xf:label> </xf:trigger></xf:group></body> </html>
GUIDE/WebContent/GridView/Sorting/useCtrlOnMultisort_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column id="Check" name="Check" dataType="text"></w2:column> <w2:column dataType="text" id="ID" name="ID"></w2:column> <w2:column dataType="text" id="Age" name="Age"></w2:column> <w2:column dataType="text" id="Status" name="Status"></w2:column> <w2:column dataType="text" id="Income" name="Income"></w2:column> <w2:column dataType="text" id="Expense" name="Expense"></w2:column> <w2:column dataType="text" id="Hobby" name="Hobby"></w2:column> <w2:column dataType="text" id="Region" name="Region"></w2:column> <w2:column dataType="text" id="Frequency" name="Frequency"></w2:column> <w2:column dataType="text" id="Date" name="Date"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="dataList2" saveRemovedData="true"> <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 use="true"> <w2:row> <label><![CDATA[Single]]></label> <value><![CDATA[Single]]></value> </w2:row> <w2:row> <label><![CDATA[Divorced]]></label> <value><![CDATA[Divorced]]></value> </w2:row> <w2:row> <label><![CDATA[Married]]></label> <value><![CDATA[Married]]></value> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" } ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { dataList1.insertRow(0); }; scwin.trigger2_onclick = function(e) { var chArr = gridView1.getCheckedIndex("Check"); if(chArr.length<1) { alert("Select a row."); } else { dataList1.removeRows(chArr); } }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="padding: 30px;"> <w2:textbox id="" label="Sorting in GridView (useCtrlOnMultiSort)" style="width:323px;line-height:32px;padding:5px;font-size:15px;font-family:arial;font-style:normal;font-weight:bolder;text-align:left;"></w2:textbox> <w2:gridView autoFit="allColumn" checkAllType="false" dataList="data:dataList1" defaultCellHeight="20" id="gridView1" rowNumVisible="" scrollByColumn="false" scrollByColumnAdaptive="false" style="height: 300px;margin-top: 30px;" visibleRowNum="13" hideHeader="" showSortableImage="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" style="height:20px" id="column21" value="Check" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column20" value="ID" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column19" value="Age" displayMode="label" sortable=""></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column18" value="Status" displayMode="label" sortable="true"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column17" value="Income" displayMode="label" sortable="true"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column16" value="Expense" displayMode="label" sortable="true"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column15" value="Hobby" displayMode="label" sortable=""></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column14" value="Region" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column13" value="Frequency" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column12" value="Date" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody2"> <w2:row style="" id="row4"> <w2:column width="70" inputType="checkbox" style="height:20px" id="Check" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="ID" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Age" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="select" style="height:20px" id="Status" value="" displayMode="label" allOption="" chooseOption="" ref=""> <w2:choices> <w2:itemset nodeset="data:dataList2"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Income" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Expense" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Hobby" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Region" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Frequency" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Date" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </body> </html>
GUIDE/WebContent/GridView/Sorting/hideSortIconOnNoData_GridView.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>DEFAULT</w2:type> <w2:buildDate /> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="c_code" name="city_code" dataType="text"></w2:column> <w2:column id="airport" name="airport" dataType="text"></w2:column> <w2:column id="country" name="country" dataType="text"></w2:column> <w2:column id="city" name="city" dataType="text"></w2:column> <w2:column id="a_code" name="airport_code" dataType="text"></w2:column> <w2:column id="traffic" name="traffic" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [{ "c_code" : "PAR", "airport" : "ORLY", "country" : "FRANCE", "city" : "PARIS", "a_code" : "ORY", "traffic" : "50000" }, { "c_code" : "PDX", "airport" : "PORTLAND INT’L", "country" : "U.S.A.", "city" : "PORTLAND", "a_code" : "PDX", "traffic" : "1000" }, { "c_code" : "PEK", "airport" : "CAPITAL", "country" : "CHINA", "city" : "BEIJING", "a_code" : "PEK", "traffic" : "40000" }, { "c_code" : "PER", "airport" : "PERTH", "country" : "AUSTRALIA", "city" : "PERTH", "a_code" : "PER", "traffic" : "15000" }, { "c_code" : "PHL", "airport" : "PHILADELPHIA INT’L", "country" : "U.S.A.", "city" : "PHILADELPHIA", "a_code" : "PHL", "traffic" : "10000" }, { "c_code" : "PHX", "airport" : "SKY HARBOR ", "country" : "U.S.A.", "city" : "PHOENIX", "a_code" : "PHX", "traffic" : "7000" }, { "c_code" : "PIT", "airport" : "PITTSBURGH INT’L", "country" : "U.S.A.", "city" : "PITTSBURGH", "a_code" : "PIT", "traffic" : "5000" }, { "c_code" : "PNH", "airport" : "POCHENTONG", "country" : "CAMBODIA", "city" : "PHNOMPENH", "a_code" : "PNH", "traffic" : "10000" }, { "c_code" : "PUS", "airport" : "KIMHAE", "country" : "KOREA", "city" : "PUSAN", "a_code" : "PUS", "traffic" : "30000" }]; dataList1.setJSON(json); }; scwin.onpageunload = function() { };]]></script> <style type="text/css"><![CDATA[.blue { color : blue; font-weight: bolder; font-size: 40px; background-color: yellow; } ]]></style> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:gridView id="gridView1" style="width: 750px;height: 300px;margin: 50px;margin-top: 50px;" checkAllType="false" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" autoFit="allColumn" visibleRowNum="" rowNumVisible="true" sortable="true" showSortableImage="true" hideSortIconOnNoData="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="70" inputType="text" style="height:20px" id="column6" value="city_code" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column5" value="airport" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column4" value="country" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="city" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="airport_code" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="traffic" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="c_code" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="airport" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="country" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="city" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="a_code" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="traffic" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/GridView/Events/oncontextopen_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="c_code" name="city_code" dataType="text"></w2:column> <w2:column id="airport" name="airport" dataType="text"></w2:column> <w2:column id="country" name="country" dataType="text"></w2:column> <w2:column id="city" name="city" dataType="text"></w2:column> <w2:column id="a_code" name="airport_code" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function () { var json = [ { "c_code": "PAR", "airport": "ORLY", "country": "FRANCE", "city": "PARIS", "a_code": "ORY" }, { "c_code": "PDX", "airport": "PORTLAND INT’L", "country": "U.S.A.", "city": "PORTLAND", "a_code": "PDX" }, { "c_code": "PEK", "airport": "CAPITAL", "country": "CHINA", "city": "BEIJING", "a_code": "PEK" }, { "c_code": "PER", "airport": "PERTH", "country": "AUSTRALIA", "city": "PERTH", "a_code": "PER" }, { "c_code": "PHL", "airport": "PHILADELPHIA INT’L", "country": "U.S.A.", "city": "PHILADELPHIA", "a_code": "PHL" }, { "c_code": "PHX", "airport": "SKY HARBOR ", "country": "U.S.A.", "city": "PHOENIX", "a_code": "PHX" }, { "c_code": "PIT", "airport": "PITTSBURGH INT’L", "country": "U.S.A.", "city": "PITTSBURGH", "a_code": "PIT" }, { "c_code": "PNH", "airport": "POCHENTONG", "country": "CAMBODIA", "city": "PHNOMPENH", "a_code": "PNH" }, { "c_code": "PUS", "airport": "KIMHAE", "country": "KOREA", "city": "PUSAN", "a_code": "PUS" } ]; dataList1.setJSON(json); }; scwin.onpageunload = function () { }; scwin.gridView1_oncontextopen = function(rowIndex,colIndex,focusedCell,info) { alert(JSON.stringify(info)); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="padding-left: 100px;padding-top: 50px;"><w2:gridView scrollByColumnAdaptive="false" rowNumVisible="true" checkAllType="false" dataList="data:dataList1" style="width: 700px;height: 150px;" scrollByColumn="false" id="gridView1" autoFit="allColumn" visibleRowNum="10" defaultCellHeight="20" contextMenu="true" useHeaderContextMenu="true" ev:oncontextopen="scwin.gridView1_oncontextopen"> <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" style="height:20px" id="column5" value="city_code" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column4" value="airport" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="country" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="city" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="airport_code" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="c_code" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="airport" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="country" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="city" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="a_code" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView></xf:group></body> </html>
GUIDE/WebContent/GridView/Events/oncelldblclick_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="Status" name="Status"></w2:column> <w2:column dataType="text" id="Date" name="Date"></w2:column> <w2:column dataType="text" id="Expense" name="Expense"></w2:column> <w2:column dataType="text" id="Income" name="Income"></w2:column> <w2:column dataType="text" id="Hobby" name="Hobby"></w2:column> <w2:column dataType="text" id="Region" name="Region"></w2:column> <w2:column dataType="text" id="Frequency" name="Frequency"></w2:column> <w2:column dataType="text" id="ID" name="ID"></w2:column> <w2:column dataType="text" id="Age" name="Age"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [ { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/5/8", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10001", "Age": "23", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "2,000,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/07/19", "rowStatus": "R" }, { "ID": "10002", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Divorced", "Income": "2,300,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/04/03", "rowStatus": "R" }, { "ID": "10003", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Married", "Income": "2,900,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10004", "Age": "19", "Region": "Daegu", "Hobby": "PC Game", "Status": "Single", "Income": "1,900,000", "Frequency": "5", "Expense": "80,000", "Date": "2019/05/10", "rowStatus": "R" }, { "ID": "10005", "Age": "34", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "3,500,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10006", "Age": "39", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "4,200,000", "Frequency": "8", "Expense": "500,000", "Date": "2019/05/13", "rowStatus": "R" }, { "ID": "10007", "Age": "29", "Region": "Jeju", "Hobby": "Book", "Status": "Divorced", "Income": "3,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/04/30", "rowStatus": "R" }, { "ID": "10008", "Age": "25", "Region": "Seoul", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "12", "Expense": "2,000,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10009", "Age": "32", "Region": "Incheon", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,000,000", "Frequency": "1", "Expense": "100,000", "Date": "2019/04/15", "rowStatus": "R" }, { "ID": "10010", "Age": "34", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "2,500,000", "Frequency": "1", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10011", "Age": "36", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "3,000,000", "Frequency": "5", "Expense": "230,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10012", "Age": "22", "Region": "Busan", "Hobby": "Book", "Status": "Married", "Income": "2,000,000", "Frequency": "2", "Expense": "50,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10013", "Age": "25", "Region": "Busan", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "3", "Expense": "80,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10014", "Age": "40", "Region": "Jeju", "Hobby": "PC Game", "Status": "Single", "Income": "2,500,000", "Frequency": "8", "Expense": "100,000", "Date": "2019/05/09", "rowStatus": "R" }, { "ID": "10015", "Age": "35", "Region": "Seoul", "Hobby": "Movie", "Status": "Single", "Income": "3,100,000", "Frequency": "3", "Expense": "350,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10016", "Age": "31", "Region": "Incheon", "Hobby": "Movie", "Status": "Married", "Income": "2,900,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10017", "Age": "29", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "2,800,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/01", "rowStatus": "R" }, { "ID": "10018", "Age": "33", "Region": "Daegu", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10019", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "2,200,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10020", "Age": "30", "Region": "Seoul", "Hobby": "PC Game", "Status": "Divorced", "Income": "3,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10021", "Age": "37", "Region": "Busan", "Hobby": "Movie", "Status": "Single", "Income": "3,900,000", "Frequency": "4", "Expense": "200,000", "Date": "2019/05/11", "rowStatus": "R" }, { "ID": "10022", "Age": "28", "Region": "Incheon", "Hobby": "Movie", "Status": "Single", "Income": "2,800,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10023", "Age": "29", "Region": "Seoul", "Hobby": "Book", "Status": "Single", "Income": "3,800,000", "Frequency": "6", "Expense": "500,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10024", "Age": "20", "Region": "Daegu", "Hobby": "PC Game", "Status": "Married", "Income": "2,300,000", "Frequency": "5", "Expense": "150,000", "Date": "2019/05/12", "rowStatus": "R" }, { "ID": "10025", "Age": "19", "Region": "Jeju", "Hobby": "Movie", "Status": "Married", "Income": "2,200,000", "Frequency": "3", "Expense": "100,000", "Date": "2019/05/06", "rowStatus": "R" }, { "ID": "10026", "Age": "32", "Region": "Jeju", "Hobby": "Book", "Status": "Single", "Income": "3,900,000", "Frequency": "8", "Expense": "300,000", "Date": "2019/05/14", "rowStatus": "R" }, { "ID": "10027", "Age": "34", "Region": "Busan", "Hobby": "PC Game", "Status": "Married", "Income": "4,200,000", "Frequency": "2", "Expense": "100,000", "Date": "2019/05/03", "rowStatus": "R" }, { "ID": "10028", "Age": "41", "Region": "Seoul", "Hobby": "PC Game", "Status": "Single", "Income": "3,800,000", "Frequency": "1", "Expense": "30,000", "Date": "2019/04/18", "rowStatus": "R" }, { "ID": "10029", "Age": "42", "Region": "Incheon", "Hobby": "Book", "Status": "Married", "Income": "3,200,000", "Frequency": "5", "Expense": "120,000", "Date": "2019/05/08", "rowStatus": "R" }, { "ID": "10030", "Age": "39", "Region": "Seoul", "Hobby": "Book", "Status": "Divorced", "Income": "3,800,000", "Frequency": "8", "Expense": "400,000", "Date": "2019/05/11", "rowStatus": "R" } ]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; scwin.gridView1_oncelldblclick = function(row, col, colId) { if (colId == "Expense") { var total = dataList1.getCellData(row, "Income"); alert("The income is KRW " + total + "."); } }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="margin: 30px;"> <w2:gridView autoFit="allColumn" checkAllType="false" dataList="data:dataList1" defaultCellHeight="20" id="gridView1" rowNumVisible="true" scrollByColumn="false" scrollByColumnAdaptive="false" style="height: 300px;margin-top: 50px;" visibleRowNum="13" sortable="true" ev:oncelldblclick="scwin.gridView1_oncelldblclick"> <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" style="height:20px" id="column9" value="Status" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column8" value="Date" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column7" value="Expense" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column6" value="Income" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column5" value="Hobby" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column4" value="Region" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="Frequency" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="ID" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="Age" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="Status" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Date" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Expense" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Income" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Hobby" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Region" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Frequency" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="ID" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Age" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </body> </html>
GUIDE/WebContent/GridView/Events/oncellclick_2_GridView.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="Status" name="Status"></w2:column> <w2:column dataType="text" id="Date" name="Date"></w2:column> <w2:column dataType="text" id="Expense" name="Expense"></w2:column> <w2:column dataType="text" id="Income" name="Income"></w2:column> <w2:column dataType="text" id="Hobby" name="Hobby"></w2:column> <w2:column dataType="text" id="Region" name="Region"></w2:column> <w2:column dataType="text" id="Frequency" name="Frequency"></w2:column> <w2:column dataType="text" id="ID" name="ID"></w2:column> <w2:column dataType="text" id="Age" name="Age"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var json = [{ "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2,000,000", "Frequency" : "1", "Expense" : "50,000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2,300,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "1", "Expense" : "100,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1,900,000", "Frequency" : "5", "Expense" : "80,000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3,500,000", "Frequency" : "4", "Expense" : "200,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4,200,000", "Frequency" : "8", "Expense" : "500,000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3,900,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "12", "Expense" : "2,000,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2,000,000", "Frequency" : "1", "Expense" : "100,000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2,500,000", "Frequency" : "1", "Expense" : "50,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3,000,000", "Frequency" : "5", "Expense" : "230,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2,000,000", "Frequency" : "2", "Expense" : "50,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2,200,000", "Frequency" : "3", "Expense" : "80,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2,500,000", "Frequency" : "8", "Expense" : "100,000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3,100,000", "Frequency" : "3", "Expense" : "350,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2,800,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3,200,000", "Frequency" : "6", "Expense" : "500,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2,200,000", "Frequency" : "5", "Expense" : "150,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3,200,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3,900,000", "Frequency" : "4", "Expense" : "200,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2,800,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3,800,000", "Frequency" : "6", "Expense" : "500,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2,300,000", "Frequency" : "5", "Expense" : "150,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,200,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3,900,000", "Frequency" : "8", "Expense" : "300,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4,200,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3,800,000", "Frequency" : "1", "Expense" : "30,000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3,200,000", "Frequency" : "5", "Expense" : "120,000", "Date" : "2019/5/8", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3,800,000", "Frequency" : "8", "Expense" : "400,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2,000,000", "Frequency" : "1", "Expense" : "50,000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2,300,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "1", "Expense" : "100,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1,900,000", "Frequency" : "5", "Expense" : "80,000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3,500,000", "Frequency" : "4", "Expense" : "200,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4,200,000", "Frequency" : "8", "Expense" : "500,000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3,900,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "12", "Expense" : "2,000,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2,000,000", "Frequency" : "1", "Expense" : "100,000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2,500,000", "Frequency" : "1", "Expense" : "50,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3,000,000", "Frequency" : "5", "Expense" : "230,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2,000,000", "Frequency" : "2", "Expense" : "50,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2,200,000", "Frequency" : "3", "Expense" : "80,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2,500,000", "Frequency" : "8", "Expense" : "100,000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3,100,000", "Frequency" : "3", "Expense" : "350,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2,800,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3,200,000", "Frequency" : "6", "Expense" : "500,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2,200,000", "Frequency" : "5", "Expense" : "150,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3,200,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3,900,000", "Frequency" : "4", "Expense" : "200,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2,800,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3,800,000", "Frequency" : "6", "Expense" : "500,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2,300,000", "Frequency" : "5", "Expense" : "150,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,200,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3,900,000", "Frequency" : "8", "Expense" : "300,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4,200,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3,800,000", "Frequency" : "1", "Expense" : "30,000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3,200,000", "Frequency" : "5", "Expense" : "120,000", "Date" : "2019/5/8", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3,800,000", "Frequency" : "8", "Expense" : "400,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2,000,000", "Frequency" : "1", "Expense" : "50,000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2,300,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "1", "Expense" : "100,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1,900,000", "Frequency" : "5", "Expense" : "80,000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3,500,000", "Frequency" : "4", "Expense" : "200,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4,200,000", "Frequency" : "8", "Expense" : "500,000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3,900,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "12", "Expense" : "2,000,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2,000,000", "Frequency" : "1", "Expense" : "100,000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2,500,000", "Frequency" : "1", "Expense" : "50,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3,000,000", "Frequency" : "5", "Expense" : "230,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2,000,000", "Frequency" : "2", "Expense" : "50,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2,200,000", "Frequency" : "3", "Expense" : "80,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2,500,000", "Frequency" : "8", "Expense" : "100,000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3,100,000", "Frequency" : "3", "Expense" : "350,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2,800,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3,200,000", "Frequency" : "6", "Expense" : "500,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2,200,000", "Frequency" : "5", "Expense" : "150,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3,200,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3,900,000", "Frequency" : "4", "Expense" : "200,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2,800,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3,800,000", "Frequency" : "6", "Expense" : "500,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2,300,000", "Frequency" : "5", "Expense" : "150,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,200,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3,900,000", "Frequency" : "8", "Expense" : "300,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4,200,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3,800,000", "Frequency" : "1", "Expense" : "30,000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3,200,000", "Frequency" : "5", "Expense" : "120,000", "Date" : "2019/5/8", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3,800,000", "Frequency" : "8", "Expense" : "400,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2,000,000", "Frequency" : "1", "Expense" : "50,000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2,300,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "1", "Expense" : "100,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1,900,000", "Frequency" : "5", "Expense" : "80,000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3,500,000", "Frequency" : "4", "Expense" : "200,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4,200,000", "Frequency" : "8", "Expense" : "500,000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3,900,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "12", "Expense" : "2,000,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2,000,000", "Frequency" : "1", "Expense" : "100,000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2,500,000", "Frequency" : "1", "Expense" : "50,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3,000,000", "Frequency" : "5", "Expense" : "230,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2,000,000", "Frequency" : "2", "Expense" : "50,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2,200,000", "Frequency" : "3", "Expense" : "80,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2,500,000", "Frequency" : "8", "Expense" : "100,000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3,100,000", "Frequency" : "3", "Expense" : "350,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2,800,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3,200,000", "Frequency" : "6", "Expense" : "500,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2,200,000", "Frequency" : "5", "Expense" : "150,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3,200,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3,900,000", "Frequency" : "4", "Expense" : "200,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2,800,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3,800,000", "Frequency" : "6", "Expense" : "500,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2,300,000", "Frequency" : "5", "Expense" : "150,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,200,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3,900,000", "Frequency" : "8", "Expense" : "300,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4,200,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3,800,000", "Frequency" : "1", "Expense" : "30,000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3,200,000", "Frequency" : "5", "Expense" : "120,000", "Date" : "2019/5/8", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3,800,000", "Frequency" : "8", "Expense" : "400,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2,000,000", "Frequency" : "1", "Expense" : "50,000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2,300,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "1", "Expense" : "100,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1,900,000", "Frequency" : "5", "Expense" : "80,000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3,500,000", "Frequency" : "4", "Expense" : "200,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4,200,000", "Frequency" : "8", "Expense" : "500,000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3,900,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "12", "Expense" : "2,000,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2,000,000", "Frequency" : "1", "Expense" : "100,000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2,500,000", "Frequency" : "1", "Expense" : "50,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3,000,000", "Frequency" : "5", "Expense" : "230,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2,000,000", "Frequency" : "2", "Expense" : "50,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2,200,000", "Frequency" : "3", "Expense" : "80,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2,500,000", "Frequency" : "8", "Expense" : "100,000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3,100,000", "Frequency" : "3", "Expense" : "350,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2,800,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3,200,000", "Frequency" : "6", "Expense" : "500,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2,200,000", "Frequency" : "5", "Expense" : "150,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3,200,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3,900,000", "Frequency" : "4", "Expense" : "200,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2,800,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3,800,000", "Frequency" : "6", "Expense" : "500,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2,300,000", "Frequency" : "5", "Expense" : "150,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,200,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3,900,000", "Frequency" : "8", "Expense" : "300,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4,200,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3,800,000", "Frequency" : "1", "Expense" : "30,000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3,200,000", "Frequency" : "5", "Expense" : "120,000", "Date" : "2019/5/8", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3,800,000", "Frequency" : "8", "Expense" : "400,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10001", "Age" : "23", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "2,000,000", "Frequency" : "1", "Expense" : "50,000", "Date" : "2019/07/19", "rowStatus" : "R" }, { "ID" : "10002", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Divorced", "Income" : "2,300,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/04/03", "rowStatus" : "R" }, { "ID" : "10003", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "1", "Expense" : "100,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10004", "Age" : "19", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Single", "Income" : "1,900,000", "Frequency" : "5", "Expense" : "80,000", "Date" : "2019/05/10", "rowStatus" : "R" }, { "ID" : "10005", "Age" : "34", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "3,500,000", "Frequency" : "4", "Expense" : "200,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10006", "Age" : "39", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "4,200,000", "Frequency" : "8", "Expense" : "500,000", "Date" : "2019/05/13", "rowStatus" : "R" }, { "ID" : "10007", "Age" : "29", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3,900,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/04/30", "rowStatus" : "R" }, { "ID" : "10008", "Age" : "25", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "12", "Expense" : "2,000,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10009", "Age" : "32", "Region" : "Incheon", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2,000,000", "Frequency" : "1", "Expense" : "100,000", "Date" : "2019/04/15", "rowStatus" : "R" }, { "ID" : "10010", "Age" : "34", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "2,500,000", "Frequency" : "1", "Expense" : "50,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10011", "Age" : "36", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "3,000,000", "Frequency" : "5", "Expense" : "230,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10012", "Age" : "22", "Region" : "Busan", "Hobby" : "Book", "Status" : "Married", "Income" : "2,000,000", "Frequency" : "2", "Expense" : "50,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10013", "Age" : "25", "Region" : "Busan", "Hobby" : "Book", "Status" : "Single", "Income" : "2,200,000", "Frequency" : "3", "Expense" : "80,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10014", "Age" : "40", "Region" : "Jeju", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2,500,000", "Frequency" : "8", "Expense" : "100,000", "Date" : "2019/05/09", "rowStatus" : "R" }, { "ID" : "10015", "Age" : "35", "Region" : "Seoul", "Hobby" : "Movie", "Status" : "Single", "Income" : "3,100,000", "Frequency" : "3", "Expense" : "350,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10016", "Age" : "31", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,900,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10017", "Age" : "29", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "2,800,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/01", "rowStatus" : "R" }, { "ID" : "10018", "Age" : "33", "Region" : "Daegu", "Hobby" : "Book", "Status" : "Married", "Income" : "3,200,000", "Frequency" : "6", "Expense" : "500,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10019", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "2,200,000", "Frequency" : "5", "Expense" : "150,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10020", "Age" : "30", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Divorced", "Income" : "3,200,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10021", "Age" : "37", "Region" : "Busan", "Hobby" : "Movie", "Status" : "Single", "Income" : "3,900,000", "Frequency" : "4", "Expense" : "200,000", "Date" : "2019/05/11", "rowStatus" : "R" }, { "ID" : "10022", "Age" : "28", "Region" : "Incheon", "Hobby" : "Movie", "Status" : "Single", "Income" : "2,800,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10023", "Age" : "29", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Single", "Income" : "3,800,000", "Frequency" : "6", "Expense" : "500,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10024", "Age" : "20", "Region" : "Daegu", "Hobby" : "PC Game", "Status" : "Married", "Income" : "2,300,000", "Frequency" : "5", "Expense" : "150,000", "Date" : "2019/05/12", "rowStatus" : "R" }, { "ID" : "10025", "Age" : "19", "Region" : "Jeju", "Hobby" : "Movie", "Status" : "Married", "Income" : "2,200,000", "Frequency" : "3", "Expense" : "100,000", "Date" : "2019/05/06", "rowStatus" : "R" }, { "ID" : "10026", "Age" : "32", "Region" : "Jeju", "Hobby" : "Book", "Status" : "Single", "Income" : "3,900,000", "Frequency" : "8", "Expense" : "300,000", "Date" : "2019/05/14", "rowStatus" : "R" }, { "ID" : "10027", "Age" : "34", "Region" : "Busan", "Hobby" : "PC Game", "Status" : "Married", "Income" : "4,200,000", "Frequency" : "2", "Expense" : "100,000", "Date" : "2019/05/03", "rowStatus" : "R" }, { "ID" : "10028", "Age" : "41", "Region" : "Seoul", "Hobby" : "PC Game", "Status" : "Single", "Income" : "3,800,000", "Frequency" : "1", "Expense" : "30,000", "Date" : "2019/04/18", "rowStatus" : "R" }, { "ID" : "10029", "Age" : "42", "Region" : "Incheon", "Hobby" : "Book", "Status" : "Married", "Income" : "3,200,000", "Frequency" : "5", "Expense" : "120,000", "Date" : "2019/05/08", "rowStatus" : "R" }, { "ID" : "10030", "Age" : "39", "Region" : "Seoul", "Hobby" : "Book", "Status" : "Divorced", "Income" : "3,800,000", "Frequency" : "8", "Expense" : "400,000", "Date" : "2019/05/11", "rowStatus" : "R" }]; dataList1.setJSON(json); }; scwin.onpageunload = function() { }; scwin.gridView1_oncellclick = function(row, col, colId) { if (colId == "Expense") { var total = dataList1.getCellData(row, "Income"); alert("The income is KRW " + total + "."); } }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="margin: 30px;"> <w2:gridView autoFit="allColumn" checkAllType="false" dataList="data:dataList1" defaultCellHeight="20" id="gridView1" rowNumVisible="true" scrollByColumn="false" scrollByColumnAdaptive="false" style="height: 300px;margin-top: 50px;" visibleRowNum="13" sortable="true" ev:oncellclick="scwin.gridView1_oncellclick"> <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" style="height:20px" id="column9" value="Status" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column8" value="Date" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column7" value="Expense" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column6" value="Income" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column5" value="Hobby" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column4" value="Region" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="Frequency" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="ID" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="Age" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="Status" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Date" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Expense" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Income" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Hobby" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Region" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Frequency" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="ID" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Age" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView> </xf:group> </body> </html>
GUIDE/WebContent/_config_xml/exceptEmptyValue_config_xml/exceptEmptyValue_config_xml.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="Frequency" name="Frequency" dataType="number"></w2:column> <w2:column id="ID" name="ID" dataType="bigDecimal"></w2:column> <w2:column id="Age" name="Age" dataType="number"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="dataList2" saveRemovedData="true"> <w2:columnInfo> <w2:column id="Frequency" name="Frequency" dataType="number"></w2:column> <w2:column id="ID" name="ID" dataType="bigDecimal"></w2:column> <w2:column id="Age" name="Age" dataType="number"></w2:column> </w2:columnInfo> <w2:data use="false"> <w2:row> <Frequency><![CDATA[3]]></Frequency> <ID><![CDATA[ ]]></ID> <Age><![CDATA[ ]]></Age> </w2:row> <w2:row> <Age><![CDATA[45]]></Age> <Frequency><![CDATA[ ]]></Frequency> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> <xf:submission id="submission1" ref="data:json,dataList2" target="data:json,dataList1" action="submisison_data.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="" ev:submiterror="" abortTrigger=""> </xf:submission> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { dataList2.setJSON([ {"ID":"2"} ]); }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { $p.executeSubmission("submission1"); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="margin: 100px;width: 500px;"><w2:gridView scrollByColumnAdaptive="false" dataList="data:dataList1" style="width: 500px;height: 150px;border: black solid 1px;" scrollByColumn="false" id="" autoFit="allColumn" defaultCellHeight="20" rowNumVisible="true" rowStatusVisible="true" visibleRowNum="7"> <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" style="height:20px" id="column3" value="Frequency" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="ID" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="Age" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="Frequency" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="ID" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Age" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView><xf:trigger ev:onclick="scwin.trigger1_onclick" style="width:212px;height:47px;margin-top:30px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;padding:5px;line-height:32px;" id="trigger1" type="button"> <xf:label><![CDATA[$p.executeSubmission()]]></xf:label> </xf:trigger></xf:group></body> </html>
GUIDE/WebContent/_config_xml/popup_lazyPopup_config_xml/popup_lazyPopup_config_xml.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { requires("uiplugin.popup"); var options = { id : "popup1", type : "wframePopup", width: "700px", height: "500px", top: "100px", left: "200px", popupName : "Test Popup", modal : false, resizable : true, status : true, menubar : false, scrollbars : false, title : "false", processMsgFrame : "true" }; $p.openPopup("popup_src.xml", options ); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:309px;line-height:32px;padding: 5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;top:20px;text-align: left;margin: 30px;margin-left: 200px;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[openPopup()]]></xf:label> </xf:trigger> </body> </html>
GUIDE/WebContent/WidgetContainer/exportWidgets_removeWidgetsAll_WidgetContainer.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList id="dataList1" baseNode="list" saveRemovedData="true" repeatNode="map"> <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:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript"><![CDATA[ var count=0; scwin.trigger1_onclick = function(e) { count++; widgetContainer.addWidgets({ id : "Widget_Added_"+count, title : "Widget_Added_"+count, //src : "widget.xml", scope : true, x : 0, y : 0, unitWidth : 1, unitHeight : 1 }); }; scwin.trigger2_onclick = function(e) { var x = widgetContainer.exportWidgets(); alert(JSON.stringify(x,null,"\t")); }; scwin.trigger3_onclick = function(e) { widgetContainer.removeWidgetsAll(); }; ]]></script> </head> <body style="padding:20px;"> <xf:group id=""><xf:trigger style="width: 120px;height: 39px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;" id="trigger1" type="button" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[addWidgets()]]></xf:label> </xf:trigger><xf:trigger style="width: 150px;height: 39px;margin-left: 30px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;" id="trigger2" type="button" ev:onclick="scwin.trigger2_onclick"> <xf:label><![CDATA[exportWidgets()]]></xf:label> </xf:trigger><xf:trigger style="width: 170px;height: 39px;margin-left: 30px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;" id="trigger3" type="button" ev:onclick="scwin.trigger3_onclick"> <xf:label><![CDATA[removeWidgetsAll()]]></xf:label> </xf:trigger></xf:group><w2:widgetContainer id="widgetContainer" cols="3" style="position: relative ;width:100%;height:100%;border:1px solid black;margin-top: 30px;" unitHeightPixel="200" mode="pushpull" widgetMove="true" ev:onwidgetmove="scwin.widgetContainer1_onwidgetmove" preventMaximizeByTitle="true"> </w2:widgetContainer> </body> </html>
GUIDE/WebContent/WidgetContainer/preventMaximizeByTitle_WidgetContainer.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList id="dataList1" baseNode="list" saveRemovedData="true" repeatNode="map"> <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:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; var count=0; scwin.trigger1_onclick = function(e) { count++; widgetContainer.addWidgets({ id : "Widget_Added_"+count, title : "Widget_Added_"+count, //src : "widget.xml", scope : true, x : 0, y : 0, unitWidth : 2, unitHeight : 1 }); };]]></script> </head> <body style="padding:20px;"> <xf:group id=""><xf:trigger style="width: 120px;height: 39px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;" id="trigger1" type="button" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[addWidgets()]]></xf:label> </xf:trigger></xf:group><w2:widgetContainer id="widgetContainer" cols="3" style="width:100%;height:100%;border:1px solid black;margin-top: 10px;" unitHeightPixel="200" mode="pushpull" widgetMove="true" ev:onwidgetmove="scwin.widgetContainer1_onwidgetmove" preventMaximizeByTitle="true"> </w2:widgetContainer> </body> </html>
GUIDE/WebContent/WidgetContainer/addWidgets_WidgetContainer/addWidgets_WidgetContainer.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList id="dataList1" baseNode="list" saveRemovedData="true" repeatNode="map"> <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:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript"><![CDATA[ var count=0; scwin.trigger1_onclick = function(e) { count++; widgetContainer.addWidgets({ id : "black_"+count, title : "Widget_Added_black"+count, src : "widget_black.xml", scope : true, x : 0, y : 0, unitWidth : 1, unitHeight : 1 }); }; var count=0; scwin.trigger1_onclick = function(e) { count++; widgetContainer.addWidgets({ id : "black_"+count, title : "Widget_Added_black"+count, src : "widget_black.xml", scope : true, x : 0, y : 0, unitWidth : 1, unitHeight : 1 }); }; var count1=0; scwin.trigger2_onclick = function(e) { count1++; widgetContainer.addWidgets({ id : "red_"+count1, title : "Widget_Added_red"+count1, src : "widget_red.xml", scope : true, x : 0, y : 0, unitWidth : 2, unitHeight : 1 }); }; var count2=0; scwin.trigger3_onclick = function(e) { count2++; widgetContainer.addWidgets({ id : "red_"+count2, title : "Widget_Added_blue"+count2, src : "widget_blue.xml", scope : true, x : 0, y : 0, unitWidth : 2, unitHeight : 1 }); }; ]]></script> </head> <body style="padding:20px;"> <xf:group id=""><xf:trigger style="width: 180px;height: 39px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;" id="trigger1" type="button" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[addWidgets() - black]]></xf:label> </xf:trigger><xf:trigger style="width: 180px;height: 39px;margin-left: 30px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;" id="trigger2" type="button" ev:onclick="scwin.trigger2_onclick"> <xf:label><![CDATA[addWidgets() - red]]></xf:label> </xf:trigger><xf:trigger style="width: 180px;height: 39px;margin-left: 30px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;" id="trigger3" type="button" ev:onclick="scwin.trigger3_onclick"> <xf:label><![CDATA[addWidgets() - blue]]></xf:label> </xf:trigger></xf:group><w2:widgetContainer id="widgetContainer" cols="3" style="position: relative ;width:100%;height:100%;border:1px solid black;margin-top: 30px;" unitHeightPixel="200" mode="pushpull" widgetMove="true" ev:onwidgetmove="scwin.widgetContainer1_onwidgetmove" preventMaximizeByTitle="true"> </w2:widgetContainer> </body> </html>
GUIDE/WebContent/WidgetContainer/addWidgets_WidgetContainer/widget_black.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:textbox label="Widget-Contents" style="width: 250px;height: 30px;margin: 10px;font: 30px bolder;padding: 10px;background-color: black;color: white;" id=""></w2:textbox> </body> </html>
GUIDE/WebContent/ScheduleCalendar/onaddschedule_onmoveschedule_ScheduleCalendar.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=""> <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="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="startColumn" name="name1" dataType="text"></w2:column> <w2:column id="endColumn" name="name2" dataType="text"></w2:column> <w2:column id="titleColumn" name="name3" dataType="text"></w2:column> <w2:column id="idColumn" name="name4" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var jsonData=[ {"startColumn":"20200909", "endColumn":"20200909", "titleColumn":"Seminar A", "idColumn":"id1"} ,{"startColumn":"20200916", "endColumn":"20200921", "titleColumn":"Seminar B", "idColumn":"id2"} ,{"startColumn":"20200911", "endColumn":"20200911", "titleColumn":"Meeting", "idColumn":"id3"} ,{"startColumn":"20200913", "endColumn":"20200913", "titleColumn":"Airport Pick-up", "idColumn":"id6"} ,{"startColumn":"20200922", "endColumn":"20200926", "titleColumn":"Visit to Parents", "idColumn":"id5"} ,{"startColumn":"20200924", "endColumn":"20200924", "titleColumn":"B-day", "idColumn":"id4"} ]; dataList1.setJSON( jsonData ); }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { scheduleCalendar1.addSchedule({"startColumn":"20200930", "endColumn":"20201004", "titleColumn":"CHUSOK", "idColumn":"id7"}); }; scwin.scheduleCalendar1_onaddschedule = function(rowIndex) { alert("Added!"); }; scwin.scheduleCalendar1_onmoveschedule = function(rowIndex) { alert("Moved!"); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width: 80px;height: 23px;margin-bottom:10px;margin:100px;margin-top:20px;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[Add]]></xf:label> </xf:trigger> <w2:scheduleCalendar endColumn="endColumn" defaultDate="" editable="true" selectable="false" headerRightBtn="true" ioFormat="yyyyMMdd" titleColumn="titleColumn" startColumn="startColumn" dataList="data:dataList1" style="height:500px;margin:100px;margin-top:0px;" id="scheduleCalendar1" lang="ko" headerLeftBtn="true" idColumn="idColumn" headerTitle="true" ev:onclick="" version="" ev:onaddschedule="scwin.scheduleCalendar1_onaddschedule" ev:onmoveschedule="scwin.scheduleCalendar1_onmoveschedule"> </w2:scheduleCalendar> </body> </html>
GUIDE/WebContent/ScheduleCalendar/dataList_titleColumn_idColumn_startColumn_endColumn_ScheduleCalendar.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="title" name="title" dataType="text"></w2:column> <w2:column id="id" name="id" dataType="text"></w2:column> <w2:column id="start" name="start" dataType="text"></w2:column> <w2:column id="end" name="end" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <title><![CDATA[AAA]]></title> <id><![CDATA[1]]></id> <start><![CDATA[20201001]]></start> <end><![CDATA[20201002]]></end> </w2:row> <w2:row> <title><![CDATA[BBB]]></title> <id><![CDATA[2]]></id> <start><![CDATA[20201010]]></start> <end><![CDATA[20201012]]></end> </w2:row> <w2:row> <title><![CDATA[CCC]]></title> <id><![CDATA[3]]></id> <start><![CDATA[20201020]]></start> <end><![CDATA[20201023]]></end> </w2:row> <w2:row> <title><![CDATA[DDD]]></title> <id><![CDATA[4]]></id> <start><![CDATA[20201015]]></start> <end><![CDATA[20201017]]></end> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"><w2:scheduleCalendar selectable="true" ioFormat="yyyyMMdd" eventLimit="true" id="scheduleCalendar1" lang="en" defaultDate="" editable="true" headerRightBtn="true" titleColumn="title" startColumn="start" dataList="data:dataList1" style="width: 500px;height: 300px;margin:100px;margin-bottom:50px;margin-top:50px;border-width:1px;border-color:black;" headerLeftBtn="true" idColumn="id" headerTitle="true" endColumn="end" themeColumn="" locale="en" tooltipDisplay="" nextDayThreshold="" version="2.3" includeScheduleEnd="true" eventOrderColumn="" timeFormat=""> </w2:scheduleCalendar> </body> </html>
GUIDE/WebContent/ScheduleCalendar/selectable_ScheduleCalendar.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { // scheduleCalendar1.addSchedule({"title": "추가 타이틀 2222","end": "201201022","id": "ADD_id_223","start": "20201019"}); // scheduleCalendar1.addSchedule({"colTitle": "추가 타이틀 2222","colEnd": "2020125","colId": "ADD_id_223","colStart": "201201022"}); }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"><w2:scheduleCalendar selectable="true" ioFormat="yyyyMMdd" eventLimit="true" id="scheduleCalendar1" lang="en" defaultDate="" editable="" headerRightBtn="true" titleColumn="" startColumn="" dataList="" style="width: 500px;height: 300px;margin:100px;margin-bottom:50px;margin-top:50px;border-width:1px;border-color:black;" headerLeftBtn="true" idColumn="" headerTitle="true" endColumn="" themeColumn="" locale="en" tooltipDisplay="" nextDayThreshold="" version="2.3" includeScheduleEnd="" eventOrderColumn="" timeFormat=""> </w2:scheduleCalendar> </body> </html>
GUIDE/WebContent/ScheduleCalendar/nextDayThreshold_ScheduleCalendar.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>DEFAULT</w2:type> <w2:buildDate /> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList id="dataList1" baseNode="list" style="" saveRemovedData="true" repeatNode="map"> <w2:columnInfo> <w2:column id="id" name="id" dataType="text"></w2:column> <w2:column id="title" name="title" dataType="text"></w2:column> <w2:column id="start" name="start" dataType="text"></w2:column> <w2:column id="end" name="end" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <title><![CDATA[(Jul-08 11:00 ~ Jul-10 11:00)]]></title> <start><![CDATA[20190708090000]]></start> <end><![CDATA[20190710110000]]></end> <id><![CDATA[Event 002]]></id> </w2:row> <w2:row> <id><![CDATA[Evnt 001]]></id> <title><![CDATA[(Jul-15 12:00 ~ Jul-17 16:00)]]></title> <start><![CDATA[20190715120000]]></start> <end><![CDATA[20190717160000]]></end> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { //mf_schedule1.addSchedule({"title":"이벤트6", "start":"20190722", "end":"20190725", "id":"이벤트6"}); } ]]></script> <style type="text/css"> .fc-day-number.fc-sat.fc-past { color:#0000FF; } .fc-day-number.fc-sun.fc-past { color:#FF0000; } </style> </head> <body ev:onpageload="scwin.onpageload"> <xf:group id="" style="margin: 20px;" class="cont_wrap type1"> <xf:group class="w2tb tbl_lo" id="" style="width:100%;padding: 20px;" tagname="table"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="colgroup"> <xf:group style="width:100.00%" tagname="col"></xf:group> </xf:group> <xf:group tagname="tr"> <xf:group class="w2tb_td" style="padding: 20px;" tagname="td"> <xf:group class="grpbox" id="" style=""> <xf:group class="stit_01" id="" style=""> <w2:textbox id="" label="ScheduleCalendar" style="font: 20px blue ;" tagname="h3"></w2:textbox> </xf:group> <xf:group class="sub_cont" id="" style=""> <w2:scheduleCalendar id="schedule1" style="height:450px; width: 800px;" defaultDate="2019-07" editable="true" eventLimit="true" version="3.6" defaultView="month" eventOrderDefaultValue="0" selectable="true" dataList="data:dataList1" titleColumn="title" startColumn="start" endColumn="end" ev:onclick="scwin.schdule1_onclick" headerLeftBtn="" ev:onheaderbtnclick="scwin.schdule1_onheaderbtnclick" headerRightBtn="" eventOrderColumn="num" idColumn="id" themeColumn="theme" lang="en" locale="en" nextDayThreshold="12:00:00"> </w2:scheduleCalendar> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </xf:group> </body> </html>
GUIDE/WebContent/ScheduleCalendar/addSchedule_ScheduleCalendar.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="title" name="title" dataType="text"></w2:column> <w2:column id="id" name="id" dataType="text"></w2:column> <w2:column id="start" name="start" dataType="text"></w2:column> <w2:column id="end" name="end" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="false"> <w2:row> <title><![CDATA[AAA]]></title> <id><![CDATA[1]]></id> <start><![CDATA[20201001]]></start> <end><![CDATA[20201002]]></end> </w2:row> <w2:row> <title><![CDATA[BBB]]></title> <id><![CDATA[2]]></id> <start><![CDATA[20201010]]></start> <end><![CDATA[20201012]]></end> </w2:row> <w2:row> <title><![CDATA[CCC]]></title> <id><![CDATA[3]]></id> <start><![CDATA[20201020]]></start> <end><![CDATA[20201023]]></end> </w2:row> <w2:row> <title><![CDATA[DDD]]></title> <id><![CDATA[4]]></id> <start><![CDATA[20201015]]></start> <end><![CDATA[20201017]]></end> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { scheduleCalendar1.addSchedule({ "title": "Trip to Busan", "start": "20230501", "end": "20230503", "id": "added01" }); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:187px;height:43px;margin:0px;margin-bottom:50px;margin-top:10px;margin-left:100px;padding:10px;font-family:sans-serif;font-style:italic;font-weight:bolder;font-size-adjust:0;font-size:15px;border-width:1px;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[addSchedule()]]></xf:label> </xf:trigger><w2:scheduleCalendar selectable="true" ioFormat="yyyyMMdd" eventLimit="true" id="scheduleCalendar1" lang="en" defaultDate="" editable="true" headerRightBtn="true" titleColumn="title" startColumn="start" dataList="data:dataList1" style="width: 500px;height: 300px;margin:100px;margin-bottom:50px;margin-top:0;border-width:1px;border-color:black;" headerLeftBtn="true" idColumn="id" headerTitle="true" endColumn="end" themeColumn="" locale="en" tooltipDisplay="" nextDayThreshold="" version="2.3" includeScheduleEnd="true" eventOrderColumn="" timeFormat=""> </w2:scheduleCalendar> </body> </html>
GUIDE/WebContent/_Debugging/Event_Debugging.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { alert("trigger1 event"); }; scwin.trigger2_onclick = function(e) { alert("trigger2 event"); }; scwin.trigger3_onclick = function(e) { alert("trigger3 event"); }; scwin.trigger4_onclick = function(e) { alert("trigger4 event"); }; scwin.trigger5_onclick = function(e) { alert("trigger5 event"); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="margin-top: 50px;margin-left: 150px;"><xf:trigger style="width: 80px;height: 23px;display: block" id="trigger1" type="button" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[trigger1]]></xf:label> </xf:trigger><xf:trigger style="width: 80px;height: 23px;display: block;margin-top: 20px;" id="trigger2" type="button" ev:onclick="scwin.trigger2_onclick"> <xf:label><![CDATA[trigger2]]></xf:label> </xf:trigger><xf:trigger style="width: 80px;height: 23px;display: block;margin-top: 20px;" id="trigger3" type="button" ev:onclick="scwin.trigger3_onclick"> <xf:label><![CDATA[trigger3]]></xf:label> </xf:trigger><xf:trigger style="width: 80px;height: 23px;display: block;margin-top: 20px;" id="trigger4" type="button" ev:onclick="scwin.trigger4_onclick"> <xf:label><![CDATA[trigger4]]></xf:label> </xf:trigger><xf:trigger style="width: 80px;height: 23px;display: block;margin-top: 20px;" id="trigger5" type="button" ev:onclick="scwin.trigger5_onclick"> <xf:label><![CDATA[trigger5]]></xf:label> </xf:trigger></xf:group></body> </html>
GUIDE/WebContent/_Debugging/View_Submission_Debugging/source3.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" 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:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> <xf:submission id="submission3" ref="" target="data:json,dataList1" action="testdata3.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="Loading..." ev:submit="" ev:submitdone="" ev:submiterror="" abortTrigger="true"> </xf:submission> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { $p.executeSubmission("submission3"); }; scwin.onpageunload = function() { };]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="margin-left: 30px;padding-top: 30px;"><w2:gridView scrollByColumnAdaptive="false" rowNumVisible="true" dataList="data:dataList1" style="width: 300px;height: 150px;" scrollByColumn="false" rowNumHeaderValue="No." id="" visibleRowNum="" defaultCellHeight="20"> <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 removeBorderStyle="false" width="70" inputType="text" style="" id="column1" value="name1" blockSelect="false" displayMode="label"> </w2:column> <w2:column width="70" style="" id="column2" value="name2"></w2:column> <w2:column width="70" style="" id="column3" value="name3"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col1" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column width="70" id="col2"></w2:column> <w2:column width="70" id="col3"></w2:column> </w2:row> </w2:gBody> </w2:gridView></xf:group></body> </html>
GUIDE/WebContent/_Debugging/Menus_Debugging/GridView_sample.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="select" name="select" dataType="text"></w2:column> <w2:column id="autoComplete" name="autoComplete" dataType="text"></w2:column> <w2:column id="checkcombobox" name="checkcombobox" dataType="text"></w2:column> <w2:column id="text" name="text" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <select><![CDATA[001]]></select> <autoComplete><![CDATA[002]]></autoComplete> <checkcombobox><![CDATA[003]]></checkcombobox> <text><![CDATA[004]]></text> </w2:row> <w2:row> <select><![CDATA[002]]></select> <autoComplete><![CDATA[003]]></autoComplete> <checkcombobox><![CDATA[004]]></checkcombobox> <text><![CDATA[005]]></text> </w2:row> <w2:row> <select><![CDATA[003]]></select> <autoComplete><![CDATA[004]]></autoComplete> <checkcombobox><![CDATA[005]]></checkcombobox> <text><![CDATA[001]]></text> </w2:row> <w2:row> <select><![CDATA[004]]></select> <autoComplete><![CDATA[005]]></autoComplete> <checkcombobox><![CDATA[001]]></checkcombobox> <text><![CDATA[002]]></text> </w2:row> <w2:row> <select><![CDATA[005]]></select> <autoComplete><![CDATA[001]]></autoComplete> <checkcombobox><![CDATA[002]]></checkcombobox> <text><![CDATA[003]]></text> </w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="select" saveRemovedData="true"> <w2:columnInfo> <w2:column id="label" name="name2" dataType="text"></w2:column> <w2:column id="value" name="name2" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="true"> <w2:row> <label><![CDATA[Bangkok]]></label> <value><![CDATA[001]]></value> </w2:row> <w2:row> <label><![CDATA[Danang]]></label> <value><![CDATA[002]]></value> </w2:row> <w2:row> <label><![CDATA[Hanoi]]></label> <value><![CDATA[003]]></value> </w2:row> <w2:row> <label><![CDATA[Seoul]]></label> <value><![CDATA[004]]></value> </w2:row> <w2:row> <label><![CDATA[Tokyo]]></label> <value><![CDATA[005]]></value> </w2:row> </w2:data> </w2:dataList> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="padding: 100px;"><w2:textbox style="width:600px;padding: 5px;line-height:32px;height:32px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;margin-bottom: 30px;" id="" label='GridView for Tab1'> </w2:textbox><w2:gridView scrollByColumnAdaptive="false" dataList="data:dataList1" style="width: 600px;height: 150px;" scrollByColumn="false" id="" autoFit="allColumn" defaultCellHeight="20" copyOption="display" contextMenu=""> <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 removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column4" value="select" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column3" value="autoComplete" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column2" value="checkcombobox" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column1" value="text" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column chooseOptionLabel="Select." ref="" removeBorderStyle="false" chooseOption="" width="70" inputType="select" style="height:20px" id="select" allOption="" value="" blockSelect="false" displayMode="label delim value" copyOption="" displayType=""> <w2:choices> <w2:itemset nodeset="data:select"> <w2:label ref="label"></w2:label> <w2:value ref="value"></w2:value> </w2:itemset> </w2:choices> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="autoComplete" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="checkcombobox" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="text" value="" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:gBody> </w2:gridView></xf:group></body> </html>
GUIDE/WebContent/_Debugging/Menus_Debugging/Menus_Debugging.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { //var tabOptions = {}; //for (var i = 0; i < 2; i++) { //var addCount = i + 2; var tabOptions = { label : "Tab " + 2, openAction: "new", closable: "true" } var contentsOptions = { frameMode : "wframe", alwaysDraw : false, src: "tab.xml" } tabControl1.addTab(1, tabOptions, contentsOptions); var tabOptions2 = { label : "Tab " + 3, openAction: "new", closable: "true" } var contentsOptions2 = { frameMode : "wframe", alwaysDraw : false, src: "tabs_added.xml" } tabControl1.addTab(2, tabOptions2, contentsOptions2); }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:tabControl useTabKeyOnly="true" id="tabControl1" useMoveNextTabFocus="false" useConfirmMessage="false" confirmTrueAction="exist" confirmFalseAction="new" alwaysDraw="false" style="position:absolute;width:80%;height:80%;margin:50px;margin-left:150px;" tabScroll="true" tabScrollAuto="true" tabPosition="bottom"> <w2:tabs disabled="false" style="width:70px;height:30px;" id="tabs1" label="Tab 1"></w2:tabs> <w2:content alwaysDraw="false" style="height:300px;" id="content1" src="/2021-Q2/GridView_sample.xml"></w2:content> </w2:tabControl> </body> </html>
GUIDE/WebContent/$p/PopUp/openPopup_frameModal_$p/wframe_01.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:wframe style="width:70%;height:70%;border-color:purple;border-style:solid;margin:50px;" id="" src="wframe_00.xml"></w2:wframe> </body> </html>
GUIDE/WebContent/$p/PopUp/openPopup_frameModal_$p/popUp_02A_src.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:textbox id="text1" label="PopUp 02A" style="width:220px;height:63px;margin:30px;font-size:20px;font-weight:bolder;font-style:italic;font-family:sans-serif;text-align:center;border-style:solid;line-height:60px;"> </w2:textbox> </body> </html>
GUIDE/WebContent/$p/PopUp/getPopupWindow_$p/getPopupWindow_$p.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { requires("uiplugin.popup"); var options1 = { id : "pop1", type : "wframePopup", popupName : "PopUp ID = pop1", width: "300px", height: "200px", top: "50px", left: "300px" }; $p.openPopup("pop1.xml", options1 ); }; scwin.trigger2_onclick = function(e) { requires("uiplugin.popup"); var options2 = { id : "pop2", type : "wframePopup", popupName : "PopUp ID = pop2", width: "300px", height: "200px", top: "50px", left: "600px" }; $p.openPopup("pop2.xml", options2 ); }; scwin.trigger3_onclick = function(e) { requires("uiplugin.popup"); var options2 = { id : "pop3", type : "wframePopup", popupName : "PopUp ID = pop3", width: "300px", height: "200px", top: "250px", left: "300px" }; $p.openPopup("pop3.xml", options2 ); }; scwin.trigger4_onclick = function(e) { var window = $p.getPopupWindow("pop3"); var value = window.text1.getValue(); alert(value); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style=";margin:20px;"><xf:trigger ev:onclick="scwin.trigger1_onclick" style="width:80px;height:32px;font-weight:bolder;color:white;background-color:blue;font-family:sans-serif;border-style:none;" id="trigger1" type="button"> <xf:label><![CDATA[PopUp1]]></xf:label> </xf:trigger><xf:trigger ev:onclick="scwin.trigger2_onclick" style="width:80px;height:32px;margin-left:40px;font-weight:bolder;color:white;background-color:green;font-family:sans-serif;border-style:none;" id="trigger2" type="button"> <xf:label><![CDATA[PopUp2]]></xf:label> </xf:trigger><xf:trigger ev:onclick="scwin.trigger3_onclick" style="width:80px;height:32px;margin-left:40px;font-weight:bolder;color:white;background-color:orange;font-family:sans-serif;font-style:normal;border-style:none;" id="trigger3" type="button"> <xf:label><![CDATA[PopUp3]]></xf:label> </xf:trigger><xf:trigger ev:onclick="scwin.trigger4_onclick" style="width:199px;height:35px;display:block;margin-top:20px;font-family:monospace;font-style:italic;font-weight:bolder;border-style:none;background-color:#C0C0C0;" id="trigger4" type="button" nextTabID="" tabIndex=""> <xf:label><![CDATA[getPopupWindow();]]></xf:label> </xf:trigger></xf:group></body> </html>
GUIDE/WebContent/$p/PopUp/isPopUp_$p/wframe_src.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { var ispopup = $p.isPopup(); alert("Am I a popup? : " + ispopup); }; scwin.trigger2_onclick = function(e) { var ispopup = $p.isPopup(true); alert("Is my PARENT a popup? : " + ispopup); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:150px;padding:5px;line-height:32px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;margin:20px;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[isPopup()]]></xf:label> </xf:trigger> <xf:trigger type="button" style="width:150px;padding: 5px;line-height:32px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;" id="trigger2" ev:onclick="scwin.trigger2_onclick"> <xf:label><![CDATA[isPopup(true)]]></xf:label> </xf:trigger> <w2:textbox id="text1" label="WFrame" style="width:328px;height:63px;margin-left:20px;font-size:20px;font-weight:bolder;font-style:italic;font-family:sans-serif;line-height:60px;"> </w2:textbox> </body> </html>
GUIDE/WebContent/$p/PopUp/isPopUp_$p/isPopUp_$p.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { requires("uiplugin.popup"); }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { var opts = { "id" : "popup2", "type" : "browserPopup", "width" : "500px", "height" : "500px", "top" : 100, "left" : 300, "modal" : true } $p.openPopup("messagePopup.xml", opts); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:textbox id="" label="Main" style="width:420px;height:60px;font-family:sans-serif;font-size:30px;color:black;margin: 10px;margin-left: 100px;margin-top: 50px;"></w2:textbox><xf:trigger type="button" style="width:300px;padding: 5px;line-height:32px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;margin: 100px;margin-top: 30px;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[$p.openPopup()]]></xf:label> </xf:trigger> </body> </html>
GUIDE/WebContent/$p/PopUp/openPopup_modal_$p/wframe.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:wframe style="width:80%;height:400px;border-color:purple;border-style:solid;margin: 50px;" id="" src="popUp.xml"></w2:wframe> </body> </html>
GUIDE/WebContent/$p/PopUp/openPopup_closeAction_$p.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { requires("uiplugin.popup"); var options = { id: "popup1", type: "wframePopup", height: "300px", width: "300px", closeAction: "scwin.closeAction" }; $p.openPopup("", options); }; scwin.closeAction = function (id, info) { if (!info.isCloseButtonClick) { return true; } alert("To be closed by scwin.closeAction..."); return true; }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:248px;height:39px;margin-top:30px;margin-left: 100px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;text-align:left;font-style:normal;font-weight:bolder;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[openPopup()]]></xf:label> </xf:trigger> </body> </html>
GUIDE/WebContent/$p/PopUp/openPopup_$p/for_browser.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:textbox label="browserPopup" style="width: 250px;height: 30px;margin: 10px;font: 30px bolder;padding: 10px;background-color: black;color: white;" id=""></w2:textbox> </body> </html>
GUIDE/WebContent/$p/PopUp/openPopup_$p/for_wframe.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload" > <w2:textbox label="wframePopup" style="width: 250px;height: 30px;margin: 10px;font: 30px bolder;padding: 10px;background-color: red;color: white;" id=""></w2:textbox> </body> </html>
GUIDE/WebContent/$p/PopUp/getParameter_$p_openPopup_$p/getParameter_$p_openPopup_$p.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { requires("uiplugin.popup"); var rowJSON = { "Product Info" : {"Origin" : "Korea", "Manufacturer" : "Inswave", "Type" : "Software"}, "Region": "Seoul", "Carrier" : true }; var dataObject = { "type" : "json", "name" : "param", "data" : rowJSON }; var options = { id: "popup1", type: "wframePopup", height: "300px", width: "300px", dataObject : dataObject }; $p.openPopup("src.xml", options); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:248px;height:39px;margin-top:30px;margin-left: 100px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;text-align:left;font-style:normal;font-weight:bolder;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[openPopup()]]></xf:label> </xf:trigger> </body> </html>
GUIDE/WebContent/$p/PopUp/isWFramePopUp_$p/wframe_src.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { var iswframepopup = $p.isWFramePopup(); alert("Am I a WFrame popup? : " + iswframepopup); }; scwin.trigger2_onclick = function(e) { var iswframepopup = $p.isWFramePopup(true); alert("Is my PARENT a WFrame popup? : " + iswframepopup); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:150px;padding:5px;line-height:32px;background-color:#C0C0C0;font-size:13px;font-family:monospace;font-style:normal;font-weight:bolder;margin:20px;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[isWFramePopup()]]></xf:label> </xf:trigger> <xf:trigger type="button" style="width:150px;padding: 5px;line-height:32px;background-color:#C0C0C0;font-size:13px;font-family:monospace;font-style:normal;font-weight:bolder;" id="trigger2" ev:onclick="scwin.trigger2_onclick"> <xf:label><![CDATA[isWFramePopup(true)]]></xf:label> </xf:trigger> <w2:textbox id="text1" label="WFrame" style="width:328px;height:63px;margin-left:20px;font-size:20px;font-weight:bolder;font-style:italic;font-family:sans-serif;line-height:60px;"> </w2:textbox> </body> </html>
GUIDE/WebContent/$p/PopUp/getAllPopupWindowList_$p/getAllPopupWindowList_$p.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { requires("uiplugin.popup"); var options1 = { id : "pop1", type : "wframePopup", popupName : "PopUp1", width: "300px", height: "200px", top: "50px", left: "300px" }; $p.openPopup("pop1.xml", options1 ); }; scwin.trigger2_onclick = function(e) { requires("uiplugin.popup"); var options2 = { id : "pop2", type : "iframePopup", popupName : "PopUp2", width: "300px", height: "200px", top: "250px", left: "300px" }; $p.openPopup("pop2.xml", options2 ); }; scwin.trigger3_onclick = function(e) { requires("uiplugin.popup"); var options2 = { id : "pop3", type : "browserPopup", popupName : "PopUp3", width: "300px", height: "200px", top: "110px", left: "300px" }; $p.openPopup("pop3.xml", options2 ); }; scwin.trigger4_onclick = function(e) { var popUps = $p.getAllPopupWindowList(true); var eachValue; var allValues = ""; var i; for (i = 0; i < popUps.length; i++) { eachValue = popUps[i].text1.getValue(); allValues += eachValue + " "; } alert(allValues); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style=";margin:20px;"><xf:trigger ev:onclick="scwin.trigger1_onclick" style="width:80px;height:32px;font-weight:bolder;color:white;background-color:blue;font-family:sans-serif;border-style:none;" id="trigger1" type="button"> <xf:label><![CDATA[PopUp1]]></xf:label> </xf:trigger><xf:trigger ev:onclick="scwin.trigger2_onclick" style="width:80px;height:32px;margin-left:40px;font-weight:bolder;color:white;background-color:green;font-family:sans-serif;border-style:none;" id="trigger2" type="button" class=""> <xf:label><![CDATA[PopUp2]]></xf:label> </xf:trigger><xf:trigger ev:onclick="scwin.trigger3_onclick" style="width:80px;height:32px;margin-left:40px;font-weight:bolder;color:white;background-color:orange;font-family:sans-serif;font-style:normal;border-style:none;" id="trigger3" type="button"> <xf:label><![CDATA[PopUp3]]></xf:label> </xf:trigger><xf:trigger ev:onclick="scwin.trigger4_onclick" style="width:245px;height:35px;display:block;margin-top:20px;font-weight:bolder;font-family:monospace;font-style:italic;border-style:none;background-color:#C0C0C0;" id="trigger4" type="button" nextTabID=""> <xf:label><![CDATA[getAllPopupWindowList();]]></xf:label> </xf:trigger></xf:group></body> </html>
GUIDE/WebContent/$p/_General/dynamicCreate_$p.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { $p.dynamicCreate("group1", "group", {style: "width: 200px; height: 40px; margin: 50px"}); $p.dynamicCreate("textbox1", "textbox", {style: "border: solid black 2px; float: left; width: 200px; height: 20px; float: left; text-align: center; margin-bottom: 20px"}, group1); var comObj = WebSquare.util.getComponentById("textbox1"); comObj.setValue("Select the date."); $p.dynamicCreate("calendar1", "calendar", {style: "width: 200px; float: left; height: 40px; float: left"}, group1); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:200px;height:45px;margin-top: 50px;margin-left: 50px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;text-align:left;font-style:normal;font-weight:bolder;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[dynamicCreate()]]></xf:label> </xf:trigger> </body> </html>
GUIDE/WebContent/$p/_General/data_create_$p_setData_DataList_mutipleDataListDownload_WebSquare_util.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { var option = { "id" : "dataList1", "type" : "dataList", "option" : { "baseNode": "list", "repeatNode": "map" }, "columnInfo" : [ { "id" : "JSON_Code", "name": "JSON_Code", "dataType" :"text" }, { "id" :"JSON_CodeName", "name" : "JSON_CodeName", "dataType" :"text" } ] }; $p.data.create( option ); }; scwin.trigger6_onclick = function(e) { var arr1 = []; for( var i=0;i<5;i++ ) { for(var j=0;j<4;j++) { arr1[i*4+j] = "JSON_" + i+j; } } dataList1.setData(arr1); }; scwin.trigger2_onclick = function(e) { var dcStr = '<w2:dataList id="dataList2" baseNode="list" repeatNode="map" valueNode=""> '+ '<w2:columnInfo>'+ '<w2:column id="XML_OrderID" name="XML_Client ID" dataType="text"></w2:column>'+ '<w2:column id="XML_CustomerID" name="XML_Client Name" dataType="text"></w2:column>'+ '<w2:column id="XML_EmployeeID" name="XML_Employee" dataType="text"></w2:column>'+ '<w2:column id="XML_OrderDate" name="XML_Date" dataType="text"></w2:column>'+ '</w2:columnInfo>'+ '</w2:dataList>'; $p.data.create(dcStr); }; scwin.trigger7_onclick = function(e) { var arr3 = []; for( var i=0;i<10;i++ ) { for(var j=0;j<4;j++) { arr3[i*4+j] = "XML_" + i+j; } } dataList2.setData(arr3); }; scwin.trigger5_onclick = function(e) { var scId = ""; var options = { common: { fileName : "dataList.xlsx", multipleSheet: "true", showProcess : false }, excelInfo: [ { dataListId : "dataList1", sheetName : "JSON", removeColumns : "" , wframeId: scId }, { dataListId : "dataList2", sheetName : "XML", removeColumns : "", wframeId: scId } ] }; WebSquare.util.multipleDataListDownload( options ); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:300px;height:43px;margin:30px;font-size:20px;font-family:sans-serif;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[$p.data.create(); / JSON]]></xf:label> </xf:trigger> <xf:trigger type="button" style="width:200px;height:43px;font-size:20px;font-family:sans-serif;" id="trigger6" ev:onclick="scwin.trigger6_onclick"> <xf:label><![CDATA[dataList1.setData();]]></xf:label> </xf:trigger> <xf:trigger ev:onclick="scwin.trigger2_onclick" id="trigger2" style="width:300px;height:43px;margin:30px;font-size:20px;font-family:sans-serif;" type="button"> <xf:label><![CDATA[$p.data.create(); / XML]]></xf:label> </xf:trigger> <xf:trigger type="button" style="width:200px;height:43px;font-size:20px;font-family:sans-serif;" id="trigger7" ev:onclick="scwin.trigger7_onclick"> <xf:label><![CDATA[dataList2.setData();]]></xf:label> </xf:trigger> <xf:trigger type="button" style="width:300px;height:43px;display:block;margin:30px;font-size:20px;font-size-adjust:0;font-family:sans-serif;font:;" id="trigger5" ev:onclick="scwin.trigger5_onclick" ev:onfocus=""> <xf:label><![CDATA[multipleDataListDownload();]]></xf:label> </xf:trigger> </body> </html>
GUIDE/WebContent/$p/_General/reinitialize_$p.xml/reinitialize_$p.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.trigger1_onclick = function (e) { $p.reinitialize(true); }; window.onbeforeunload = function () { console.log('Browser refreshed.'); } scwin.trigger2_onclick = function (e) { $p.reinitialize(); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group id="" style="margin-top: 50px;margin-left: 50px;margin-right: 0px;"> <xf:group id=""> <xf:trigger ev:onclick="scwin.trigger1_onclick" style="width:150px;height:41px;line-height:32px;padding:5px;background-color: lightblue;font-size:15px;font-family: sans-serif;text-align:left;font-style:normal;font-weight:bolder;" id="trigger1" type="button"> <xf:label><![CDATA[$p.reinitialize(true);]]></xf:label> </xf:trigger> <xf:trigger type="button" id="trigger2" style="width:150px;height:41px;margin-left: 50px;line-height:32px;padding:5px;background-color: lightblue;font-size:15px;font-family: sans-serif;text-align:left;font-style:normal;font-weight:bolder;" ev:onclick="scwin.trigger2_onclick"> <xf:label><![CDATA[$p.reinitialize();]]></xf:label> </xf:trigger> <xf:input adjustMaxLength="false" style="width:222px;height:42px;margin-top:20px;color: blue;font-size:20px;font-family: sans-serif;text-align:left;font-style:normal;font-weight:bolder;display:block;border: blue solid 2px;" id="input1"> </xf:input> </xf:group> <w2:wframe src="source.xml" style="width: 400px;height: 300px;border: orange solid 2px;margin-top: 20px;" id=""></w2:wframe></xf:group></body> </html>
GUIDE/WebContent/$p/_General/reinitialize_$p.xml/source.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.trigger1_onclick = function (e) { $p.reinitialize(); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload"> <xf:group id="" style="margin: 50px;"> <xf:trigger ev:onclick="scwin.trigger1_onclick" id="trigger1" style="width:150px;height:41px;line-height:32px;padding:5px;background-color: orange;font-size:15px;font-family:sans-serif;text-align:left;font-style:normal;font-weight:bolder;display:block;" type="button"> <xf:label><![CDATA[$p.reinitialize();]]></xf:label> </xf:trigger> <xf:input adjustMaxLength="false" id="input1" style="width:167px;height:39px;margin-top:20px;color: orange;font-size:20px;font-family: sans-serif;text-align:left;font-style:normal;font-weight:bolder;display:block;border: orange solid 2px;"> </xf:input> </xf:group> </body> </html>
GUIDE/WebContent/$p/Submission/executeSubmission_$p_DataMap/executeSubmission_$p_DataMap.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataMap baseNode="map" id="dataMap1"> <w2:keyInfo> <w2:key id="Name" name="Name" dataType="text"></w2:key> <w2:key id="Gender" name="Gender" dataType="text"></w2:key> <w2:key id="Date" name="Date" dataType="text"></w2:key> <w2:key id="City" name="City" dataType="text"></w2:key> <w2:key id="Email" name="Email" dataType="text"></w2:key> <w2:key id="Title" name="Title" dataType="text"></w2:key> </w2:keyInfo> <w2:data use="false"></w2:data> </w2:dataMap> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="City" name="City" dataType="text"></w2:column> <w2:column id="code" name="code" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="false"> <w2:row></w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="dataList2" saveRemovedData="true"> <w2:columnInfo> <w2:column id="Gender" name="Gender" dataType="text"></w2:column> <w2:column id="code" name="code" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> <xf:submission id="submission1" ref="" target='data:json,["dataList1","dataList2"]' action="code.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="" ev:submiterror="" abortTrigger=""> </xf:submission> <xf:submission id="submission2" ref="" target="data:json,dataMap1" action="data.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="" ev:submiterror="" abortTrigger=""> </xf:submission> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { $p.executeSubmission("submission1"); }; scwin.trigger2_onclick = function(e) { $p.executeSubmission("submission2"); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group tagname="table" style="margin: 20px;" id="" class="w2tb"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="caption"></xf:group> <xf:group tagname="colgroup"> <xf:group tagname="col" style="width:25.00%;"></xf:group> <xf:group tagname="col" style="width:25.00%"></xf:group> <xf:group tagname="col" style="width:25.00%;"></xf:group> <xf:group tagname="col" style="width:25.00%"></xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="th" style="padding: 10px;background-color: white" class="w2tb_th"> <w2:attributes> <w2:scope>row</w2:scope> <w2:colspan>4</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> <xf:group id="" style="float: right;"><xf:trigger ev:onclick="scwin.trigger1_onclick" style="width: 80px;height: 23px;" id="trigger1" type="button"> <xf:label><![CDATA[Get Code]]></xf:label> </xf:trigger><xf:trigger ev:onclick="scwin.trigger2_onclick" style="width: 80px;height: 23px;margin-left: 20px;" id="trigger2" type="button"> <xf:label><![CDATA[Get Data]]></xf:label> </xf:trigger></xf:group></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="padding: 10px;" class="w2tb_td"> <xf:input adjustMaxLength="false" id="" style="width: 144px;height: 21px;" ref="data:dataMap1.Name"></xf:input> </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="padding: 10px;" class="w2tb_td"> <xf:select1 id="" selectedIndex="-1" appearance="full" style="width: 150px;height: 21px;" ref="data:dataMap1.Gender" cols="" rows="1"> <xf:choices> <xf:itemset nodeset="data:dataList2"> <xf:label ref="Gender"></xf:label> <xf:value ref="code"></xf:value> </xf:itemset> </xf:choices> </xf:select1> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="th" style="" class="w2tb_th"> Sign-up&amp;nbsp;Date <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group tagname="td" style="padding: 10px;" class="w2tb_td"> <w2:inputCalendar footerDiv="false" id="" style="width: 150px;height: 23px;" renderDiv="true" focusOnDateSelect="false" calendarValueType="yearMonthDate" rightAlign="false" renderType="component" ref="data:dataMap1.Date"> </w2:inputCalendar> </xf:group> <xf:group tagname="th" style="" class="w2tb_th">City<w2:attributes> <w2:scope>row</w2:scope> </w2:attributes></xf:group> <xf:group tagname="td" style="padding: 10px;" class="w2tb_td"> <xf:select1 id="" chooseOption="" style="width: 148px;height: 21px;" submenuSize="auto" allOption="" disabled="false" direction="auto" appearance="minimal" disabledClass="w2selectbox_disabled" ref="data:dataMap1.City" chooseOptionLabel=""> <xf:choices> <xf:itemset nodeset="data:dataList1"> <xf:label ref="City"></xf:label> <xf:value ref="code"></xf:value> </xf:itemset> </xf:choices> </xf:select1> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="th" style="" class="w2tb_th"> E-mail <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group tagname="td" style="padding: 10px;" class="w2tb_td"> <xf:input adjustMaxLength="false" id="" style="width: 144px;height: 21px;" ref="data:dataMap1.Email"></xf:input> </xf:group> <xf:group tagname="th" style="" class="w2tb_th"> Title <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group tagname="td" style="padding: 10px;" class="w2tb_td"> <xf:input adjustMaxLength="false" id="" style="width: 144px;height: 21px;" ref="data:dataMap1.Title"></xf:input> </xf:group> </xf:group> </xf:group> </body> </html>
GUIDE/WebContent/$p/Submission/executeSubmission_$p_DataList_Radio_SelectBox/executeSubmission_$p_DataList_Radio_SelectBox.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataMap baseNode="map" id="dataMap1"> <w2:keyInfo> <w2:key id="Name" name="Name" dataType="text"></w2:key> <w2:key id="Gender" name="Gender" dataType="text"></w2:key> <w2:key id="Date" name="Date" dataType="text"></w2:key> <w2:key id="City" name="City" dataType="text"></w2:key> <w2:key id="Email" name="Email" dataType="text"></w2:key> <w2:key id="Title" name="Title" dataType="text"></w2:key> </w2:keyInfo> <w2:data use="false"></w2:data> </w2:dataMap> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="City" name="City" dataType="text"></w2:column> <w2:column id="code" name="code" dataType="text"></w2:column> </w2:columnInfo> <w2:data use="false"> <w2:row></w2:row> </w2:data> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="dataList2" saveRemovedData="true"> <w2:columnInfo> <w2:column id="Gender" name="Gender" dataType="text"></w2:column> <w2:column id="code" name="code" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> <xf:submission id="submission1" ref="" target='data:json,["dataList1","dataList2"]' action="code.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="" ev:submiterror="" abortTrigger=""> </xf:submission> <xf:submission id="submission2" ref="" target="data:json,dataMap1" action="data.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="" ev:submiterror="" abortTrigger=""> </xf:submission> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { $p.executeSubmission("submission1"); }; scwin.trigger2_onclick = function(e) { $p.executeSubmission("submission2"); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group tagname="table" style="margin: 20px;" id="" class="w2tb"> <w2:attributes> <w2:summary></w2:summary> </w2:attributes> <xf:group tagname="caption"></xf:group> <xf:group tagname="colgroup"> <xf:group tagname="col" style="width:25.00%;"></xf:group> <xf:group tagname="col" style="width:25.00%"></xf:group> <xf:group tagname="col" style="width:25.00%;"></xf:group> <xf:group tagname="col" style="width:25.00%"></xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="th" style="padding: 10px;background-color: white" class="w2tb_th"> <w2:attributes> <w2:scope>row</w2:scope> <w2:colspan>4</w2:colspan> <w2:rowspan>1</w2:rowspan> </w2:attributes> <xf:group id="" style="float: right;"><xf:trigger ev:onclick="scwin.trigger1_onclick" style="width: 80px;height: 23px;" id="trigger1" type="button"> <xf:label><![CDATA[Get Code]]></xf:label> </xf:trigger><xf:trigger ev:onclick="scwin.trigger2_onclick" style="width: 80px;height: 23px;margin-left: 20px;" id="trigger2" type="button"> <xf:label><![CDATA[Get Data]]></xf:label> </xf:trigger></xf:group></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="padding: 10px;" class="w2tb_td"> <xf:input adjustMaxLength="false" id="" style="width: 144px;height: 21px;" ref="data:dataMap1.Name"></xf:input> </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="padding: 10px;" class="w2tb_td"> <xf:select1 id="" selectedIndex="-1" appearance="full" style="width: 150px;height: 21px;" ref="data:dataMap1.Gender" cols="" rows="1"> <xf:choices> <xf:itemset nodeset="data:dataList2"> <xf:label ref="Gender"></xf:label> <xf:value ref="code"></xf:value> </xf:itemset> </xf:choices> </xf:select1> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="th" style="" class="w2tb_th"> Sign-up&amp;nbsp;Date <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group tagname="td" style="padding: 10px;" class="w2tb_td"> <w2:inputCalendar footerDiv="false" id="" style="width: 150px;height: 23px;" renderDiv="true" focusOnDateSelect="false" calendarValueType="yearMonthDate" rightAlign="false" renderType="component" ref="data:dataMap1.Date"> </w2:inputCalendar> </xf:group> <xf:group tagname="th" style="" class="w2tb_th">City<w2:attributes> <w2:scope>row</w2:scope> </w2:attributes></xf:group> <xf:group tagname="td" style="padding: 10px;" class="w2tb_td"> <xf:select1 id="" chooseOption="" style="width: 148px;height: 21px;" submenuSize="auto" allOption="" disabled="false" direction="auto" appearance="minimal" disabledClass="w2selectbox_disabled" ref="data:dataMap1.City" chooseOptionLabel=""> <xf:choices> <xf:itemset nodeset="data:dataList1"> <xf:label ref="City"></xf:label> <xf:value ref="code"></xf:value> </xf:itemset> </xf:choices> </xf:select1> </xf:group> </xf:group> <xf:group tagname="tr" style=""> <xf:group tagname="th" style="" class="w2tb_th"> E-mail <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group tagname="td" style="padding: 10px;" class="w2tb_td"> <xf:input adjustMaxLength="false" id="" style="width: 144px;height: 21px;" ref="data:dataMap1.Email"></xf:input> </xf:group> <xf:group tagname="th" style="" class="w2tb_th"> Title <w2:attributes> <w2:scope>row</w2:scope> </w2:attributes> </xf:group> <xf:group tagname="td" style="padding: 10px;" class="w2tb_td"> <xf:input adjustMaxLength="false" id="" style="width: 144px;height: 21px;" ref="data:dataMap1.Title"></xf:input> </xf:group> </xf:group> </xf:group> </body> </html>
GUIDE/WebContent/$p/Submission/executeSubmission_$p/executeSubmission_$p.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" id="dataList1" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="Status" name="Status"></w2:column> <w2:column dataType="text" id="date" name="date"></w2:column> <w2:column dataType="text" id="Expense" name="Expense"></w2:column> <w2:column dataType="text" id="Income" name="Income"></w2:column> <w2:column dataType="text" id="Hobby" name="Hobby"></w2:column> <w2:column dataType="text" id="Region" name="Region"></w2:column> <w2:column dataType="text" id="Frequency" name="Frequency"></w2:column> <w2:column dataType="text" id="ID" name="ID"></w2:column> <w2:column dataType="text" id="Age" name="Age"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> <xf:submission id="submission1" ref="" target="data:json,dataList1" action="data.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="Submission being processed..." ev:submit="scwin.submission1_submit" ev:submitdone="scwin.submission1_submitdone" ev:submiterror="scwin.submission1_submiterror" abortTrigger=""> </xf:submission> <xf:submission id="submission2" ref="" target="data:json,dataList1" action="datal.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="Submission being processed..." ev:submit="scwin.submission2_submit" ev:submitdone="scwin.submission2_submitdone" ev:submiterror="scwin.submission2_submiterror" abortTrigger=""> </xf:submission> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.submission1_submit = function(e) { alert("Submission is about to start!"); }; scwin.submission1_submitdone = function(e) { alert("Submission successful."); }; scwin.submission1_submiterror = function(e) { alert("Submission failed."); }; scwin.trigger1_onclick = function(e) { $p.executeSubmission("submission1"); }; scwin.submission2_submit = function(e) { alert("Submission is about to start!"); }; scwin.submission2_submitdone = function(e) { alert("Submission successful."); }; scwin.submission2_submiterror = function(e) { alert("Submission failed."); }; scwin.trigger2_onclick = function(e) { $p.executeSubmission("submission2"); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:gridView autoFit="allColumn" dataList="data:dataList1" defaultCellHeight="20" id="" scrollByColumn="false" scrollByColumnAdaptive="false" style="margin:100px;margin-bottom: 20px;width: 80%;height: 50%;border: solid black 1px;"> <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="column9" inputType="text" style="height:20px" value="Status" width="70"></w2:column> <w2:column displayMode="label" id="column8" inputType="text" style="height:20px" value="date" width="70"></w2:column> <w2:column displayMode="label" id="column7" inputType="text" style="height:20px" value="Expense" width="70"></w2:column> <w2:column displayMode="label" id="column6" inputType="text" style="height:20px" value="Income" width="70"></w2:column> <w2:column displayMode="label" id="column5" inputType="text" style="height:20px" value="Hobby" width="70"></w2:column> <w2:column displayMode="label" id="column4" inputType="text" style="height:20px" value="Region" width="70"></w2:column> <w2:column displayMode="label" id="column3" inputType="text" style="height:20px" value="Frequency" width="70"></w2:column> <w2:column displayMode="label" id="column2" inputType="text" style="height:20px" value="ID" width="70"></w2:column> <w2:column displayMode="label" id="column1" inputType="text" style="height:20px" value="Age" width="70"></w2:column> </w2:row> </w2:header> <w2:gBody id="gBody1" style=""> <w2:row id="row2" style=""> <w2:column displayMode="label" id="Status" inputType="text" style="height:20px" value="" width="70"></w2:column> <w2:column displayMode="label" id="date" inputType="text" style="height:20px" value="" width="70"></w2:column> <w2:column displayMode="label" id="Expense" inputType="text" style="height:20px" value="" width="70"></w2:column> <w2:column displayMode="label" id="Income" inputType="text" style="height:20px" value="" width="70"></w2:column> <w2:column displayMode="label" id="Hobby" inputType="text" style="height:20px" value="" width="70"></w2:column> <w2:column displayMode="label" id="Region" inputType="text" style="height:20px" value="" width="70"></w2:column> <w2:column displayMode="label" id="Frequency" inputType="text" style="height:20px" value="" width="70"></w2:column> <w2:column displayMode="label" id="ID" inputType="text" style="height:20px" value="" width="70"></w2:column> <w2:column displayMode="label" id="Age" inputType="text" style="height:20px" value="" width="70"></w2:column> </w2:row> </w2:gBody> </w2:gridView> <xf:trigger type="button" style="display: block;width: 320px;padding: 10px;line-height:32px;height:45px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;margin-left: 100px;margin-top:0px;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[submission1]]></xf:label> </xf:trigger> <xf:trigger type="button" style="width: 320px;padding: 10px;line-height:32px;height:45px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;margin: 100px;margin-top:20px;" id="trigger2" ev:onclick="scwin.trigger2_onclick"> <xf:label><![CDATA[submission2]]></xf:label> </xf:trigger> </body> </html>
GUIDE/WebContent/$p/Submission/getSubmissionList_$p/source3.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" 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:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> <xf:submission id="submission3" ref="" target="data:json,dataList1" action="testdata3.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="Loading..." ev:submit="" ev:submitdone="" ev:submiterror="" abortTrigger="true"> </xf:submission> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { $p.executeSubmission("submission3"); }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { var list = $p.getSubmissionList({ "returnType": "json", "all": true }); alert(JSON.stringify(list)); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="margin-left: 30px;"><xf:trigger ev:onclick="scwin.trigger1_onclick" style="width:439px;height:30px;margin-left:0px;margin-top:20px;margin-bottom:20px;font-family:consolas;font-weight:bolder;font-size:13px;background-color:lightblue;text-align: left;padding-left: 10px;" id="trigger1" type="button"> <xf:label><![CDATA[getSubmissionList({ "returnType": "json", &nbsp;"all": true })]]></xf:label> </xf:trigger><w2:gridView scrollByColumnAdaptive="false" rowNumVisible="true" dataList="data:dataList1" style="width: 300px;height: 150px;" scrollByColumn="false" rowNumHeaderValue="No." id="" visibleRowNum="" defaultCellHeight="20"> <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 removeBorderStyle="false" width="70" inputType="text" style="" id="column1" value="name1" blockSelect="false" displayMode="label"> </w2:column> <w2:column width="70" style="" id="column2" value="name2"></w2:column> <w2:column width="70" style="" id="column3" value="name3"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="col1" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column width="70" id="col2"></w2:column> <w2:column width="70" id="col3"></w2:column> </w2:row> </w2:gBody> </w2:gridView></xf:group></body> </html>
GUIDE/WebContent/$p/Submission/setRequestHeader_getSubmission_$p/setRequestHeader_getSubmission_$p.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"> <w2:dataList baseNode="list" repeatNode="map" id="dataList1" saveRemovedData="true"> <w2:columnInfo> <w2:column id="C_Code" name="C_Code" dataType="text"></w2:column> <w2:column id="Airport" name="Airport" dataType="text"></w2:column> <w2:column id="Country" name="Country" dataType="text"></w2:column> <w2:column id="City" name="City" dataType="text"></w2:column> <w2:column id="A_Code" name="A_Code" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList baseNode="list" id="dataList2" repeatNode="map" saveRemovedData="true" style=""> <w2:columnInfo> <w2:column dataType="text" id="ID" name="ID"></w2:column> <w2:column dataType="text" id="Age" name="Age"></w2:column> <w2:column dataType="text" id="Region" name="Region"></w2:column> <w2:column dataType="text" id="Hobby" name="Hobby"></w2:column> <w2:column dataType="text" id="Status" name="Status"></w2:column> <w2:column dataType="text" id="Income" name="Income"></w2:column> <w2:column dataType="text" id="Frequency" name="Frequency"></w2:column> <w2:column dataType="text" id="Expense" name="Expense"></w2:column> <w2:column dataType="text" id="Date" name="Date"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> <xf:submission id="submission1" ref="" target="data:json,dataList1" action="citycode.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="" ev:submiterror="" abortTrigger=""> </xf:submission> <xf:submission id="submission2" ref="" target="data:json,dataList2" action="data.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="" ev:submiterror="" abortTrigger=""> </xf:submission> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { $p.executeSubmission("submission1"); var subObj = $p.getSubmission("submission1"); subObj.setRequestHeader({ "userKey" : "1_userValue" }); var header = subObj.requestHeader; var real = JSON.stringify(header); alert("requestHeader : " + real); }; scwin.trigger2_onclick = function(e) { $p.executeSubmission("submission2"); var subObj = $p.getSubmission("submission2"); subObj.setRequestHeader({ "userKey" : "2_userValue" }); var header = subObj.requestHeader; var real = JSON.stringify(header); alert("requestHeader : " + real); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="margin: 30px;"><xf:trigger ev:onclick="scwin.trigger1_onclick" style="width:476px;height:32px;text-align:center;line-height:32px;margin-bottom:30px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;" id="trigger1" type="button"> <xf:label><![CDATA[$p.executeSubmission() & subObj.setRequestHeader()]]></xf:label> </xf:trigger><w2:gridView scrollByColumnAdaptive="false" checkAllType="false" dataList="data:dataList1" style="width: 700px;height: 150px;" scrollByColumn="false" id="" defaultCellHeight="20" autoFit="allColumn"> <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" style="height:20px" id="column5" value="C_Code" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column4" value="Airport" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="Country" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="City" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="A_Code" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="C_Code" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Airport" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Country" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="City" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="A_Code" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView></xf:group><xf:group id="" style="margin-left: 30px;"><xf:trigger ev:onclick="scwin.trigger2_onclick" style="width:476px;height:32px;text-align:center;line-height:32px;margin-bottom:30px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;" id="trigger2" type="button"> <xf:label><![CDATA[$p.executeSubmission() & subObj.setRequestHeader()]]></xf:label> </xf:trigger><w2:gridView scrollByColumnAdaptive="false" checkAllType="false" dataList="data:dataList2" style="width: 700px;height: 150px;" scrollByColumn="false" id="gridView2" defaultCellHeight="20" autoFit="allColumn"> <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" style="height:20px" id="column9" value="ID" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column8" value="Age" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column7" value="Region" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column6" value="Hobby" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column5" value="Status" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column4" value="Income" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column3" value="Frequency" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column2" value="Expense" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="column1" value="Date" displayMode="label"></w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column width="70" inputType="text" style="height:20px" id="ID" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Age" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Region" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Hobby" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Status" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Income" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Frequency" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Expense" value="" displayMode="label"></w2:column> <w2:column width="70" inputType="text" style="height:20px" id="Date" value="" displayMode="label"></w2:column> </w2:row> </w2:gBody> </w2:gridView></xf:group></body> </html>
GUIDE/WebContent/_WebSquare.util/multipleExcelDownload_multipleSheet_WebSqsuare_util/multipleExcelDownload_multipleSheet_WebSquare_util.xml
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="/Guide/GridView/color.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="166 162 156 158" meta_horizontal_guides=""> <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="dataList1" saveRemovedData="true" ev:oncelldatachange="scwin.dataList1_oncelldatachange"> <w2:columnInfo> <w2:column id="Change" name="Change" dataType="text" ignoreStatus="true"></w2:column> <w2:column id="Status" name="Status" dataType="text"></w2:column> <w2:column id="Date" name="Date" dataType="text"></w2:column> <w2:column id="Expense" name="Expense" dataType="text"></w2:column> <w2:column id="Income" name="Income" dataType="text"></w2:column> <w2:column id="Hobby" name="Hobby" dataType="text"></w2:column> <w2:column id="Region" name="Region" dataType="text"></w2:column> <w2:column id="Frequency" name="Frequency" dataType="text"></w2:column> <w2:column id="ID" name="ID" dataType="text"></w2:column> <w2:column id="Age" name="Age" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> <w2:dataList baseNode="list" repeatNode="map" id="dataList2" saveRemovedData="true"> <w2:columnInfo> <w2:column id="Country" name="Country" dataType="text"></w2:column> <w2:column id="City" name="City" dataType="text"></w2:column> <w2:column id="Airport" name="Airport" dataType="text"></w2:column> <w2:column id="A_Code" name="A_Code" dataType="text"></w2:column> <w2:column id="C_Code" name="C_Code" dataType="text"></w2:column> </w2:columnInfo> </w2:dataList> </w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> <xf:submission id="submission1" ref="" target='data:json,["dataList1","dataList2"]' action="two_data.json" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="" ev:submiterror="" abortTrigger=""> </xf:submission> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { $p.executeSubmission("submission1"); }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { var options = { common: { fileName : "gridViews_download.xlsx", multipleSheet : "false" }, excelInfo: [ { infoArr : [{rowIndex:1,colIndex:0,rowSpan:2,colSpan:3,text:"Sample 1"}], startRowIndex : 3, gridId : "gridView1" }, { startRowIndex : 3, gridId : "gridView2" } ] }; WebSquare.util.multipleExcelDownload( options ); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:283px;height:41px;margin:20px;margin-bottom:0px;font-family:sans-serif;font-style:italic;font-weight:bolder;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[webSquare.util.multipleExcelDownload()]]></xf:label> </xf:trigger><w2:gridView id="gridView1" style="width:90%;margin:20px;height:200px;margin-top:30px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList1" visibleRowNum="11" rowNumVisible="true" autoFit="allColumn" contextMenu="" ev:oncelldblclick="" footerCaptionAuto="" footerSummaryAuto="" sortable="true" ev:onsort="scwin.gridView1_onsort" ev:onaftercolumnmove="" ev:onaftercolumnresize="" ev:onbeforecolumnmove="" rowStatusHeaderValue="" captionTitle="" rowStatusVisible="true" useCtrlKey="true" useShiftKey="true" noSelect="false"> <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 removeBorderStyle="false" width="70" inputType="checkbox" style="height:20px" id="column10" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column9" value="Status" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column8" value="Date" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column7" value="Expense" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column6" value="Income" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column5" value="Hobby" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column4" value="Region" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column3" value="Frequency" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column2" value="ID" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column1" value="Age" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column removeBorderStyle="false" width="70" inputType="checkbox" style="height:20px" id="Change" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Status" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="calendar" style="height:20px" id="Date" value="" blockSelect="false" displayMode="label" adaptiveStyle=""> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Expense" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Income" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Hobby" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Region" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Frequency" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="ID" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Age" value="" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> <w2:gridView id="gridView2" style="width:50%;margin:20px;height:200px;margin-top:30px;" scrollByColumn="false" defaultCellHeight="20" scrollByColumnAdaptive="false" dataList="data:dataList2" autoFit="allColumn" rowNumVisible="true" rowStatusVisible="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 removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column5" value="Country" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column4" value="City" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column3" value="Airport" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column2" value="A_Code" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="column1" value="C_Code" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:header> <w2:gBody style="" id="gBody1"> <w2:row style="" id="row2"> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Country" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="City" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="Airport" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="A_Code" value="" blockSelect="false" displayMode="label"> </w2:column> <w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px" id="C_Code" value="" blockSelect="false" displayMode="label"> </w2:column> </w2:row> </w2:gBody> </w2:gridView> </body> </html>
GUIDE/WebContent/TabControl/tabScroll_tabPosition_TabControl/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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:textbox id="text1" label="TabControl" style="width:328px;height:63px;margin:100px;font-size:20px;color:#0000FF;font-weight:bolder;font-style:italic;font-family:sans-serif;text-align:center;border-style:solid;line-height:60px;"> </w2:textbox> </body> </html>
GUIDE/WebContent/TabControl/getParameter_$p_addTab_TabControl/src.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { var paramData = $p.getParameter("param"); var data = JSON.stringify(paramData); alert(data); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:147px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;top:20px;text-align:left;margin:30px;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[getParameter()]]></xf:label> </xf:trigger> </body> </html>
GUIDE/WebContent/TabControl/onscrollleftbtnclick_onscrollrightbtnclick_onsubmenubtnclick_TabControl.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var tabOptions = {}; for (var i = 0; i < 10; i++) { var addCount = i + 2; var tabOptions = { label : "Tab " + addCount, openAction: "new", closable: "true" } var contentsOptions = { frameMode : "wframe", alwaysDraw : false } tabControl1.addTab(i, tabOptions, contentsOptions); } }; scwin.onpageunload = function() { }; scwin.tabControl1_onscrollleftbtnclick = function() { alert("Left button clicked!"); }; scwin.tabControl1_onscrollrightbtnclick = function() { alert("Right button clicked!"); }; scwin.tabControl1_onsubmenubtnclick = function() { alert("Sub-menu clicked!"); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="padding: 50px;"><w2:tabControl confirmTrueAction="exist" useTabKeyOnly="true" confirmFalseAction="new" useMoveNextTabFocus="false" tabScroll="true" tabScrollAuto="" useConfirmMessage="false" alwaysDraw="false" style="width: 430px;height: 200px;" tabPosition="top" id="tabControl1" ev:onscrollleftbtnclick="scwin.tabControl1_onscrollleftbtnclick" ev:onscrollrightbtnclick="scwin.tabControl1_onscrollrightbtnclick" ev:onsubmenubtnclick="scwin.tabControl1_onsubmenubtnclick"> <w2:tabs disabled="false" style="width:70px;height:30px;" id="tabs1" label="Tab 1"></w2:tabs> <w2:content alwaysDraw="false" style="height:170px" id="content1"></w2:content> </w2:tabControl></xf:group></body> </html>
GUIDE/WebContent/TabControl/tabPosition_TabControl/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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:textbox id="text1" label="TabControl" style="width:328px;height:63px;margin:100px;font-size:20px;color:#0000FF;font-weight:bolder;font-style:italic;font-family:sans-serif;text-align:center;border-style:solid;line-height:60px;"> </w2:textbox> </body> </html>
GUIDE/WebContent/TabControl/tabScroll_changeActiveTab_TabControl/tab_3.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:textbox id="text1" label="Tab 3" style="width:328px;height:63px;margin:100px;font-size:20px;color:green;font-weight:bolder;font-style:italic;font-family:sans-serif;text-align:center;border-style:solid;line-height:60px;"> </w2:textbox> </body> </html>
GUIDE/WebContent/TabControl/tabScroll_changeActiveTab_TabControl/tab_6.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:textbox id="text1" label="Tab 6" style="width:328px;height:63px;margin:100px;font-size:20px;color:brown;font-weight:bolder;font-style:italic;font-family:sans-serif;text-align:center;border-style:solid;line-height:60px;"> </w2:textbox> </body> </html>
GUIDE/WebContent/TabControl/tabScroll_changeActiveTab_TabControl/tab_5.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:textbox id="text1" label="Tab 5" style="width:328px;height:63px;margin:100px;font-size:20px;color:magenta;font-weight:bolder;font-style:italic;font-family:sans-serif;text-align:center;border-style:solid;line-height:60px;"> </w2:textbox> </body> </html>
GUIDE/WebContent/TabControl/tabScroll_changeActiveTab_TabControl/tab_9.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:textbox id="text1" label="Tab 9" style="width:328px;height:63px;margin:100px;font-size:20px;color:gray;font-weight:bolder;font-style:italic;font-family:sans-serif;text-align:center;border-style:solid;line-height:60px;"> </w2:textbox> </body> </html>
GUIDE/WebContent/TabControl/tabScroll_changeActiveTab_TabControl/tab_10.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:textbox id="text1" label="Tab 10" style="width:328px;height:63px;margin:100px;font-size:20px;color:blue;font-weight:bolder;font-style:italic;font-family:sans-serif;text-align:center;border-style:solid;line-height:60px;"> </w2:textbox> </body> </html>
GUIDE/WebContent/TabControl/tabScroll_tabScrollAuto_TabControl/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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:textbox id="text1" label="TabControl" style="width:328px;height:63px;margin:100px;font-size:20px;color:#0000FF;font-weight:bolder;font-style:italic;font-family:sans-serif;text-align:center;border-style:solid;line-height:60px;"> </w2:textbox> </body> </html>
GUIDE/WebContent/TabControl/tabScroll_tabScrollAuto_TabControl/tabScroll_tabScrollAuto_TabControl.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var tabOptions = {}; for (var i = 0; i < 12; i++) { var addCount = i + 2; var tabOptions = { label : "Tab " + addCount, openAction: "new", closable: "true" } var contentsOptions = { frameMode : "wframe", alwaysDraw : false, src: "tabs_added.xml" } tabControl1.addTab(i, tabOptions, contentsOptions); } }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:tabControl useTabKeyOnly="true" id="tabControl1" useMoveNextTabFocus="false" useConfirmMessage="false" confirmTrueAction="exist" confirmFalseAction="new" alwaysDraw="false" style="position:absolute;width:500px;height:400px;margin:50px;" tabScroll="true" tabScrollAuto="true"> <w2:tabs disabled="false" style="width:70px;height:30px;" id="tabs1" label="Tab 1"></w2:tabs> <w2:content alwaysDraw="false" style="height:300px;" id="content1" src="tab.xml"></w2:content> </w2:tabControl> </body> </html>
GUIDE/WebContent/TabControl/frameMode_tabControl_content_openPopup_frameModal_$p/03_c_3_grandchild.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="height:52px;margin:50px;margin-right:0px;width:250px;font-size:17px;font-family:monospace;font-style:normal;font-weight:bolder;" id=""> <xf:label><![CDATA[Grand Child]]></xf:label> </xf:trigger> </body> </html>
GUIDE/WebContent/TabControl/frameMode_tabControl_content_openPopup_frameModal_$p/12_wframe_00.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:wframe style="width:80%;height:70%;border-color: brown;border-style:solid;margin:30px;" id="" src="13_popUp_02A.xml"></w2:wframe> </body> </html>
GUIDE/WebContent/TabControl/keepDisabledTab_TabControl/keepDisabledTab_main_TabControl.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.trigger1_onclick = function(e) { if (tabControl1.tabArr[0].disabled === false) { tabControl1.disableTab(0); } else { tabControl1.enableTab(0); } }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="width:248px;line-height:32px;padding:5px;background-color:#C0C0C0;font-size:15px;font-family:monospace;font-style:normal;font-weight:bolder;top:20px;text-align:left;margin:50px;margin-bottom: 0px;margin-left: 200px;" id="trigger1" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[disableTab() & enableTab()]]></xf:label> </xf:trigger> <w2:tabControl useTabKeyOnly="true" id="tabControl1" useMoveNextTabFocus="false" useConfirmMessage="false" confirmTrueAction="exist" confirmFalseAction="new" alwaysDraw="false" style="width: 700px;height: 400px;margin: 50px;margin-left: 200px"> <w2:tabs disabled="false" style="width:70px;height:30px;" id="tabs1" label="Tab 1"></w2:tabs> <w2:content alwaysDraw="false" style="height:500px;" id="content1" src="keepDisabledTab_src_TabControl.xml"></w2:content> </w2:tabControl> </body> </html>
GUIDE/WebContent/TabControl/frameModal_TabControl/03_c_3_grandchild.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:trigger type="button" style="height:52px;margin:50px;margin-right:0px;width:250px;font-size:17px;font-family:monospace;font-style:normal;font-weight:bolder;" id=""> <xf:label><![CDATA[Grand Child]]></xf:label> </xf:trigger> </body> </html>
GUIDE/WebContent/TabControl/frameModal_TabControl/12_wframe_00.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:wframe style="width:80%;height:70%;border-color: brown;border-style:solid;margin:30px;" id="" src="13_popUp_02A.xml"></w2:wframe> </body> </html>
GUIDE/WebContent/TabControl/useTabTitleSelected_TabControl.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { var tabOptions = {}; for (var i = 0; i < 3; i++) { var addCount = i + 2; var tabOptions = { label : "Tab " + addCount, openAction: "new", closable: "true" } var contentsOptions = { frameMode : "wframe", alwaysDraw : false } tabControl1.addTab(i, tabOptions, contentsOptions); } }; scwin.onpageunload = function() { }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="padding: 50px;"><w2:tabControl confirmTrueAction="exist" useTabKeyOnly="true" confirmFalseAction="new" useMoveNextTabFocus="false" tabScrollAuto="" useConfirmMessage="false" alwaysDraw="false" style="width: 430px;height: 200px;" tabPosition="top" id="tabControl1" ev:onscrollleftbtnclick="scwin.tabControl1_onscrollleftbtnclick" ev:onscrollrightbtnclick="scwin.tabControl1_onscrollrightbtnclick" ev:onsubmenubtnclick="scwin.tabControl1_onsubmenubtnclick"> <w2:tabs disabled="false" style="width:70px;height:30px;" id="tabs1" label="Tab 1"></w2:tabs> <w2:content alwaysDraw="false" style="height:170px" id="content1"></w2:content> </w2:tabControl></xf:group></body> </html>
GUIDE/WebContent/Secret/validate_displaymessage_invalidMessage_invalidMessageFunc_Secret.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>DEFAULT</w2:type> <w2:buildDate/> <xf:model> <xf:instance> <data xmlns=""/> </xf:instance> <w2:dataCollection baseNode="map"> </w2:dataCollection> <w2:workflowCollection> </w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { }; scwin.onpageunload = function() { }; scwin.fn_msg = function(){ var invalidType = this.getType(); // invalid type var invalidValue = this.getValue(); // invalid value switch (invalidType) { case "mandatory" : msg = "Create your password."; break; case "minLength" : msg = "Your password must be of at least " + invalidValue + " digits."; break; default : msg = "Enter again."; break; } alert(msg); // return msg; } scwin.trigger1_onclick = function(e) { secret1.validate(); // alert(message); }; ]]></script> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <xf:group id="" style="margin: 50px;"> <w2:textbox label="Create Password" style="height: 30px;color: blue;font-family: helvetica;font-size: 20px;" id=""></w2:textbox> <xf:secret style="width: 200px;height: 21px;" id="secret1" mandatory="true" minlength="8" invalidMessageFunc="scwin.fn_msg" invalidMessage="" displaymessage="true"></xf:secret> <xf:trigger style="width: 80px;height: 23px;margin-left: 20px;" id="trigger1" type="button" ev:onclick="scwin.trigger1_onclick"> <xf:label><![CDATA[validate();]]></xf:label> </xf:trigger> </xf:group></body> </html>
GUIDE/WebContent/WindowContainer/w2window_selected_WindowContainer.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>DEFAULT</w2:type> <w2:buildDate /> <xf:model> <xf:instance> <data xmlns="" /> </xf:instance> <w2:dataCollection baseNode="map"></w2:dataCollection> <w2:workflowCollection></w2:workflowCollection> </xf:model> <script type="text/javascript" lazy="false"><![CDATA[ scwin.onpageload = function() { windowContainer1.createWindow( "aaa" , "" , "" , "window aaa" , 000 ,"newWindow", null,null,null,null,"wframe" ); windowContainer1.createWindow( "bbb" , "" , "" , "window bbb" , 001 ,"newWindow", null,null,null,null,"wframe" ); windowContainer1.createWindow( "ccc" , "" , "" , "window ccc" , 002 ,"newWindow", null,null,null,null,"wframe" ); windowContainer1.createWindow( "ddd" , "" , "" , "window ddd" , 003 ,"newWindow", null,null,null,null,"wframe" ); windowContainer1.createWindow( "eee" , "" , "" , "window eee" , 004 ,"newWindow", null,null,null,null,"wframe" ); }; scwin.onpageunload = function() { };]]></script> <style type="text/css"><![CDATA[.w2window_selected {border: solid 2px green;} ]]></style> </head> <body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload"> <w2:windowContainer autoArrange="true" controlIconPosition="allright" fixArrangeFullScreen="false" hideTitleOnMaximize="false" horizontalArrangeNum="2" id="windowContainer1" sequentialArrangeColNum="2" sequentialArrangeRowNum="2" spaInitCount="0" stopMinimizeOnNameLayer="false" stopToggleOnLast="false" style="position: relative;height: 350px;width: 700px;margin: 50px;border: gray solid 1px;" toolbarPosition="top" tooltipDisplay="true" tooltipGroupClass="false" useCloseButton="false" useControlIconTitle="true" useCustomMsg="false" useFixButton="false" useNameContainer="true" useStatusMsg="true" useWindowScrollButton="true" verticalArrangeNum="2" windowAutoResize="false" windowMaxNum="20" windowMaximizeAll="true" windowScrollVisibleRowNum="" 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> </body> </html>