<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1250">


<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p
        {mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman";}
pre
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 face=Verdana><span lang=EN-GB style='font-size:
10.0pt;font-family:Verdana'>Hi,<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Verdana><span lang=EN-GB style='font-size:
10.0pt;font-family:Verdana'><o:p> </o:p></span></font></p>

<pre><b><font size=2 face=Verdana><span style='font-size:10.0pt;font-family:
Verdana;font-weight:bold'>How can I add a custom property input field to the "Create New Page" wizard form?<o:p></o:p></span></font></b></pre><pre><b><font
size=2 face=Verdana><span style='font-size:10.0pt;font-family:Verdana;
font-weight:bold'><o:p> </o:p></span></font></b></pre><pre><font size=2
face=Verdana><span style='font-size:10.0pt;font-family:Verdana'>I have already created my custom properties. <o:p></o:p></span></font></pre><pre><font
size=2 face=Verdana><span style='font-size:10.0pt;font-family:Verdana'><o:p> </o:p></span></font></pre><pre><font
size=2 face=Verdana><span style='font-size:10.0pt;font-family:Verdana'>I’ve tried altering the /system/workplace/templates/explorer_files_new_page by adding my own input box and code (my custom property is called “section”):<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'><o:p> </o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>……………<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>'&section='+encodeURIComponent(document.getElementById("newSection"+whichone).value);<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>……………<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'><o:p> </o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>……………<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'><tr><o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'><td class=formular>]]><o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'><LABEL value="input.section" /><![CDATA[:<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'></td><o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'><td class=dialogtxt>]]><o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'><INPUTFIELD name="newSection1" class="textfeld2" size="40" length="100" /><![CDATA[<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'></td><o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'></tr><o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>……………<o:p></o:p></span></font></pre><pre><font
size=2 face=Verdana><span style='font-size:10.0pt;font-family:Verdana'><o:p> </o:p></span></font></pre><pre><font
size=2 face=Verdana><span style='font-size:10.0pt;font-family:Verdana'><o:p> </o:p></span></font></pre><pre><font
size=2 face=Verdana><span style='font-size:10.0pt;font-family:Verdana'>The label in the ‘create new page’ wizard shows as ??? input.section ???.<o:p></o:p></span></font></pre><pre><font
size=2 face=Verdana><span style='font-size:10.0pt;font-family:Verdana'>When I click finish, my custom property “section” does not save or show up in the new pages’ properties.<o:p></o:p></span></font></pre><pre><font
size=2 face=Verdana><span style='font-size:10.0pt;font-family:Verdana'><o:p> </o:p></span></font></pre><pre><font
size=2 face=Verdana><span style='font-size:10.0pt;font-family:Verdana'>How do I do this ??????????????<o:p></o:p></span></font></pre></div>

</body>

</html>
<BR>

<P><FONT SIZE=2>--<BR>
No virus found in this outgoing message.<BR>
Checked by AVG Anti-Virus.<BR>
Version: 7.0.308 / Virus Database: 266.11.11 - Release Date: 16/05/2005<BR>
</FONT> </P>