Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. function executeLoad(aUrl){
  2.  
  3. $.jsPanel({
  4. load:{
  5. url: aUrl
  6. },
  7. selector: "#content",
  8. title: "com url",
  9. bootstrap: 'primary',
  10.  
  11.  
  12. });
  13.  
  14. <p:menuitem value="Lista Tipo Grupo" onclick="executeLoad('../sisger/TipoGrupo/sisgerTipoGru/List.xhtml')" />
  15.  
  16. function executeLoad(aUrl){
  17.  
  18. $.jsPanel({
  19. contentAjax: {
  20. url: aUrl, // exemplo de url: '../media/files/exampleAjax.html'
  21. autoload: true
  22. },
  23. headerTitle: 'Example using option.contentAjax',
  24. contentSize: {width: 470, height: 340},
  25. position: {my: "center-top", at: "center-top"},
  26. theme: 'lightblue',
  27. });
  28.  
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement