Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. var oldSize = FB. UIServer . Métodos [ "fbml.dialog" ] . tamaño ;
  2. PENSIÓN COMPLETA. UIServer . Métodos [ "fbml.dialog" ] . tamaño = { ancho : 300 , altura : 150 } ;
  3.  
  4. var dialog = {
  5. method : 'fbml.dialog' ,
  6. fbml : '<fb: header icon = "false" decoration = "add_border"> Alguna solicitud </ fb: header>' +
  7. '<div style = "width: 100% altura: 100%; " align = "center"> ' +
  8. ' <div style = "margin: 15px;"> ¿Desea continuar? </div> ' +
  9. ' <label class = "uiButton uiButtonLarge uiButtonConfirm"> <input type = "button" name = "OK" value = "OK"> </label> ' +
  10. ' <label class = "uiButton uiButtonLarge uiButtonConfirm"> <input type = "button" name = "
  11. 150
  12. } ;
  13.  
  14. PENSIÓN COMPLETA. ui ( diálogo , función ( resultado ) { consola. log ( resultado ) ; } ) ;
  15. PENSIÓN COMPLETA. UIServer . Métodos [ "fbml.dialog" ] . size = oldSize ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement