1
Assuming you’re using the .dialog
jQuery you can find the options in the documentation here (link in English).
Basically:
appendTo
autoOpen
buttons
classes
closeOnEscape
closeText
dialogClass
draggable
height
hide
maxHeight
maxWidth
minHeight
minWidth
modal
position
resizable
show
title
width
"which other attributes can be inserted in a function" - in a general function or
.dialog
specific?– Sergio
In this . dialog in specific
– Gabriel
This dialog is Bootstrap, jQuery or other?
– Sergio
The function is in Javascript and use in a div in html, I believe you do not have bootstrap
– Gabriel
It may also be jQuery (https://jqueryui.com/dialog/). You can show the HTML of this dialog if you can’t tell from the files you are loading.
– Sergio
I used a function to lock the back button of the browser and use this. dialog in a div informing the user that the button is locked and how the login is done, is just a site for the college, nothing very serious. '<div id="dialog-confirm" valign="center" title="Ifhelp"> The browser back button is disabled. <br /> Your login is lowercase with name and last name together, e.g.: joaosilva </div>'
– Gabriel
It’s hard to answer without knowing for sure what the
dialog
which you are using. If this is jQuery UI, here are the options: http://api.jqueryui.com/dialog/– Sergio
That’s right, thank you very much!
– Gabriel