animation.xfdl 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="animation" classname="animation" inheritanceid="" position="absolute 0 0 1024 768" titletext="New Form">
  5. <Layouts>
  6. <Layout>
  7. <Div id="Div00" taborder="2" text="Div00" position="absolute 0 229 333 496" visible="true" style="moveeffect:ma_show;">
  8. <Layouts>
  9. <Layout>
  10. <Static id="Static03" class="sta_LoginNoticeBody_bg" position="absolute 1 0 333 242" anchor="default"/>
  11. <Static id="Static06" class="sta_LoginNoticeBarMore_bg" position="absolute 1 242 333 267" anchor="default"/>
  12. <Grid id="grd_noticeList" taborder="3" binddataset="ds_noticeList" useinputpanel="false" onvtracklast="grd_noticeList_onvtracklast" oncellclick="grd_noticeList_oncellclick" position="absolute 10 6 322 228" anchor="default">
  13. <Formats>
  14. <Format id="default">
  15. <Columns>
  16. <Column size="35"/>
  17. <Column size="50"/>
  18. <Column size="146"/>
  19. <Column size="81"/>
  20. <Column size="72"/>
  21. </Columns>
  22. <Rows>
  23. <Row size="24" band="head"/>
  24. <Row size="20"/>
  25. </Rows>
  26. <Band id="head">
  27. <Cell text="번호"/>
  28. <Cell col="1" text="구분"/>
  29. <Cell col="2" text="제목"/>
  30. <Cell col="3" text="등록일"/>
  31. <Cell col="4"/>
  32. </Band>
  33. <Band id="body">
  34. <Cell text="bind:genrno"/>
  35. <Cell col="1" text="bind:targetflag"/>
  36. <Cell col="2" style="align:left;padding:0 0 0 5;" text="bind:ntcsubject"/>
  37. <Cell col="3" displaytype="date" text="bind:genrdd"/>
  38. <Cell col="4" text="bind:test"/>
  39. </Band>
  40. </Format>
  41. </Formats>
  42. </Grid>
  43. <Button id="Button01" taborder="4" onclick="Div00_Button01_onclick" class="btn_LoginNoticeBarMore" position="absolute 272 244 304 259" anchor="default"/>
  44. </Layout>
  45. </Layouts>
  46. </Div>
  47. <Static id="st_main00" class="sta_LoginForm_bg" enable="false" position="absolute 1 1 333 190"/>
  48. <Static id="Static09" class="sta_MenuGroupList_bg" position="absolute 1 189 333 431"/>
  49. <Static id="Static08" position="absolute 1 431 333 460" style="background:transparent URL('theme://images\Login_bg_Notice.png');"/>
  50. <Static id="Static11" text="HI-MED System Open" class="sta_LoginNoticeBar_txt" position="absolute 31 440 313 455"/>
  51. </Layout>
  52. </Layouts>
  53. <Objects>
  54. <TransitionAnimation id="ta_hide" duration="1000" starttime="0" direction="top" interpolation="Interpolation.backOut" type="fade" onstart="ta_show_onstart"/>
  55. <TransitionAnimation id="ta_show" duration="1000" direction="bottom" interpolation="Interpolation.circInOut" type="slide" onstart="ta_show_onstart" starttime="0"/>
  56. <MoveAnimation id="ma_show" repeat="1" repeattype="normal" duration="1000" starttime="0" targetcomp="Div00" interpolation="Interpolation.sineIn"/>
  57. </Objects>
  58. <Script type="xscript4.0"><![CDATA[var inOut = "in"
  59. function addBtn_onclick(obj:Button, e:ClickEventInfo)
  60. {
  61. // stcBottom.visible = false;
  62. // addBtn.visible = false;
  63. // Div00.visible = true;
  64. Div00.position.height = 0;
  65. }
  66. function Div00_Button01_onclick(obj:Button, e:ClickEventInfo)
  67. {
  68. // Div00.visible = false;
  69. // stcBottom.visible = true;
  70. // addBtn.visible = true;
  71. if(inOut == "in"){
  72. ma_show.repeattype = "nomal";
  73. Div00.move(Div00.position.left,Static08.position.bottom);
  74. inOut = "out";
  75. }else{
  76. ma_show.repeattype = "reverse";
  77. Div00.move(Div00.position.left,229);
  78. inOut = "in";
  79. }
  80. }
  81. ]]></Script>
  82. </Form>
  83. </FDL>