NF12 Status Line Widget Markdown And Scoped Style
From iDempiere en
Feature: Implement markdown and scoped style support for status line widget
Goal: Functional
Developer: Hengsin Low
Feature Ticket: IDEMPIERE-6321
Description
Status line widget can format the output using html tag and inline css style (i.e style="...").
This ticket enhance that with markdown and scoped css style (<style>@scope{...}</style>) support.
Scoped CSS Styling with `AD_Style`
- see CSS Styling with `AD_Style` in NF12_Document_Search_Customisable_Layout
- Added Style field to Status Line window
Markdown support
- Use `<#md></#md>` tags to enclose Markdown text.
- Example using with html tag:
<div><#md>**Bold Text**</#md></div>
- Example using just mark down:
<#md>**Bold Text**</#md>
- Support auto link and table markdown extension.