Difference between revisions of "ArticleView Options"

From Lianjapedia
Jump to: navigation, search
(Created page with "''Under construction, coming soon in v5.3'' Category:Lianja v5.3")
 
Line 1: Line 1:
 
''Under construction, coming soon in v5.3''
 
''Under construction, coming soon in v5.3''
 +
==See Also==
 +
[[ArticleView Section Attributes]], [[Attachments Options]], [[DocumentView Options]]
  
 +
==Overview==
 +
ArticleView Sections are used to display HTML pages with a default bootstrap theme.  From v5.3.
 +
[[{{ns:file}}:articleview1.png|800px|left|border|link={{filepath:articleview1.png}}|ArticleView Section]]
 +
<br clear=all>
 +
 +
==example_component==
 +
The example_component App includes an ArticleView Section (section3). Find the example_component App listed under 'Examples|General' in the App Names explorer panel in the [[Apps Workspace]].
 +
 +
==ArticleView Section options==
 +
The following ArticleView Section section-specific options are available:
 +
 +
===Database===
 +
The '''Database''' Attribute defines the database name for the [[#Data source|data source]] for data-bound ArticleView Sections.
 +
 +
===Table===
 +
The '''Table''' Attribute defines the table name for the [[#Data source|data source]] for data-bound ArticleView Sections.
 +
 +
===Data source===
 +
The '''Data source''' Attribute defines the table name and column name for data-bound ArticleView Sections, i.e. table.column.
 +
 +
===File===
 +
The '''File''' Attribute defines the HTML file to be displayed in the Section.  In the example_component App, this is:
 +
 +
<pre>barrytest.html</pre>
 +
 +
As shown in the [[#Overview|screenshot above]], clicking on the keyboard icon in the Section header opens the file in the HTML Editor.
 +
 +
===Editable===
 +
The '''Editable''' Attribute determines whether the [[#File|file specified above]] is editable (based on user roles and permissions).
 +
 +
==Notes on Client Support==
 +
{| class="wikitable" width="100%"
 +
!width="30%"|Attribute
 +
!width="70%"|Notes
 +
|-
 +
|valign="top"|Database||-
 +
|-
 +
|valign="top"|Table||-
 +
|-
 +
|valign="top"|Data source||-
 +
|-
 +
|valign="top"|File||-
 +
|-
 +
|valign="top"|Editable||-
 +
|-
 +
|}
 +
 +
[[Category:Attribute Categories]]
 +
[[Category:Sections]]
 
[[Category:Lianja v5.3]]
 
[[Category:Lianja v5.3]]

Revision as of 05:53, 5 March 2020

Under construction, coming soon in v5.3

See Also

ArticleView Section Attributes, Attachments Options, DocumentView Options

Overview

ArticleView Sections are used to display HTML pages with a default bootstrap theme. From v5.3.

ArticleView Section


example_component

The example_component App includes an ArticleView Section (section3). Find the example_component App listed under 'Examples|General' in the App Names explorer panel in the Apps Workspace.

ArticleView Section options

The following ArticleView Section section-specific options are available:

Database

The Database Attribute defines the database name for the data source for data-bound ArticleView Sections.

Table

The Table Attribute defines the table name for the data source for data-bound ArticleView Sections.

Data source

The Data source Attribute defines the table name and column name for data-bound ArticleView Sections, i.e. table.column.

File

The File Attribute defines the HTML file to be displayed in the Section. In the example_component App, this is:

barrytest.html

As shown in the screenshot above, clicking on the keyboard icon in the Section header opens the file in the HTML Editor.

Editable

The Editable Attribute determines whether the file specified above is editable (based on user roles and permissions).

Notes on Client Support

Attribute Notes
Database -
Table -
Data source -
File -
Editable -