src/eric7/Documentation/Source/eric7.UI.Previewers.PreviewerHTML.html

branch
eric7
changeset 11059
ecc945948048
parent 10479
856476537696
equal deleted inserted replaced
11058:5b5c28512359 11059:ecc945948048
494 <tr> 494 <tr>
495 <td><a href="#PreviewerHTML.__setHtml">__setHtml</a></td> 495 <td><a href="#PreviewerHTML.__setHtml">__setHtml</a></td>
496 <td>Private method to set the HTML to the view and restore the scroll bars positions.</td> 496 <td>Private method to set the HTML to the view and restore the scroll bars positions.</td>
497 </tr> 497 </tr>
498 <tr> 498 <tr>
499 <td><a href="#PreviewerHTML.__setJavaScriptEnabled">__setJavaScriptEnabled</a></td>
500 <td>Private method to enable/disable JavaScript.</td>
501 </tr>
502 <tr>
503 <td><a href="#PreviewerHTML.__showLink">__showLink</a></td> 499 <td><a href="#PreviewerHTML.__showLink">__showLink</a></td>
504 <td>Private slot to show the hovered link in a tooltip.</td> 500 <td>Private slot to show the hovered link in a tooltip.</td>
505 </tr> 501 </tr>
506 <tr> 502 <tr>
507 <td><a href="#PreviewerHTML.on_htmlButton_clicked">on_htmlButton_clicked</a></td> 503 <td><a href="#PreviewerHTML.on_htmlButton_clicked">on_htmlButton_clicked</a></td>
508 <td>Private slot to copy the HTML contents to the clipboard.</td> 504 <td>Private slot to copy the HTML contents to the clipboard.</td>
509 </tr>
510 <tr>
511 <td><a href="#PreviewerHTML.on_jsCheckBox_clicked">on_jsCheckBox_clicked</a></td>
512 <td>Private slot to enable/disable JavaScript.</td>
513 </tr> 505 </tr>
514 <tr> 506 <tr>
515 <td><a href="#PreviewerHTML.on_previewView_titleChanged">on_previewView_titleChanged</a></td> 507 <td><a href="#PreviewerHTML.on_previewView_titleChanged">on_previewView_titleChanged</a></td>
516 <td>Private slot to handle a change of the title.</td> 508 <td>Private slot to handle a change of the title.</td>
517 </tr> 509 </tr>
614 <dt><i>rootPath</i> (str)</dt> 606 <dt><i>rootPath</i> (str)</dt>
615 <dd> 607 <dd>
616 path of the web site root 608 path of the web site root
617 </dd> 609 </dd>
618 </dl> 610 </dl>
619 <a NAME="PreviewerHTML.__setJavaScriptEnabled" ID="PreviewerHTML.__setJavaScriptEnabled"></a>
620 <h4>PreviewerHTML.__setJavaScriptEnabled</h4>
621 <b>__setJavaScriptEnabled</b>(<i>enable</i>)
622 <p>
623 Private method to enable/disable JavaScript.
624 </p>
625
626 <dl>
627
628 <dt><i>enable</i> (bool)</dt>
629 <dd>
630 flag indicating the enable state
631 </dd>
632 </dl>
633 <a NAME="PreviewerHTML.__showLink" ID="PreviewerHTML.__showLink"></a> 611 <a NAME="PreviewerHTML.__showLink" ID="PreviewerHTML.__showLink"></a>
634 <h4>PreviewerHTML.__showLink</h4> 612 <h4>PreviewerHTML.__showLink</h4>
635 <b>__showLink</b>(<i>urlStr</i>) 613 <b>__showLink</b>(<i>urlStr</i>)
636 <p> 614 <p>
637 Private slot to show the hovered link in a tooltip. 615 Private slot to show the hovered link in a tooltip.
649 <b>on_htmlButton_clicked</b>(<i></i>) 627 <b>on_htmlButton_clicked</b>(<i></i>)
650 <p> 628 <p>
651 Private slot to copy the HTML contents to the clipboard. 629 Private slot to copy the HTML contents to the clipboard.
652 </p> 630 </p>
653 631
654 <a NAME="PreviewerHTML.on_jsCheckBox_clicked" ID="PreviewerHTML.on_jsCheckBox_clicked"></a>
655 <h4>PreviewerHTML.on_jsCheckBox_clicked</h4>
656 <b>on_jsCheckBox_clicked</b>(<i>checked</i>)
657 <p>
658 Private slot to enable/disable JavaScript.
659 </p>
660
661 <dl>
662
663 <dt><i>checked</i> (bool)</dt>
664 <dd>
665 state of the checkbox
666 </dd>
667 </dl>
668 <a NAME="PreviewerHTML.on_previewView_titleChanged" ID="PreviewerHTML.on_previewView_titleChanged"></a> 632 <a NAME="PreviewerHTML.on_previewView_titleChanged" ID="PreviewerHTML.on_previewView_titleChanged"></a>
669 <h4>PreviewerHTML.on_previewView_titleChanged</h4> 633 <h4>PreviewerHTML.on_previewView_titleChanged</h4>
670 <b>on_previewView_titleChanged</b>(<i>title</i>) 634 <b>on_previewView_titleChanged</b>(<i>title</i>)
671 <p> 635 <p>
672 Private slot to handle a change of the title. 636 Private slot to handle a change of the title.

eric ide

mercurial