Skip to content

Commit 1c80d8a

Browse files
committed
Popup: Add classes option
1 parent 20caf5d commit 1c80d8a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

entries/popup.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,13 @@ $( document ).on( "pageinit", function() {
443443
<desc>A value of <code>true</code> is equivalent to a value of "t,r,b,l", whereas <code>false</code> indicates that no arrow is to be shown.</desc>
444444
</type>
445445
</option>
446+
<option name="classes" type="Object">
447+
<default>{
448+
"ui-popup": "ui-corner-all ui-overlay-shadow"
449+
}</default>
450+
<xi:include href="../includes/classes-option-desc.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
451+
<xi:include href="../includes/classes-option-example.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
452+
</option>
446453
<option name="corners" default="true" example-value="false">
447454
<desc>
448455
<p>Sets whether to draw the popup with rounded corners.</p>

0 commit comments

Comments
 (0)