Feature #452
Inline help
Status: | CLOSED | Start date: | 09/08/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | nethserver-nethgui | |||
Target version: | LiveDemo1 | |||
Resolution: | NEEDINFO: |
Description
Display help text near UI controls
Related issues
Associated revisions
Refs #452. Added HelpArea in World template.
Refs #452. Moved common CodeIgniter settings into Boostrap.php.
Refs #452. Widget package refactor..
Refs #452. Added Help module stub..
Refs #452. Added Help module as builtin core module.
Refs #452. View layer refactor..
Refs #452. Fixed Inset widget problem..
Refs #452. Fixed DL tag well-formedness
Refs #452. Added .html
suffix to template path.
- Added missing Section template.
Refs #452. Added HelpArea, Help Button
- Client framework, HelpArea: defined as refinment of an Action
- Abstract renderer: Added BUTTON_HELP flag
Fixed NotificationArea template inclusion.
- Refs #452.
Refs #452. Fixed error conditions
- Added error message on help document 404 error
Refs #452. Restored help files (solved .gitignore issue)
- Removed HelpArea auto-hiding on help links click
Refs #452. Added "helpId" attribute for widgets.
Default value: same as "name" attribute.
The "helpId" attribute value is now assigned as class value to LABEL tags. The help document can relate a DT tag to a LABEL using the same value.
Refs #452. Using "helpId" attribute in help Template generator.
History
#1 Updated by Davide Principi almost 10 years ago
- Status changed from NEW to ON_DEV
- Assignee set to Davide Principi
#2 Updated by Davide Principi almost 10 years ago
- Target version changed from Sigma to LiveDemo1
#3 Updated by Davide Principi almost 10 years ago
- % Done changed from 0 to 40
#4 Updated by Davide Principi almost 10 years ago
Completed template document creation for inline help.
Prefix module path with Help/Template/
, suffix .html
For instance URL for help template of DateTime module is http://www.example.com/Help/Template/DateTime.html
#5 Updated by Davide Principi almost 10 years ago
- % Done changed from 40 to 50
#6 Updated by Davide Principi over 9 years ago
- Status changed from ON_DEV to CLOSED
- % Done changed from 50 to 100
Closed, must link the help document anchor state (enabled/disabled) to the visibility of the targeted widget. See #648