blob: 6f1c00beb07db3d1f1f45f9bb453f1bb75b49f54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<!--
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<meta>
<topic id="textswriter0104200000xml" indexer="include">
<title xml-lang="en-US" id="tit">Insert Script</title>
<filename>/text/swriter/01/04200000.xhp</filename>
</topic>
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertscript/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertscript/InsertScriptDialog" id="bm_id3083451" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertScript" id="bm_id3146320" localize="false"/>
<h1 xml-lang="en-US" id="hd_id3147402">Insert Script</h1>
<paragraph xml-lang="en-US" id="par_id3155620" role="paragraph"><variable id="scripttext"><ahelp hid=".uno:InsertScript">Inserts a script at the current cursor position in an HTML or text document.</ahelp>
</variable></paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#einfscript"/>
</section>
<paragraph xml-lang="en-US" id="par_id3149880" role="paragraph">An inserted script is indicated by a small green rectangle. If you do not see the rectangle, choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer/Web - </emph><link href="text/shared/optionen/01040200.xhp" name="View"><emph>View</emph></link>, and select the <emph>Comments</emph> check box. To edit a script, double-click the green rectangle.</paragraph>
<paragraph xml-lang="en-US" id="par_id3150572" role="paragraph">If your document contains more than one script, the <emph>Edit Script</emph> dialog contains previous and next buttons to jump from script to script.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertscript/previous" id="bm_id3149710" localize="false"/>
<paragraph xml-lang="en-US" id="par_id0903200802541668" role="paragraph"><ahelp hid="." visibility="hidden">Jump to Previous Script.</ahelp></paragraph>
<embed href="text/swriter/00/00000004.xhp#jump_to_previous_script"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertscript/next" id="bm_id3150761" localize="false"/>
<paragraph xml-lang="en-US" id="par_id0903200802541770" role="paragraph"><ahelp hid="." visibility="hidden">Jump to Next Script.</ahelp></paragraph>
<embed href="text/swriter/00/00000004.xhp#jump_to_next_script"/>
<paragraph xml-lang="en-US" id="hd_id3154644" role="heading" level="2">Contents</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertscript/scripttype" id="bm_id3151177" localize="false"/>
<h2 xml-lang="en-US" id="hd_id3149294">Script Type</h2>
<paragraph xml-lang="en-US" id="par_id3145413" role="paragraph"><ahelp hid="modules/swriter/ui/insertscript/scripttype">Enter the type of script that you want to insert.</ahelp> The script is identified in the HTML source code by the tag <SCRIPT LANGUAGE="JavaScript">.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertscript/url" id="bm_id3149800" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertscript/urlentry" id="bm_id3149803" localize="false"/>
<h2 xml-lang="en-US" id="hd_id3154097">URL</h2>
<paragraph xml-lang="en-US" id="par_id3149810" role="paragraph"><ahelp hid="modules/swriter/ui/insertscript/urlentry">Adds a link to a script file. Click the <emph>URL </emph>radio button, and then enter the link in the box. You can also click the <emph>Browse</emph> button, locate the file, and then click <emph>Insert</emph>.</ahelp> The linked script file is identified in the HTML source code by the following tags:</paragraph>
<paragraph xml-lang="en-US" id="par_id3152963" role="paragraph"><SCRIPT LANGUAGE="JavaScript" SRC="url"></paragraph>
<paragraph xml-lang="en-US" id="par_id3153678" role="paragraph">/* ignore all text here */</paragraph>
<paragraph xml-lang="en-US" id="par_id3154574" role="paragraph"></SCRIPT></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertscript/browse" id="bm_id3149692" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3155903" role="heading" level="2">Browse</paragraph>
<paragraph xml-lang="en-US" id="par_id3154188" role="paragraph"><ahelp hid="modules/swriter/ui/insertscript/browse">Locate the script file that you want to link to, and then click <emph>Insert</emph>.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertscript/textentry" id="bm_id3149489" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertscript/text" id="bm_id3149493" localize="false"/>
<h2 xml-lang="en-US" id="hd_id3155184">Text</h2>
<paragraph xml-lang="en-US" id="par_id3143272" role="paragraph"><ahelp hid="modules/swriter/ui/insertscript/text">Enter the script code that you want to insert.</ahelp></paragraph>
</body>
</helpdocument>
|