Advertisement
rharries

Untitled

Jan 13th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <ExpressStore:MyName>
  2. <div>
  3. <button class='k-button' onclick=
  4. "
  5. $(this).next().toggle();
  6. if( $(this).text()=='Show' ) $(this).text('Hide'); else $(this).text('Show');
  7. ">Show</button>
  8. <div style='display:none;'>
  9. %%1
  10. </div>
  11. </div>
  12. </ExpressStore>
  13.  
  14. Replace(ValueStoreGet("MyName"),"%%1",{%S5000.Events})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement