Advertisement
Guest User

Temp_page_15_2_pageIncludeFields

a guest
May 18th, 2021
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true">
  2. <models>
  3. <model id="UIModel" limit="20" query="true" datasource="Ui-Only" createrowifnonefound="true">
  4. <fields>
  5. <field id="Field1" displaytype="PICKLIST" length="255" ogdisplaytype="TEXT" precision="9" scale="2" picklistsource="manual" returntype="TEXT">
  6. <picklistentries>
  7. <entry value="New Entry 1" label="New Entry 1"/>
  8. <entry value="New Entry 2" label="New Entry 2"/>
  9. <entry value="New Entry 3" label="New Entry 3"/>
  10. </picklistentries>
  11. </field>
  12. </fields>
  13. <conditions/>
  14. <actions/>
  15. </model>
  16. </models>
  17. <components>
  18. <skuid__wrapper uniqueid="sk-1-FF-18153" overflowY="auto" heightStrategy="fixed" height="custom" heightCustom="150px">
  19. <components>
  20. <skuid__grid uniqueid="sk-1-Eb-3238" flexDirection="row" justifyContent="flex-start" alignItems="flex-start">
  21. <divisions>
  22. <division minWidth="100px" ratio="1">
  23. <components>
  24. <skuid__text contents="Text Component in the include page" uniqueid="sk-1-ES-2206"/>
  25. </components>
  26. </division>
  27. <division alignSelf="auto" minWidth="100px" ratio="1">
  28. <components>
  29. <skuid__buttonSet uniqueid="sk-1-Ec-4303">
  30. <groups>
  31. <skuid__buttonGroup uniqueId="sk-1-Ec-4301">
  32. <buttons>
  33. <skuid__button label="Show Modal" uniqueId="sk-1-Ec-4302">
  34. <actions>
  35. <action type="showModal">
  36. <skuid__modal title="New Modal" width="640px" showFooter="false" showHeader="true" fullScreen="false" moveable="true">
  37. <components>
  38. <skuid__form showErrorsInline="true" model="UIModel" uniqueid="sk-1-Ew-14955" mode="edit">
  39. <sections>
  40. <section title="New Section" showHeading="false">
  41. <rows>
  42. <row>
  43. <fields>
  44. <skuid__field id="Field1" uniqueId="sk-1-Ey-15831"/>
  45. </fields>
  46. </row>
  47. </rows>
  48. </section>
  49. </sections>
  50. </skuid__form>
  51. </components>
  52. </skuid__modal>
  53. </action>
  54. </actions>
  55. </skuid__button>
  56. </buttons>
  57. </skuid__buttonGroup>
  58. </groups>
  59. </skuid__buttonSet>
  60. </components>
  61. </division>
  62. </divisions>
  63. </skuid__grid>
  64. </components>
  65. <styles>
  66. <spacing/>
  67. </styles>
  68. <background type="color" color="#d8d8d8"/>
  69. </skuid__wrapper>
  70. </components>
  71. <resources>
  72. <labels/>
  73. <javascript/>
  74. <css/>
  75. <actionsequences/>
  76. </resources>
  77. <styles>
  78. <styleitem type="background" bgtype="none"/>
  79. </styles>
  80. </skuid__page>
  81.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement