403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files/LibreOffice/help/en-US/text/shared/02/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files/LibreOffice/help/en-US/text/shared/02/01170700.html
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<base href="../../../../">
<noscript><meta http-equiv="refresh" content="0; URL=../../../../en-US/noscript.html"></noscript>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>HTML Filters and Forms</title>
<link rel="shortcut icon" href="media/navigation/favicon.ico">
<link type="text/css" href="normalize.css" rel="Stylesheet">
<link type="text/css" href="prism.css" rel="Stylesheet">
<link type="text/css" href="default.css" rel="Stylesheet">
<script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="languages.js"></script><script type="text/javascript" src="en-US/langnames.js"></script><script type="text/javascript" src="flexsearch.debug.js"></script><script type="text/javascript" src="prism.js"></script><script type="text/javascript" src="help2.js" defer></script><script type="text/javascript" src="a11y-toggle.js" defer></script><script type="text/javascript" src="paginathing.js" defer></script><script type="text/javascript" src="en-US/bookmarks.js" defer></script><script type="text/javascript" src="en-US/contents.js" defer></script><script type="text/javascript" src="help.js" defer></script><meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<header id="TopLeftHeader"><a class="symbol" href="en-US/text/shared/05/new_help.html"><div></div></a><a class="logo" href="en-US/text/shared/05/new_help.html"><p dir="auto">LibreOffice 24.2 Help</p></a><div class="dropdowns"><div class="modules">
<button type="button" data-a11y-toggle="modules-nav" id="modules" aria-haspopup="true" aria-expanded="false" aria-controls="modules-nav">Module</button><nav id="modules-nav" hidden=""></nav>
</div></div></header><aside class="leftside"><input id="accordion-1" name="accordion-menu" type="checkbox"><label for="accordion-1" dir="auto">Contents</label><div id="Contents" class="contents-treeview"></div></aside><div id="SearchFrame"><div id="Bookmarks">
<input id="search-bar" type="search" class="search" placeholder="Search in bookmarks for all modules" dir="auto"><div class="nav-container" tabindex="0"><nav class="index" dir="auto"></nav></div>
</div></div>
<div id="DisplayArea" itemprop="softwareHelp" itemscope="true" itemtype="http://schema.org/SoftwareApplication">
<a name="bm_id3163829"></a><meta itemprop="keywords" content="forms, HTML filters">

<h1 id="hd_id3163829" dir="auto">HTML Filters and Forms</h1>
<p id="par_id3147285" class="paragraph" dir="auto">You can use all control elements and form events in HTML documents. There have been numerous events to date (for example, focus events), which have not been changed. They will continue to be imported and exported as ONFOCUS, ONBLUR, and so on for JavaScript and as SDONFOCUS, SDONBLUR, and so on for LibreOffice Basic.</p>
<p id="par_id3150616" class="paragraph" dir="auto">Generic names that consist of the Listener interface and the method name of the event are used for all other events: An event registered as XListener::method is exported as</p>
<p id="par_id3147571" class="paragraph" dir="auto">SDEvent-XListener-method = "/* event-code */"</p>
<p id="par_id3152425" class="paragraph" dir="auto">Note that the XListener- and method components of this option are case sensitive.</p>
<p id="par_id3153683" class="paragraph" dir="auto">Event handling of controls is performed using the LibreOffice API. If you assign an event to a control, an object registers itself internally as a "Listener" for a specific control event. To do this, the object must use a specific interface, for example the XFocusListener Interface, so that it can react to focus events. When the event occurs, the control then invokes a special method of the Listener interface when the control receives the focus. The internally registered object then invokes the JavaScript or LibreOffice Basic code, which was assigned to the event.</p>
<p id="par_id3156410" class="paragraph" dir="auto">The HTML filter now uses precisely these listener interfaces and method names so that it can import and export events as desired. You can register a focus event through</p>
<p id="par_id3150506" class="paragraph" dir="auto">&lt;INPUT TYPE=text ONFOCUS="/* code */"</p>
<p id="par_id3154289" class="paragraph" dir="auto">rather than through the</p>
<p id="par_id3155391" class="paragraph" dir="auto">&lt;INPUT TYPE=text SDEvent-XFocusListener-focusGained="/* code */"</p>
<p id="par_id3152996" class="paragraph" dir="auto">register. Events can therefore be registered as desired, including those not offered in the list boxes. To define the script language of events, you can write the following line in the document header:</p>
<p id="par_id3150443" class="paragraph" dir="auto">&lt;META HTTP-EQUIV="content-script-type" CONTENT="..."&gt;</p>
<p id="par_id3166410" class="paragraph" dir="auto">As CONTENT you can, for example, use "text/x-StarBasic" for LibreOffice Basic or a "text/JavaScript" for JavaScript. If no entry is made, JavaScript is assumed.</p>
<p id="par_id3146797" class="paragraph" dir="auto">During exporting, the default script language will be defined based on the first module found in macro management. For events, only one language can be used per document.</p>
</div>
<div id="DonationFrame"></div>
<footer><div id="DEBUG" class="debug">
<h3 class="bug">Help content debug info:</h3>
<p dir="auto">This page is: <a href="https://opengrok.libreoffice.org/xref/help/source/text/shared/02/01170700.xhp" target="_blank">/text/shared/02/01170700.xhp</a></p>
<p dir="auto">Title is: HTML Filters and Forms</p>
<p id="bm_module" dir="auto"></p>
<p id="bm_system" dir="auto"></p>
<p id="bm_HID" dir="auto"></p>
</div></footer>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit