Advertisement
rharries

Untitled

Feb 13th, 2019
572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. IIF(Len({%ListEvents1.EventList}) > 70
  2. ,
  3. <ExpressStore:MyName>
  4. <div style='text-align:center'>
  5. <button textclass='k-button' onclick=
  6. "
  7. $(this).next().toggle();
  8. if( $(this).text()=='Show' ) $(this).text('Hide'); else $(this).text('Show');
  9. ">Show</button>
  10. <div style='display:none;'>
  11. %%1
  12. </div>
  13. </div>
  14. </ExpressStore>
  15. ,
  16. <ExpressStore:MyName>
  17. <div style='text-align:center'>
  18. %%1
  19. </div>
  20. </ExpressStore>
  21. )
  22. Replace(ValueStoreGet("MyName"),"%%1",{%ListEvents1.EventList})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement