diff options
Diffstat (limited to 'helpcontent2/source/text/shared/guide/formfields.xhp')
-rw-r--r-- | helpcontent2/source/text/shared/guide/formfields.xhp | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/helpcontent2/source/text/shared/guide/formfields.xhp b/helpcontent2/source/text/shared/guide/formfields.xhp new file mode 100644 index 000000000..b3a7728db --- /dev/null +++ b/helpcontent2/source/text/shared/guide/formfields.xhp @@ -0,0 +1,85 @@ +<?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="textsharedguideformfieldsxml" indexer="include" status="PUBLISH"> + <title xml-lang="en-US" id="tit">Inserting and Editing Buttons</title> + <filename>/text/shared/guide/formfields.xhp</filename> + </topic> + </meta> + <body> +<bookmark xml-lang="en-US" branch="index" id="bm_id3149798"><bookmark_value>command buttons, see push buttons</bookmark_value> + <bookmark_value>controls;adding to documents</bookmark_value> + <bookmark_value>inserting;push buttons</bookmark_value> + <bookmark_value>keys;adding push buttons</bookmark_value> + <bookmark_value>buttons;adding push buttons</bookmark_value> + <bookmark_value>press buttons, see push buttons</bookmark_value> + <bookmark_value>push buttons;adding to documents</bookmark_value> +</bookmark><comment>MW changed "adding;" to "inserting;"</comment> +<paragraph xml-lang="en-US" id="hd_id3149798" role="heading" level="1"><variable id="formfields"><link href="text/shared/guide/formfields.xhp" name="Inserting and Editing Buttons">Adding a Command Button to a Document</link> +</variable></paragraph> + <paragraph xml-lang="en-US" id="par_idN10731" role="paragraph">You can use the Form Controls toolbar to add checkboxes, buttons, tables showing data records, and other controls to a document.</paragraph> + <paragraph xml-lang="en-US" id="par_idN1077F" role="heading" level="2">To Add a Button to a Document </paragraph> + <list type="ordered"> + <listitem> + <paragraph xml-lang="en-US" id="par_id3154751" role="listitem">Choose <item type="menuitem">View - Toolbars - Form Controls</item>.</paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_id3145345" role="listitem">On the Form Controls toolbar, click the <emph>Push Button</emph> icon.</paragraph> + <paragraph xml-lang="en-US" id="par_idN107A4" role="listitem">The mouse pointer changes to a cross-hair.</paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_id3159233" role="listitem">In the document, drag to draw the button.</paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_idN107B2" role="listitem">Right-click the button and choose <emph>Control</emph>.</paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_idN107CD" role="listitem">Specify the properties of the button.</paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_id3154923" role="listitem">To change the button label, click the <emph>General</emph> tab, and edit the text in the <emph>Label</emph> box.</paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_id3147303" role="listitem">To attach a macro to the button, click the <emph>Events</emph> tab, and click the <emph>... </emph>button beside the button action that you want to run the macro. In the <emph>Assign Macro</emph> dialog, locate the macro that you want to use, and then click <emph>OK</emph>.<comment>UFI: see #i34509#</comment></paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_idN10814" role="listitem">Close the <emph>Properties</emph> dialog.</paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_id3147350" role="listitem">(Optional) Specify the properties of the form that the button belongs to.</paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_idN10828" role="listitem">Right-click the button and choose <emph>Form</emph>.</paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_idN1082F" role="listitem">The <emph>Form Properties</emph> dialog opens.</paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_idN10837" role="listitem">Specify the properties for the form and then close the dialog.</paragraph> + </listitem> + </list> + <section id="relatedtopics"> + <embed href="text/shared/guide/data_addressbook.xhp#data_addressbook"/> + </section> + </body> +</helpdocument>
\ No newline at end of file |