Documentation TYPO3 par Ameos

locallang_csh_sysstfe.php

00001 <?php
00006 $LOCAL_LANG = Array (
00007         'default' => Array (
00008                 '.description' => 'Represents actual static HTML files on the server which has editable parts in them. Through these records you edit those parts of content.',
00009                 '.details' => 'When you create a record in this table, you must enter a filename from a certain path relative to the path of the site root. By default the files must be located in the fileadmin/static/ folder.
00010 The main content field of this record is used to edit the content of a certain section in the HTML file defined for the record. The section is delimited by two markers (default markers are \'###TYPO3_STATICFILE_EDIT###\') and then the record content is saved to the database, it\'s also written to the file, substituting the original content between the markers.
00011 The fact that the content is also saved to the database plays no role. The important thing is that the file is updated.',
00012                 '_.seeAlso' => 'sys_staticfile_edit:edit_file
00013 sys_staticfile_edit:edit_subpart_marker
00014 sys_staticfile_edit:edit_content
00015 ',
00016                 'edit_file.description' => 'Filename of the static file being edited.',
00017                 'edit_file.details' => 'The filename should be relative to the path configured in $TYPO3_CONF_VARS[BE][staticFileEditPath]. This path is by default \'fileadmin/static/\'.
00018 You may enter a subpath, eg. "mainfiles/scheme.html" which will in turn be a request for the file "fileadmin/static/mainfiles/scheme.html".',
00019                 '_edit_file.seeAlso' => 'sys_staticfile_edit:edit_content
00020 sys_staticfile_edit:edit_subpart_marker',
00021                 'edit_content.description' => 'This is the content from the section in the static file. Edit, save, and the static file is updated instantly.',
00022                 '_edit_content.seeAlso' => 'sys_staticfile_edit:edit_file
00023 sys_staticfile_edit:always_reload
00024 sys_staticfile_edit:update_status
00025 ',
00026                 'edit_subpart_marker.description' => 'Alternative subpart marker.',
00027                 'edit_subpart_marker.details' => 'By default the content edited in the HTML-file is encapsulated in so called markers. You may specify a marker within an HTML comment tag which is definitely the most smart thing to do, because your marker will not be visible then.
00028 The default marker is \'###TYPO3_STATICFILE_EDIT###\' which means that your HTML-file should have at least one section that looks in principle like this:
00029 
00030 &lt;!-- ###TYPO3_STATICFILE_EDIT### begin --&gt;
00031 
00032 &lt;strong&gt;Hello World&lt;/strong&gt;
00033 
00034 &lt;!-- ###TYPO3_STATICFILE_EDIT### end --&gt;
00035 
00036 The content \'Hello world\' with tags is the content being edited by this record and it\'s the markers that are responsible for defining this area!
00037 
00038 So if you specify the value BUTTERFLY as the value of this field, your subpart markers should look like:
00039 
00040 &lt;!-- BUTTERFLY begin --&gt;
00041 
00042 &lt;strong&gt;Hello World&lt;/strong&gt;
00043 
00044 &lt;!-- BUTTERFLY end --&gt;
00045 
00046 <b>Notice:</b> As you might have realized, it\'s important to pick a subpart marker which does NOT by any chance appear in the bodytext field. BUTTERFLY is not a good example. As string like ###NONSENSE_kdo8u3ksi### is far better.
00047 
00048 The reason why you can specify this alternative marker is if you for instance wants to define more than one editable section in an HTML-file. Then you\'ll have to define it with separate markers.
00049 ',
00050                 'always_reload.description' => 'If checked, the content being edited will always be reloaded from the actual file and not the record.',
00051                 'always_reload.details' => 'By this you are guarantee that if somebody else has edited the file externally, you\'ll not override those changes but rather continue working on them.',
00052                 '_always_reload.seeAlso' => 'sys_staticfile_edit:edit_content',
00053                 'update_status.description' => 'Contains the latest status of the file update.',
00054                 'update_status.details' => 'This field is not editable. It just contains an update message which lets you know how well the operation went.',
00055                 'rte_enabled.description' => 'If checked, the Rich Text Editor will be disabled in this record.',
00056                 '_rte_enabled.seeAlso' => 'tt_content:rte_enabled',
00057         ),
00058 );
00059 ?>


Généré par Les spécialistes TYPO3 avec  doxygen 1.4.6