From 7b4770831a82435bee3765f130dadc848e7efb70 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sat, 23 Jun 2018 18:43:05 -0300 Subject: Add Form menu help page in Writer Change-Id: I14946035077cb231a55f08cdfd3b92a9df76e3b7 Reviewed-on: https://gerrit.libreoffice.org/56345 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- source/text/sbasic/shared/02/20000000.xhp | 160 +++++++++++++++++++----------- source/text/shared/02/01170000.xhp | 17 ++-- source/text/shared/02/01170600.xhp | 8 +- source/text/swriter/main0100.xhp | 5 +- source/text/swriter/main0120.xhp | 52 ++++++++++ 5 files changed, 175 insertions(+), 67 deletions(-) create mode 100644 source/text/swriter/main0120.xhp (limited to 'source/text') diff --git a/source/text/sbasic/shared/02/20000000.xhp b/source/text/sbasic/shared/02/20000000.xhp index e274b76012..1ad387c01a 100644 --- a/source/text/sbasic/shared/02/20000000.xhp +++ b/source/text/sbasic/shared/02/20000000.xhp @@ -70,12 +70,12 @@
- + Icon - + Insert Controls @@ -89,291 +89,337 @@ In edit mode, you can also right-click a control and choose the cut, copy, and paste command. -Button + +
+Button
- + Icon - + Adds a command button. You can use a command button to execute a command for a defined event, such as a mouse click. If you want, you can add text or a graphic to the button.
+
+ +
Image Control - + Icon - + Adds a control that displays a graphic.
+
+
Check Box - + Icon - + Adds a check box that you can use to turn a function on or off.
+
+
Option Button - + Icon - + Adds a button that allows a user to select from a number of options. Grouped option buttons must have consecutive tab indices. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab index between the tab indices of the two groups on the group frame.
+
+
Label Field - + Icon - + Adds a field for displaying text labels. These labels are only for displaying predefined text, and not for entering text.
+
+
Text Box - + Icon - + Adds an input box where you can enter and edit text.
+
+
List Box - + Icon - + Adds a box where you can click an entry on a list.
+
+
Combo Box - + Icon - + Adds a combo box. A combo box is a one line list box that a user can click, and then choose an entry from the list. If you want, you can make the entries in the combo box "read only".
+
+
Horizontal Scrollbar - + Icon - + Adds a horizontal scrollbar to the dialog.
+
+
Vertical Scrollbar - + Icon - + Adds a vertical scrollbar to the dialog.
+
+
Group Box - + Icon - + Adds a frame that you can use to visually group similar controls, such as option buttons.
+
To define two different groups of option buttons, ensure that the tab index of the group frame is between the tab indices of the two groups. -Progress Bar + +
+Progress Bar - + Icon - + Adds a progress bar to the dialog.
+
+
Horizontal Line - + Icon - + Adds a horizontal line to the dialog.
+
+
Vertical Line - + Icon - + Adds a vertical line to the dialog.
+
+
Date Field - + Icon - + Adds a date field.
If you assign the "dropdown" property to the date field, a user can drop down a calendar to select a date. -Time Field +
+
+ +Time Field - + Icon - + Adds a time field.
+
+
Numeric Field - + Icon - + Adds a numeric field.
+
+
Currency Field - + Icon - + Adds a currency field.
+
+
Formatted Field - + Icon - + Adds a text box where you can define the formatting for text that is inputted or outputted as well as any limiting values.
+
+
Pattern Field - + Icon - + Adds a masked field. A masked field consists of an input mask and a literal mask. The input mask determines which user data can be entered. The literal mask determines the state of the masked field when the form is loaded.
+
+
File Selection - + Icon - + Adds a button that opens a file selection dialog.
+
Select - + Icon - + Activates or deactivates the Selection mode. In this mode, you can select the controls in a dialog so that you can edit them. @@ -381,12 +427,12 @@ Properties
- + Icon - + Opens a dialog where you can edit the properties of the selected control. @@ -394,12 +440,12 @@ Activate Test Mode
- + Icon - + Starts test mode. Click the dialog closer icon to end test mode. @@ -407,12 +453,12 @@ Manage Language
- + Manage Language icon - + Opens a dialog to enable or manage multiple sets of dialog resources for multiple languages. @@ -420,12 +466,12 @@ Tree Control
- + Manage Language icon - + Adds a tree control that can show a hierarchical list. You can populate the list by your program, using API calls (XtreeControl). diff --git a/source/text/shared/02/01170000.xhp b/source/text/shared/02/01170000.xhp index 9bfda64006..a77e53f6d1 100644 --- a/source/text/shared/02/01170000.xhp +++ b/source/text/shared/02/01170000.xhp @@ -1,6 +1,6 @@ - + - - + + Form Controls @@ -414,6 +414,7 @@ In a Calc spreadsheet, you can use the Data tab page to create a two-way link between a scrollbar and a cell.UFI: see spec doc scrollbar_form_control.sxw
+
Image Buttonmore controls bar @@ -429,9 +430,10 @@
- +
+
Image Controlmore controls bar @@ -448,7 +450,7 @@ - +
@@ -587,6 +589,7 @@ Group boxes are used only for a visual effect. A functional grouping of option fields can be made through the name definition: under the Name properties of all option fields, enter the same name in order to group them.
+
Table Controlmore controls bar @@ -602,10 +605,12 @@ +
Special information about Table Controls.
+ The navigation bar allows you to move through the records of a database or a database form. The controls on this navigation bar work the same way as the controls on the default navigation bar in $[officename].
end of MORE CONTROLS bar diff --git a/source/text/shared/02/01170600.xhp b/source/text/shared/02/01170600.xhp index ceaff4a61f..8fb800fdcb 100644 --- a/source/text/shared/02/01170600.xhp +++ b/source/text/shared/02/01170600.xhp @@ -58,11 +58,15 @@ Creates a hidden control in the selected form that is not displayed on the screen. A hidden control serves to include data that is transmitted together with the form. It contains additional information or clarifying text that you can specify when creating the form through the Special Properties of the control. Select the entry of the hidden control in the Form Navigator and select the Properties command. You can copy controls in the document through the clipboard (shortcut keys CommandCtrl+C for copying and CommandCtrl+V for inserting). You can copy hidden controls in the Form Navigator by using drag-and-drop while keeping the CommandCtrl key pressed. Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the Form Navigator into the Form Navigator of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press CommandCtrl while dragging. -Delete + +Delete Deletes the selected entry. This allows you to delete individual form components as well as whole forms with one mouse click. +
Tab order When a form is selected, it opens the Tab Order dialog, where the indices for focusing the control elements on the Tab key are defined. -Rename + +
+Rename Renames the selected object. Properties diff --git a/source/text/swriter/main0100.xhp b/source/text/swriter/main0100.xhp index 4b0a0b15b4..a31231f8de 100644 --- a/source/text/swriter/main0100.xhp +++ b/source/text/swriter/main0100.xhp @@ -18,7 +18,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - + @@ -42,9 +42,10 @@ + - + diff --git a/source/text/swriter/main0120.xhp b/source/text/swriter/main0120.xhp new file mode 100644 index 0000000000..b72ef60914 --- /dev/null +++ b/source/text/swriter/main0120.xhp @@ -0,0 +1,52 @@ + + + + + + + Form Menu + /text/swriter/main0120.xhp + + + +
+ + Form + Contains commands for activate form design mode, open control wizards and insert form controls in your text document. +
+ Design Mode + Enable or disable form design mode. + Control Wizards + Enable or disable control wizards. + + + + + + + + +More fields +Date, time, numerical, currency and pattern form fields. + + + + + + + + + + +Automatic Control Focus +Enable or disable Automatic Control Focus + + +
-- cgit