Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.56 KB | None | 0 0
  1. [ {
  2. xtype : "tabpanel",
  3. items : [ {
  4. xtype : "panel",
  5. title : 1
  6. }, {
  7. xtype : "panel",
  8. title : 2
  9. }, {
  10. xtype : "panel",
  11. title : 3,
  12. items : [ {
  13. layout : "absolute",
  14. height : 1020,
  15. items : [ {
  16. xtype : "fieldset",
  17. width : 1083,
  18. height : 142,
  19. x : 28.76666259765625,
  20. y : 20.01666259765625,
  21. title : "VIGENCIA",
  22. items : [ {
  23. layout : "column",
  24. items : [ {
  25. columnWidth : 0.5,
  26. height : 100,
  27. border : false,
  28. items : [ {
  29. layout : "form",
  30. height : 98,
  31. items : [ {
  32. xtype : "combo",
  33. name : "combovalue",
  34. hiddenName : "combovalue",
  35. fieldLabel : "Tipo Contrato"
  36. }],
  37. border : false
  38. }]
  39. }, {
  40. columnWidth : 0.5,
  41. height : 100,
  42. border : false,
  43. items : [ {
  44. layout : "form",
  45. height : 102,
  46. border : false,
  47. items : [ {
  48. xtype : "datefield",
  49. fieldLabel : "Fecha Inicio",
  50. name : "start_date",
  51. dataIndex : "start_date",
  52. width : 169
  53. }, {
  54. xtype : "datefield",
  55. fieldLabel : "Fecha Fin",
  56. name : "end_date",
  57. dataIndex : "end_date",
  58. width : 169
  59. }]
  60. }]
  61. }],
  62. border : false
  63. }]
  64. }, {
  65. xtype : "fieldset",
  66. x : 29.76666259765625,
  67. y : 214.01666259765625,
  68. width : 685,
  69. height : 653,
  70. title : "JORNADA LABORAL",
  71. items : [ {
  72. height : 601,
  73. layout : "form",
  74. border : false,
  75. items : [ {
  76. xtype : "textfield",
  77. name : "textvalue",
  78. fieldLabel : "Horas Semanales",
  79. width : 47
  80. }, {
  81. xtype : "form",
  82. height : 309,
  83. width : 635,
  84. title : "Jornada Diaria"
  85. }, {
  86. layout : "absolute",
  87. height : 70,
  88. border : false
  89. }, {
  90. xtype : "textarea",
  91. name : "textarea",
  92. width : 528,
  93. height : 167,
  94. fieldLabel : "Observaciones"
  95. }]
  96. }]
  97. }, {
  98. xtype : "fieldset",
  99. x : 734.7666625976562,
  100. width : 377,
  101. height : 206,
  102. title : "PREVISIONAL",
  103. y : 214,
  104. items : [ {
  105. layout : "column",
  106. items : [ {
  107. columnWidth : 0.5,
  108. height : 37,
  109. items : [ {
  110. layout : "form",
  111. height : 37,
  112. items : [ {
  113. xtype : "checkbox",
  114. name : "checkbox",
  115. inputValue : "cbvalue",
  116. fieldLabel : "Jubilado"
  117. }],
  118. border : false
  119. }],
  120. border : false
  121. }, {
  122. columnWidth : 0.5,
  123. height : 37,
  124. items : [ {
  125. layout : "form",
  126. height : 37,
  127. items : [ {
  128. xtype : "checkbox",
  129. name : "checkbox",
  130. inputValue : "cbvalue",
  131. fieldLabel : "Nunca ha Cotizado"
  132. }],
  133. border : false
  134. }],
  135. border : false
  136. }],
  137. border : false
  138. }, {
  139. xtype : "textfield",
  140. name : "textvalue",
  141. width : 221,
  142. fieldLabel : "Institucion de Salud"
  143. }, {
  144. xtype : "combo",
  145. name : "combovalue",
  146. hiddenName : "combovalue",
  147. width : 221,
  148. fieldLabel : "Isapre"
  149. }, {
  150. xtype : "textfield",
  151. name : "textvalue",
  152. width : 221,
  153. fieldLabel : "AFP"
  154. }]
  155. }]
  156. }]
  157. }],
  158. activeTab : 2
  159. }, {
  160.  
  161. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement