Log inRegister
You are here: Applications » WebChanges

50 recent changes in Applications Web retrieved at 05:42 (CEST)

11 February 2025 - 14:48 | Version 1 |

ApplicationLicense in Applications
Documentation Every WikiApplication comes with an ApplicationLicense. A topic of this type must have a notice section that will be displayed on components that ma...
ApplicationTopic in Applications
Documentation An ApplicationTopic is a topic that belongs to a WikiApplication. TopicTypes , TopicFunctions , TopicViews etc are all ApplicationTopics a...
ApplicationTopicEditTemplate in Applications
"}% %RENDERFOREDIT{ form="" exclude="^(TopicType Summary TopicTitle)$" }%
ApplicationTopicViewTemplate in Applications
%JQICON{ "%FORMFIELD{ "Icon" topic="" }%" }% %RENDERFORDISPLAY{ form="" exclude="^(TopicType TopicTitle Summary WikiApplication%TMPL:P{ ...
AtomViewTemplate in Applications
Applications DACHELA Wiki " exclude="WebTopicEditTemplate" sort="" reverse="on" limit="" separator="$n" format=" $expand(topi...
CompleteDocumentation in Applications
Description The WikiWorkbench is a standardized way to write and deploy WikiApplications. It is WikiApplication to write WikiApplications. At its core it establ...
DataForm in Applications
Documentation DataForms add structured information to wiki topics. See also: DataFormTemplate , .DataForms Topics of type 'DataForm' DataForm form Nam...
DataFormAttribute in Applications
Documentation A DataFormAttribute, also called form field or form attribute, is a part of a DataForm. It may be used as an entity that defining all values a form...
DataFormAttributeTemplate in Applications
Value definition Name
DataFormTemplate in Applications
Name:* *Type: Size: Values: Description: Attributes: Default: TopicType type 1 ..., WikiTopic topic type h TopicTitle text 75 ...
DocuTopic in Applications
Documentation This type is attached to topics that contain documentation. DocuTopics have a "documentation" section marked using STARTSECTION{"documentation"} ......
FirstSteps in Applications
How to proceed Each application has a master topic located in the application's subweb, which captures all information and documentation for this application. Th...
GetFormOfType in Applications
Documentation This function returns the DataForm definition of a TopicType. This may need to read the TopicStub to get the real TopicType implementation. Paramet...
GetTopicTypes in Applications
Documentation This is a "getter" TopicFunction that returns a list of known TopicTypes in a given web. Use it to create a selection in DataForms for the TopicType...
GnuGeneralPublicLicense in Applications
GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple P...
LexiconForm in Applications
Name:* *Type: Size: Values: Description: Attributes: String text 80 source string M English (en) text 80 Translate source to E...
RenderApplicationDocumentation in Applications
Documentation Parameters * NAME: application name, defaults to BASEWEB * THEWEB: web to search for docu, defaults to BASEWEB * TYPE: extract documentati...
RenderApplicationManifest in Applications
Parameters * NAME: name of WikiApplication, defaults to BASEWEB * THEWEB: web where the application is located, defaults to BASEWEB Css * twbManifestHolde...
RenderDataFormList in Applications
Documentation Parameters * ATTR: DataFormAttribute to search for, defaults to BASETOPIC * THEWEB: web to examin, defaults to BASEWEB Implementation %DBQUE...
RenderFunctionCallers in Applications
Parameters * FUNC: topic to search callers for, defaults to %INCLUDINGTOPIC Implementation \b'" exclude="^( .*)$" web="" header=""}%$n" format=" * $...
RenderIndexItem in Applications
Documentation This method is called by Applications.ClassificationApp.RenderCategory to display a summary for an object. This method serves as a final fallback wh...
RenderInheritanceGraph in Applications
Documentation This function requires .GraphvizPlugin Implementation %GRAPHVIZ{ topic="." format="png" section="dot" expand="on" inline="on"...
RenderRecentChanges in Applications
Documentation This uses solr and infintescroll to create a frontpage widget. Parameters * HEIGHT: height of scroll container, defaults to 40em * LIMIT: num...
RenderRss in Applications
Documentation This method is called by Applications.RssViewTemplate for each topic found. Note that this is a base implementation for all TopicTypes processed...
RenderSideBar in Applications
Implementation * TopicTypes * DataForms * DataFormAttributes * TopicTemplates * TopicViews * TopicFunctions %IF{"istopic Wo...
RenderSimpleTopicCreator in Applications
Documentation This function renders a topic creator form that holds a set of initial input elements to create a topic. Parameters * TEXT: headline text; defau...
RenderTopicInstaller in Applications
Documentation This is a tool to add a topic based application, or part of it to another web. This is done by creating a TopicStub that points back to the implemen...
RenderTopicThumbnail in Applications
Documentation Parameters * OBJECT: topic to generate a thumbnail for * ALIGN: optional alignment of image, defaults to right * SIZE: optional size of th...
RenderTopicsOfType in Applications
Documentation Parameters * TYPE: the TopicType to be searched for, defaults to BASETOPIC * FORM: the form definition of the TopicType, defaults to TYPE's D...
RenderTopicsOfTypeSolr in Applications
Documentation Parameters * TYPE: the TopicType to be searched for, defaults to BASETOPIC * FORM: the form definition of the TopicType, defaults to TYPE's D...
RenderWikiApplicationFactory in Applications
Documentation This is used to create a new WikiApplication Implementation " icon="fa plus"}%" mode="div"}% : : ...
RenderWikiApplicationWebHome in Applications
Documentation Renders the WebHome of a WikiApplication subweb Parameters None Implementation Data Model * TopicType * DataForm * DataFormAttr...
RenderWikiTopicView in Applications
Documentation This function renders a view for a wiki topic, showing its title and the summary line. Parameters * OBJECT: the topic to render the view for, de...
RssViewTemplate in Applications
Applications DACHELA Wiki /Applications Applications DACHELA Wiki /Applications en us " exclude="" sort="" ...
TopicFunction in Applications
Documentation See also: TopicFunctionTemplate , TopicFunctionViewTemplate Topics of type 'TopicFunction' TopicFunction form Name: Type: Size: Val...
TopicFunctionTemplate in Applications
Documentation TODO Parameters * ... Implementation Test
TopicFunctionViewTemplate in Applications
%IF{"text=~' copy'" else="$percntTMPL:P{\"copyright\"}$percnt" }% %DBQUERY{"TopicType=~'\bWikiApplication\b'" limit="1" header="Copyright" format="$e...
TopicStub in Applications
Documentation This is a type of topics that has no own net data but includes all data from another topic. Thereby content from another web can be integrated into ...
TopicStubEditTemplate in Applications
"}% %RENDERFOREDIT{ exclude="\b(TopicType)\b" TopicTitle_default="" TopicTitle_title="" }% "}% %{}% "}%'=~'\bTopicType\b'" then="$per...
TopicStubViewTemplate in Applications
" section=""}% on %IF{"context isadmin" then="()" }% '/TopicType=~'\bTopicType\b'" then="$percntTMPL:P{\"titleicon\"}$percnt" }% %JQICON{ "%FORMFIELD{ ...
TopicTemplate in Applications
Documentation A TopicTemplate is used to create new topics and serves as a kind of blueprint of its content. For example, the simple topic creator takes a TopicTe...
TopicTemplateEditTemplate in Applications
"}% %RENDERFOREDIT{ form="" exclude="^(TopicType Summary TopicTitle)$" }% %IF{"ForTopicType" then="$percntTMPL:P{\"topictype::edit\"}$percnt" }% jQuery(fu...
TopicType in Applications
Documentation The TopicType is the root of the type system of the WikiWorbench. Every WikiTopic has got one or more TopicTypes. TopicTypes always define a DataF...
50 topic(s) found
Page 1 of 2 Next >

See also: rss-small RSS feed, recent changes with 50, 100, 200, 500, 1000 topics, all changes
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding DACHELA Wiki? Send feedback
This page was cached on 22 Jun 2025 - 05:42.
This website is using cookies. More info. That's Fine