struts-community-plugins / struts2-jquery

Struts2 jQuery Plugin
Apache License 2.0
83 stars 49 forks source link

Add missing tags to tld for overlayColor and overlayOpacity #440

Closed gregh3269 closed 7 months ago

gregh3269 commented 7 months ago

Adds missing tags overlayColor, overlayOpacity for tld

<sj:dialog 
        id="mymodaldialog" 
        href="%{ajax}" 
        modal="true" 
        overlayColor="#903" 
        overlayOpacity="0.8" 
        title="Modal Dialog"
        position="{
            my: 'right top',
            at: 'right-200 top+100'
        }"

From the showcase application menu it is Widgets | Dialog | Modal Dialog.