notice
section
that will be displayed on components that make use of this license. The notice section contains a short summary
of the ApplicationLicense.
... read more"documentation"
section marked using
STARTSECTION{"documentation"} ... ENDSECTION{"documentation"}See also: DocuTopicTemplate These sections can be extracted dynamically using RenderApplicationDocumentation. In general documentation should be as "near" to the application component as possible, that is it should be embedded into the topic the component represents. For example all TopicFunctions should be DocuTopics too. The documentation of TopicFunctions are then aggregated on a master DocuTopic that contains calls to RenderApplicationDocumentation for a set of components that are a kind of group, e.g. all types, forms, views and templates implementing a certain model. WikiApplications can contain documentation too. But if the documentation reaches a certain complexity it should be moved to separate DocuTopics that the WikiApplication topic links to. DocuTopics, as all TopicTypes belong to a certain WikiApplication and can thus be grouped and distinguished. ... read more
TopicTypes have a special property that you might use to indicate a special way of derivation by means of inheritance. There is no real inheritance in Foswiki but the way of thinking when dealing with objects and types can be clarified this way.
When you start writing a WikiApplication, first think of the data objects you will need and create TopicTypes for each. ... read more* Set VIEW_TEMPLATE = HiddenFormViewNote, that the
...Template
string is appended automatically by the Foswiki engine.
Note also, that we use the TopicView type to mark even those views that are used during editting a
wiki topic and is assigned using something like
* Set EDIT_TEMPLATE = FormEditAs such the FormEditTemplate is not used during Foswiki's view operation but during edit. The template is then used to render the view on the editor to be used. Edit templates either augment the normal Foswiki editor, or even implement a full substitute for its form data. ... read more
notice
section
that will be displayed on components that make use of this license. The notice section contains a short summary
of the ApplicationLicense.
... read more"documentation"
section marked using
STARTSECTION{"documentation"} ... ENDSECTION{"documentation"}See also: DocuTopicTemplate These sections can be extracted dynamically using RenderApplicationDocumentation. In general documentation should be as "near" to the application component as possible, that is it should be embedded into the topic the component represents. For example all TopicFunctions should be DocuTopics too. The documentation of TopicFunctions are then aggregated on a master DocuTopic that contains calls to RenderApplicationDocumentation for a set of components that are a kind of group, e.g. all types, forms, views and templates implementing a certain model. WikiApplications can contain documentation too. But if the documentation reaches a certain complexity it should be moved to separate DocuTopics that the WikiApplication topic links to. DocuTopics, as all TopicTypes belong to a certain WikiApplication and can thus be grouped and distinguished. ... read more
TopicTypes have a special property that you might use to indicate a special way of derivation by means of inheritance. There is no real inheritance in Foswiki but the way of thinking when dealing with objects and types can be clarified this way.
When you start writing a WikiApplication, first think of the data objects you will need and create TopicTypes for each. ... read more* Set VIEW_TEMPLATE = HiddenFormViewNote, that the
...Template
string is appended automatically by the Foswiki engine.
Note also, that we use the TopicView type to mark even those views that are used during editting a
wiki topic and is assigned using something like
* Set EDIT_TEMPLATE = FormEditAs such the FormEditTemplate is not used during Foswiki's view operation but during edit. The template is then used to render the view on the editor to be used. Edit templates either augment the normal Foswiki editor, or even implement a full substitute for its form data. ... read more
jpe?g|JPE?G|gif|GIF|png|PNG|svg|SVG|webp|WEBP
MyTopicTypeRenderRss
.
These are then called automatically using the %DBCALL{"web.topic->RenderRss"}%
method call of the RssViewTemplate.
<fieldName1>=<value1>;<fieldName2>=<value2>;...
INCLUDINGWEB.INCLUDINGTOPIC
BASETOPIC
save
or edit
, defaults to edit
save
jpeg, jpg, gif, bmp, svg or png
. If there are multiple image attachments
then the first one ordered by comment and name is taken. The empty string
is returned if no image attachment is found.
on
comment:name
which will take the one that sorts first wrt the comment, falling back to the name
global
or one per column using multi
, default global
# | Name | Type![]() |
---|---|---|
What's next: first steps after creating a new workbench web | ||
45 | WebLexicon | WebTool, ApplicationTopic, WikiTopic |
View to hide System.DataForms | ||
View for the rss feeds | ||
View for the atom feeds | ||
value definition for formfields in a DataForm | ||
3 | ApplicationTopicEditTemplate | TopicView, ApplicationTopic, WikiTopic |
4 | ApplicationTopicViewTemplate | TopicView, ApplicationTopic, WikiTopic |
5 | AtomViewTemplate | TopicView, ApplicationTopic, WikiTopic |
10 | FormEditTemplate | TopicView, ApplicationTopic, WikiTopic |
13 | HiddenFormViewTemplate | TopicView, ApplicationTopic, WikiTopic |
32 | RssViewTemplate | TopicView, ApplicationTopic, WikiTopic |
33 | TextEditTemplate | TopicView, ApplicationTopic, WikiTopic |
34 | TextViewTemplate | TopicView, ApplicationTopic, WikiTopic |
36 | TopicFunctionViewTemplate | TopicView, ApplicationTopic, WikiTopic |
38 | TopicStubEditTemplate | TopicView, ApplicationTopic, WikiTopic |
39 | TopicStubViewTemplate | TopicView, ApplicationTopic, WikiTopic |
42 | TopicTypeEditTemplate | TopicView, ApplicationTopic, WikiTopic |
49 | WikiTopicEditTemplate | TopicView, ApplicationTopic, WikiTopic |
50 | WikiTopicViewTemplate | TopicView, ApplicationTopic, WikiTopic |
TopicView to edit the topic text only | ||
TopicView to edit the DataForm only | ||
TopicView to edit a WikiTopic | ||
TopicView for TopicFunctions | ||
TopicView for ApplicationTopics | ||
1 | ApplicationLicense | TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic |
2 | ApplicationTopic | TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic |
6 | DataForm | TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic |
7 | DataFormAttribute | TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic |
8 | DocuTopic | TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic |
35 | TopicFunction | TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic |
37 | TopicStub | TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic |
40 | TopicTemplate | TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic |
41 | TopicType | TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic |
43 | TopicView | TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic |
46 | WebTool | TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic |
47 | WikiApplication | TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic |
48 | WikiTopic | TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic |
TopicType of all TopicTypes | ||
11 | GetTopicTypes | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
15 | RenderApplicationDocumentation | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
16 | RenderApplicationManifest | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
17 | RenderDataFormList | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
18 | RenderFunctionCallers | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
19 | RenderImageSelector | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
20 | RenderIndexItem | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
21 | RenderInheritanceGraph | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
22 | RenderRecentChanges | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
23 | RenderRss | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
25 | RenderSimpleTopicCreator | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
26 | RenderTopicInstaller | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
27 | RenderTopicThumbnail | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
28 | RenderTopicsOfType | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
29 | RenderWikiApplicationFactory | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
30 | RenderWikiApplicationWebHome | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
31 | RenderWikiTopicView | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
24 | RenderSideBar | TopicFunction, ApplicationTopic, WikiTopic |
TopicFunction to display a simple form to create a new topic | ||
templates for wiki topics | ||
Standard Open Source License | ||
returns a list of TopicTypes known in the base web | ||
Renders a widget to select an image attached to a topic | ||
renders a list of recent changes in a web | ||
Renders a list of DataForms that make use of the given DataFormAttribute | ||
Renders a form to create a new WikiApplication | ||
Renders a dashboard for an application web | ||
Render the sidebar navigation for the WikiWorkbench | ||
Render a simple factory to deploy a topic in another web | ||
Render a list of topics that use a given TopicFunction | ||
Render a list of all files making up a given application | ||
Minimal TopicView usefull to generate xml output | ||
Library of all WikiApplications installed on DACHELA Wiki | ||
Generic topic view | ||
Function library | ||
form definition for structured wiki content | ||
Fallback to render a summary for WikiTopic that does not have a type specific version of to render an index item | ||
Extracts the documentation section from all parts of a WikiApplication | ||
Editor for TopicTypes | ||
Editor for ApplicationTopics | ||
9 | FirstSteps | DocuTopic, ApplicationTopic, WikiTopic |
Display thumbnail image for a topic | ||
Display a table of topcis of a given type | ||
default implementation of an rss view of a single topic | ||
14 | LexiconForm | DataForm, ApplicationTopic, WikiTopic |
DataForm for WebLexicon entries | ||
44 | WebHome | ApplicationTopic, WikiTopic |
12 | GnuGeneralPublicLicense | ApplicationLicense, ApplicationTopic, WikiTopic |
application documentation | ||
a topic view or edit template | ||
a special page used to manage a web | ||
a placeholder topic pointing to another one | ||
a license for wiki applications | ||
a documentation topic for a wiki application | ||
a directed graph of TopicType inheritance | ||
a base topic for wiki content | ||
a part of an application | ||