Bug 83283 - LOCALHELP: Write help page for Label Field Selection in Form design
Summary: LOCALHELP: Write help page for Label Field Selection in Form design
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium enhancement
Assignee: Olivier Hallot
URL:
Whiteboard: target:7.6.0
Keywords: needsDevEval
Depends on:
Blocks: HelpGaps-NewFeatures
  Show dependency treegraph
 
Reported: 2014-08-30 19:26 UTC by Olivier Hallot
Modified: 2023-03-30 13:03 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Hallot 2014-08-30 19:26:46 UTC
Write help page for Label field selection, a dialog available when creating forms in Calc

Add help button to dialog 
extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui
Comment 1 Joel Madero 2014-09-03 08:44:33 UTC
Seems like a reasonable request. Also quite easy - adding NeedDevEval
Comment 2 Robinson Tryon (qubit) 2015-12-13 11:20:57 UTC Comment hidden (noise)
Comment 3 Rafael Lima 2021-03-20 14:49:00 UTC
Just as an update for this bug, the dialog now has a Help button that tries to open:

HID=modules/spropctrlr/ui/labelselectiondialog/dialog-action_area1

However, the Help page does not exist.

I can write a simple Help Page for this dialog. The only problem is that I could not figure out what the "Label Field" property of a List Box actually does.

I did a lot of testing, but I could not understand this property. Also I could not find anything in the guides. If someone can provide a brief explanation, that would be very helpful.
Comment 4 Olivier Hallot 2021-04-13 14:38:13 UTC
Each widget in the dialog has a name and the Help system can open the target in the right Help page. To avoid having to insert bookmarks for every dialog widget in the Help page I made a hack to find the right page even if the widget target is absent: @@nowidget@@

So you need to add to your new Help page:

<bookmark xml-lang="en-US" branch="hid/spropctrlr/ui/labelselectiondialog/@@nowidget@@" id="bm_id3153823" localize="false"/>
Comment 5 Commit Notification 2023-03-29 19:10:21 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/1a24e9d015c2747c37533c9edec8a081318d6e96

tdf#83283 link help page for Label Field Selection in Form design