Difference: WebTopicCreator (4 vs. 5)

Revision 52005-11-08 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Create New Topic in TWiki Web

Line: 39 to 39
  }

/* check if current input is a valid WikiWord */

Changed:
<
<
var noSpaceName = removeSpacesAndPunctiation(inputForTopicName);
>
>
var noSpaceName = removeSpacesAndPunctuation(inputForTopicName);
  /* if necessary, create a WikiWord from the input name
Line: 47 to 47
  */ var wikiWordName = noSpaceName; if (userAllowsNonWikiWord) {
Changed:
<
<
wikiWordName = removeSpacesAndPunctiation(capitalize(inputForTopicName));
>
>
wikiWordName = removeSpacesAndPunctuation(capitalize(inputForTopicName));
  } if (userAllowsNonWikiWord) {
Changed:
<
<
wikiWordName = removeSpacesAndPunctiation(capitalizeSentence(inputForTopicName));
>
>
wikiWordName = removeSpacesAndPunctuation(capitalizeSentence(inputForTopicName));
  }

if (inShouldConvertInput) {

Line: 129 to 129
 

Use template:

Changed:
<
<
View templates

>
>
View templates

 
<--/twikiFormStep-->

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.WebTopicCreator.