PENCILS
NAME
pencils - The use of pencils in Extenso
DESCRIPTION
The pencils are used to help the client to edit the content of the website.
To enable the pencils function around a block of text, the user must specify the class sn_pencil and specify the following datas :
- title1
- Title for the link 1.
- link1
- Link 1. In the link, if you call page edit with parameters sn_uniq=true, only one page
- will be available for the client.
- class1
- Class for the link1. Class must be an awesome font: http://fortawesome.github.io/Font-Awesome/icons/
-
EXAMPLES
<div id="content" class="sn_pencil edit"
data-sn_link1="/extenso/extranet/deux_colonnes//edit.snc?uid=&sn_uniq=true"
data-sn_class1="edit"
data-sn_title1="Deux colonnes">
...
</div>
SEE ALSO
{{ include('includes/extenso_interface.sn'); }}
AUTHOR
Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>
MODIFICATIONS
1.0 2014-09-09 21:24:14 laplante@sednove.com
Edit