Difference between revisions of "Attachments Options"

From Lianjapedia
Jump to: navigation, search
Line 27: Line 27:
 
==Attachment field==
 
==Attachment field==
 
An object field from your table to store the file.
 
An object field from your table to store the file.
 +
<pre>attachment</pre>
  
 
==Attachment date field==
 
==Attachment date field==
 
A datetime field from your table to store a creation date/time stamp
 
A datetime field from your table to store a creation date/time stamp
 +
<pre>datecreated</pre>
  
 
==Attachment description field==
 
==Attachment description field==
 
A character field from your table to store the filename or a description
 
A character field from your table to store the filename or a description
 +
<pre>description</pre>
  
 
==Attachment size field==
 
==Attachment size field==
 
A numeric field from your table to store the file size
 
A numeric field from your table to store the file size
 +
<pre>size</pre>
  
 
==Attachment link text==
 
==Attachment link text==
 
The text that will be displayed in the Attachment hyperlink, e.g. Document or Click to Open
 
The text that will be displayed in the Attachment hyperlink, e.g. Document or Click to Open
 +
<pre>Document</pre>
  
 
==Notes on Client Support==
 
==Notes on Client Support==

Revision as of 11:48, 6 May 2016

Under construction

See Also

Attachments Section Attributes

Overview

Retrieving a document from an Attachments Section



Attachments Sections provide a quick and easy way to upload documents, images and other types of file to a Lianja table for storage and then retrieve them with a single click.


Lianja Web UI Demo

example_webapp2 App



The 'Lianja Web UI Demo' (example_webapp2) is one of the sample Apps included in the Lianja App Builder distribution that demonstrates the use on an Attachments Section..


Attachment field

An object field from your table to store the file.

attachment

Attachment date field

A datetime field from your table to store a creation date/time stamp

datecreated

Attachment description field

A character field from your table to store the filename or a description

description

Attachment size field

A numeric field from your table to store the file size

size

Attachment link text

The text that will be displayed in the Attachment hyperlink, e.g. Document or Click to Open

Document

Notes on Client Support

Attribute Notes
Attachment field
Attachment date field
Attachment description field
Attachment size field
Attachment link text