Jump to content

Modal Window IPS 4


sobrenome

Recommended Posts

Is there any documentation about Modal Window on IPS 4?

​.

Looking directly into the code is the best documentation  :)

to make a link or a button .. try these ..

 

<a id="someID" href="http://toPage/" data-ipsdialog="" data-ipsdialog-title="My title">my link</a>

 

with a button:

 

<a id="soameID" href="http://toPage/" data-ipsdialog="" data-ipsdialog-size="narrow" data-ipsdialog-title="My title" class="ipsButton ipsButton_important ipsButton_medium" title="mouse over title">ButtonTitle</a>

 

data-ipsdialog-size .. I've set it to "narrow" .. "medium" should work also (I guess) like the ipsButton_size ..

 

.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...