UNPKG

@stratio/egeo

Version:
115 lines (111 loc) 3.88 kB
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Stratio Egeo - Documentation</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" type="image/png" href="assets/images/favicon.png"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> </head> <body class="container-fluid"> <a href="/index.html">Go Back to index</a><br> <h1 id="titlecomponent">{TITLE} (Component)</h1> <p>Pop Over This components pop over a content with a title</p> <h2 id="inputs">Inputs</h2> <table class="table table-striped"> <thead> <tr> <th id="property">Property</th> <th id="type">Type</th> <th id="req">Req</th> <th id="description">Description</th> <th id="default">Default</th> </tr> </thead> <tbody> <tr> <td>qaTag</td> <td>String</td> <td>False</td> <td>For set id for tests</td> <td>''</td> </tr> <tr> <td>title</td> <td>String</td> <td>False</td> <td>Title of the pop over</td> <td></td> </tr> <tr> <td>hidden</td> <td>Boolean</td> <td>False</td> <td>Show or hide the pop over</td> <td>false</td> </tr> <tr> <td>offset</td> <td>StPopOffset</td> <td>False</td> <td>For position with offset in x o y axis</td> <td>{x: 0 , y: 17}</td> </tr> <tr> <td>showSettingBtn</td> <td>Boolean</td> <td>False</td> <td>when true, settings icon is displayed</td> <td>false</td> </tr> <tr> <td>showArrow</td> <td>Boolean</td> <td>False</td> <td>when true, arrow icon is displayed</td> <td>true</td> </tr> <tr> <td>openToLeft</td> <td>Boolean</td> <td>False</td> <td>when true, modal is placed from left corner of button</td> <td>true</td> </tr> <tr> <td>placement</td> <td>StPopPlacement</td> <td>False</td> <td>Define position of content relative to button</td> <td>StPopPlacement.BOTTOM</td> </tr> </tbody> </table> <h2 id="outputs">Outputs</h2> <table class="table table-striped"> <thead> <tr> <th id="property">Property</th> <th id="type">Type</th> <th id="description">Description</th> </tr> </thead> <tbody> <tr> <td>click</td> <td>Event</td> <td>Notify event click</td> </tr> </tbody> </table> <h2 id="example">Example</h2> <pre><code class="html language-html">&lt;st-pop-over [qaTag]="qaTag" [title]="title" [hidden]="hidden"&gt; &lt;!-- CONTENT TO POP OVER --&gt; &lt;/st-pop-over&gt; </code></pre> </body> </html>