Customizing a JavaScript function [closed]

1

In addition to Width, Height and Resizable, what other attributes can be inserted into a function?

    
asked by anonymous 25.08.2017 / 20:15

1 answer

0

Assuming you're using .dialog of 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 
    
25.08.2017 / 20:38