Guest User

Untitled

a guest
Jul 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. MIDCONTENT = CONTENT
  2. MIDCONTENT{
  3. table = tt_content
  4. select.orderBy = sorting
  5. select.where = colPos = 0
  6. }
  7.  
  8. BOTTOMONTENT= TEXT
  9. BOTTOMONTENT{
  10. value=test
  11. if{
  12. //check here
  13. }
  14. }
  15.  
  16. MIDCONTENT = CONTENT
  17. MIDCONTENT{
  18. table = tt_content
  19. select.orderBy = sorting
  20. select.where = colPos = 0
  21. if{
  22. isTrue.cObject
  23. }
  24. renderObj= TEXT
  25. renderObj.value = test
  26. }
  27.  
  28. BOTTOMCONTENT = TEXT
  29. BOTTOMCONTENT.value = test
  30. BOTTOMCONTENT.override.cObject =< MIDCONTENT
Add Comment
Please, Sign In to add comment