Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. [
  2. {
  3. "lbl_id": "inputTextLbl1",
  4. "type": "Text",
  5. "keyword": "pic"
  6. },
  7. {
  8. "lbl_id": "inputDateTimeLbl1",
  9. "type": "DateTime",
  10. "start": "2019-03-20 00:17:00",
  11. "end": "2019-03-21 00:20:00"
  12. },
  13. {
  14. "lbl_id": "inputDropDownLbl1",
  15. "type": "DropDown",
  16. "keyword": "Kelantan"
  17. },
  18. {
  19. "lbl_id": "inputMulCheckBoxLbl1",
  20. "type": "MulCheckBox",
  21. "keyword": [
  22. "Penang",
  23. "Johor Bahru"
  24. ]
  25. }
  26. ]
  27.  
  28. ** For Number, Date, DateTime....the value is insert into "start" and "end"
  29. ** Other type of filed, insert the value into "keyword"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement