RssViewTemplate
View for the rss feeds

%TMPL:DEF{"rsshead"}% %TMPL:END%

%TMPL:DEF{"rssbody"}%%TMPL:END%

%TMPL:DEF{"rsschannel::header"}% Applications - Foswiki https://wiki.physik.rwth-aachen.de/Applications Applications Library /pub/System/ProjectLogos/foswiki-logo.png Applications - Foswiki https://wiki.physik.rwth-aachen.de/Applications en-us Copyright 2026 by contributing authors %TMPL:END%

%TMPL:DEF{"rsschannel::query"}% RenderWikiApplicationWebHome https://wiki.physik.rwth-aachen.de/Applications/RenderWikiApplicationWebHome 2019-05-02T09:18:00Z ProjectContributor

See the CompleteDocumentation.

topic index TopicTitle Summary TopicType WikiApplication Changed

]]>
RenderRecentChanges https://wiki.physik.rwth-aachen.de/Applications/RenderRecentChanges 2019-05-02T09:18:00Z ProjectContributor
RenderWikiApplicationWebHome 
Renders a dashboard for an application web
02 May 2019 - 09:18 | ProjectContributor
RenderIndexItem 
Fallback to render a summary for WikiTopic that does not have a type specific version of to render an index item
02 May 2019 - 09:18 | ProjectContributor
RenderRecentChanges 
renders a list of recent changes in a web
02 May 2019 - 09:18 | ProjectContributor
TopicStubEditTemplate 
02 May 2019 - 09:18 | ProjectContributor
DataFormAttribute 
value definition for formfields in a DataForm
02 May 2019 - 09:18 | ProjectContributor
RenderTopicsOfType 
Display a table of topcis of a given type
02 May 2019 - 09:18 | ProjectContributor
DataFormTemplate 
Template to create DataForm topics
02 May 2019 - 09:18 | ProjectContributor
TopicStubViewTemplate 
02 May 2019 - 09:18 | ProjectContributor
TopicTypeTemplate 
Template to create TopicTypes
02 May 2019 - 09:18 | ProjectContributor
TopicTypeEditTemplate 
Editor for TopicTypes
02 May 2019 - 09:18 | ProjectContributor
RenderFunctionCallers 
Render a list of topics that use a given TopicFunction
02 May 2019 - 09:18 | ProjectContributor
RenderTopicInstaller 
Render a simple factory to deploy a topic in another web
02 May 2019 - 09:18 | ProjectContributor
AtomViewTemplate 
View for the atom feeds
02 May 2019 - 09:18 | ProjectContributor
RenderApplicationDocumentation 
Extracts the documentation section from all parts of a WikiApplication
02 May 2019 - 09:18 | ProjectContributor
ApplicationTopicViewTemplate 
TopicView for ApplicationTopics
02 May 2019 - 09:18 | ProjectContributor
TopicTemplate 
templates for wiki topics
02 May 2019 - 09:18 | ProjectContributor
RenderImageSelector 
Renders a widget to select an image attached to a topic
02 May 2019 - 09:18 | ProjectContributor
RenderTopicThumbnail 
Display thumbnail image for a topic
02 May 2019 - 09:18 | ProjectContributor
WikiApplicationTemplate 
TopicTemplate to generate a WikiApplication topic
02 May 2019 - 09:18 | ProjectContributor
GNU General Public License, version 2 
Standard Open Source License
02 May 2019 - 09:18 | ProjectContributor
]]>
RenderIndexItem https://wiki.physik.rwth-aachen.de/Applications/RenderIndexItem 2019-05-02T09:18:00Z ProjectContributor RenderIndexItem 
Fallback to render a summary for WikiTopic that does not have a type specific version of to render an index item
02 May 2019 - 09:18 | ProjectContributor
]]> TopicStubEditTemplate https://wiki.physik.rwth-aachen.de/Applications/TopicStubEditTemplate 2019-05-02T09:18:00Z ProjectContributor }% %TMPL:INCLUDE{"Applications.WikiTopicEdit"}% %{}%

%{
}%
%TMPL:DEF{"firsttab"}%%TMPL:P{"detailstab"}%%TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"formfields"}%%TMPL:PREV%%TMPL:P{"texttab"}%%TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"detailstab"}%%TAB{"%TRANSLATE{"Details"}%"}%
%RENDERFOREDIT{
   exclude="\b(TopicType)\b"
   TopicTitle_default="%BASETOPIC%"
}%
%ENDTAB%%TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"texttab"}%%TAB{"%TRANSLATE{"Text"}%"}%
%TMPL:P{"textarea"}%
%ENDTAB%%TMPL:END%
%{
}%

]]>
DataFormAttribute https://wiki.physik.rwth-aachen.de/Applications/DataFormAttribute 2019-05-02T09:18:00Z ProjectContributor

DataFormAttribute

Title:

Summary:

short description or tagline

topic index TopicTitle Summary WikiApplication Changed

]]>
RenderTopicsOfType https://wiki.physik.rwth-aachen.de/Applications/RenderTopicsOfType 2019-05-02T09:18:00Z ProjectContributor
topic index TopicTitle Summary WikiApplication Changed

]]> DataFormTemplate https://wiki.physik.rwth-aachen.de/Applications/DataFormTemplate 2019-05-02T09:18:00Z ProjectContributor Name: Type: Size: Values: Description: Attributes: Default: TopicType label 1 ..., WikiTopic topic type     TopicTitle text 75   title     Summary text 75   short description or tagline    

]]>
TopicTypeEditTemplate https://wiki.physik.rwth-aachen.de/Applications/TopicTypeEditTemplate 2019-05-02T09:18:00Z ProjectContributor }% %TMPL:INCLUDE{"Applications.ApplicationTopicEdit"}% %{}%

%{
}%
%TMPL:DEF{"editfields"}%TopicTitle, Summary%TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"detailstab"}%%TMPL:PREV%%ADDTOZONE{
   "script" 
   id="TOPICTYPE::JS" 
   requires="JQUERYPLUGIN" 
   text="<script type='text/javascript' src='%PUBURLPATH%/Applications/TopicTypeEditTemplate/script.js'></script>"
}%%TMPL:END%
%{
}%

jQuery(function($) {
   var $modeElem = $("[name=TopicNamingMode]"),
       $set1 = $("[name=TopicNameTemplate]").parent(),
       $set2 = $("[name=TopicNameSource]").parent()
               .add($("[name=TopicNamePrefix]").parent())
               .add($("[name=TopicNameSuffix]").parent())
               .add($("[name=TopicNameTransliterate]").parents("div.foswikiFormStep:first"));

   function updateTopicNaming() {
      var val = $modeElem.filter(":checked").val();
      $set1.hide();
      $set2.hide();
      if (val === 'template') {
        $set1.fadeIn();
      } else if (val === 'derived') {
        $set2.fadeIn();
      } else {
         $modeElem.filter("[value=manual]").prop("checked", true);
      }
   }

   $modeElem.on("change", updateTopicNaming);
   updateTopicNaming();
});

]]>
TopicTypeTemplate https://wiki.physik.rwth-aachen.de/Applications/TopicTypeTemplate 2019-05-02T09:18:00Z ProjectContributor

Create a new TopicTypeTemplate

Title:

title of this topic

topic index TopicTitle Summary WikiApplication Changed

]]>
RenderFunctionCallers https://wiki.physik.rwth-aachen.de/Applications/RenderFunctionCallers 2019-05-02T09:18:00Z ProjectContributor Calls to 'RenderRss' ]]> %TMPL:END%

%TMPL:DEF{"rsschannel::footer"}%%TMPL:END% %TMPL:DEF{"rssfooter"}%%TMPL:END%
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 Foswiki? Send feedback