Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1317 → Rev 1318

/trunk/api/js/dojo/src/widget/templates/Editor2/Dialog/find.html
New file
0,0 → 1,15
<table style="white-space: nowrap;">
<tr><td colspan='2'>Find: <input type="text" dojoAttachPoint="find_text" /></td></tr>
<tr><td><input type="checkbox" dojoType="CheckBox" dojoAttachPoint="find_option_casesens" />
<label for="find_option_casesens">Case Sensitive</label></td>
<td><input type="checkbox" dojoType="CheckBox" dojoAttachPoint="find_option_backwards" />
<label for="find_option_backwards">Search Backwards</label></td></tr>
<tr><td style="display: none;"><input type="checkbox" dojoType="CheckBox" dojoAttachPoint="find_option_wholeword" />
<label for="find_option_wholeword">Whole Word</label></td>
<tr><td colspan="1">
<table><tr>
<td><button dojoType='Button' dojoAttachEvent='onClick:find'>Find</button></td>
<td><button dojoType='Button' dojoAttachEvent='onClick:cancel'>Close</button></td>
</tr></table>
</td></tr>
</table>
/trunk/api/js/dojo/src/widget/templates/Editor2/Dialog/createlink.html
New file
0,0 → 1,15
<table>
<tr><td>URL</td><td> <input type="text" dojoAttachPoint="link_href" name="dojo_createLink_href"/></td></tr>
<tr><td>Target </td><td><select dojoAttachPoint="link_target">
<option value="">Self</option>
<option value="_blank">New Window</option>
<option value="_top">Top Window</option>
</select></td></tr>
<tr><td>Class </td><td><input type="text" dojoAttachPoint="link_class" /></td></tr>
<tr><td colspan="2">
<table><tr>
<td><button dojoType='Button' dojoAttachEvent='onClick:ok'>OK</button></td>
<td><button dojoType='Button' dojoAttachEvent='onClick:cancel'>Cancel</button></td>
</tr></table>
</td></tr>
</table>
/trunk/api/js/dojo/src/widget/templates/Editor2/Dialog/insertimage.html
New file
0,0 → 1,114
<table cellspacing="1" cellpadding="1" border="0" width="100%" height="100%">
<tr>
<td>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td width="100%">
<span>URL</span>
</td>
<td style="display: none" nowrap="nowrap" rowspan="2">
<!--input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server"/-->
</td>
</tr>
<tr>
<td valign="top">
<input dojoAttachPoint="image_src" style="width: 100%" type="text" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<span>Alternative Text</span><br />
<input dojoAttachPoint="image_alt" style="width: 100%" type="text" /><br />
</td>
</tr>
<tr>
<td valign="top">
<table><tr><td>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap">
<span>Width</span>&nbsp;</td>
<td>
<input type="text" size="3" dojoAttachPoint="image_width" /></td>
 
<td rowspan="2">
<!--div id="btnLockSizes" class="BtnLocked" onmouseover="this.className = (bLockRatio ? 'BtnLocked' : 'BtnUnlocked' ) + ' BtnOver';"
onmouseout="this.className = (bLockRatio ? 'BtnLocked' : 'BtnUnlocked' );" title="Lock Sizes"
onclick="SwitchLock(this);">
</div-->
</td>
<td rowspan="2">
<!--div id="btnResetSize" class="BtnReset" onmouseover="this.className='BtnReset BtnOver';"
onmouseout="this.className='BtnReset';" title="Reset Size" onclick="ResetSizes();">
</div-->
</td>
</tr>
 
<tr>
<td nowrap="nowrap">
<span>Height</span>&nbsp;</td>
<td>
<input type="text" size="3" dojoAttachPoint="image_height" /></td>
</tr>
</table>
</td><td>
 
<table cellspacing="0" cellpadding="0" border="0">
<tr>
 
<td nowrap="nowrap">
<span >HSpace</span>&nbsp;</td>
<td>
<input type="text" size="2" dojoAttachPoint="image_hspace"/></td>
</tr>
<tr>
<td nowrap="nowrap">
<span >VSpace</span>&nbsp;</td>
 
<td>
<input type="text" size="2" dojoAttachPoint="image_vspace" /></td>
</tr>
</table>
</td></tr>
<tr><td colspan="2">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap">
<span>Border</span>&nbsp;</td>
<td>
<input type="text" size="2" value="" dojoAttachPoint="image_border" /></td>
<td>&nbsp;&nbsp;&nbsp;</td>
<td nowrap="nowrap">
<span >Align</span>&nbsp;</td>
<td>
<select dojoAttachPoint="image_align">
 
<option value="" selected="selected"></option>
<option value="left">Left</option>
<option value="absBottom">Abs Bottom</option>
<option value="absMiddle">Abs Middle</option>
<option value="baseline">Baseline</option>
<option value="bottom">Bottom</option>
 
<option value="middle">Middle</option>
<option value="right">Right</option>
<option value="textTop">Text Top</option>
<option value="top">Top</option>
</select>
</td>
</tr>
</table>
</td>
</tr></table>
</td>
</tr>
<tr><td>
<table><tr>
<td><button dojoType='Button' dojoAttachEvent='onClick:ok'>OK</button></td>
<td><button dojoType='Button' dojoAttachEvent='onClick:cancel'>Cancel</button></td>
</tr></table>
</td></tr>
</table>
/trunk/api/js/dojo/src/widget/templates/Editor2/Dialog/replace.html
New file
0,0 → 1,15
<table style="white-space: nowrap;">
<tr><td>Find: </td><td> <input type="text" dojoAttachPoint="replace_text" /></td></tr>
<tr><td>Replace with: </td><td> <input type="text" dojoAttachPoint="replace_text" /></td></tr>
<tr><td colspan='2'><table><tr><td><input type="checkbox" dojoType="CheckBox" dojoAttachPoint="replace_option_casesens" id="dojo_replace_option_casesens" />
<label for="dojo_replace_option_casesens">Case Sensitive</label></td>
<td><input type="checkbox" dojoType="CheckBox" dojoAttachPoint="replace_option_backwards" id="dojo_replace_option_backwards" />
<label for="dojo_replace_option_backwards">Search Backwards</label></td></tr></table></td></tr>
<tr><td colspan=2">
<table><tr>
<td><button dojoType='Button' dojoAttachEvent='onClick:replace'>Replace</button></td>
<td><button dojoType='Button' dojoAttachEvent='onClick:replaceAll'>Replace All</button></td>
<td><button dojoType='Button' dojoAttachEvent='onClick:cancel'>Close</button></td>
</tr></table>
</td></tr>
</table>
/trunk/api/js/dojo/src/widget/templates/Editor2/Dialog/inserttable.html
New file
0,0 → 1,91
<div>
<table cellSpacing="1" cellPadding="1" width="100%" border="0">
<tr>
<td valign="top">
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
 
<td><span>Rows</span>:</td>
<td>&nbsp;<input dojoAttachPoint="table_rows" type="text" maxLength="3" size="2" value="3"></td>
</tr>
<tr>
<td><span>Columns</span>:</td>
<td>&nbsp;<input dojoAttachPoint="table_cols" type="text" maxLength="2" size="2" value="2"></td>
</tr>
 
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><span>Border size</span>:</td>
<td>&nbsp;<INPUT dojoAttachPoint="table_border" type="text" maxLength="2" size="2" value="1"></td>
</tr>
 
<tr>
<td><span>Alignment</span>:</td>
<td>&nbsp;<select dojoAttachPoint="table_align">
<option value="" selected>&lt;Not set&gt;</option>
<option value="left">Left</option>
<option value="center">Center</option>
<option value="right">Right</option>
</select></td>
</tr>
</table>
</td>
<td>&nbsp;&nbsp;&nbsp;</td>
<td align="right" valign="top">
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td><span>Width</span>:</td>
<td>&nbsp;<input dojoAttachPoint="table_width" type="text" maxLength="4" size="3"></td>
<td>&nbsp;<select dojoAttachPoint="table_widthtype">
<option value="percent" selected>percent</option>
<option value="pixels">pixels</option>
</select></td>
 
</tr>
<tr>
<td><span>Height</span>:</td>
<td>&nbsp;<INPUT dojoAttachPoint="table_height" type="text" maxLength="4" size="3"></td>
<td>&nbsp;<span>pixels</span></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td nowrap><span>Cell spacing</span>:</td>
<td>&nbsp;<input dojoAttachPoint="table_cellspacing" type="text" maxLength="2" size="2" value="1"></td>
<td>&nbsp;</td>
 
</tr>
<tr>
<td nowrap><span>Cell padding</span>:</td>
<td>&nbsp;<input dojoAttachPoint="table_cellpadding" type="text" maxLength="2" size="2" value="1"></td>
<td>&nbsp;</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td nowrap><span>Caption</span>:</td>
<td>&nbsp;</td>
<td width="100%" nowrap>&nbsp;
<input dojoAttachPoint="table_caption" type="text" style="WIDTH: 90%"></td>
</tr>
<tr>
<td nowrap><span>Summary</span>:</td>
<td>&nbsp;</td>
<td width="100%" nowrap>&nbsp;
<input dojoAttachPoint="table_summary" type="text" style="WIDTH: 90%"></td>
</tr>
</table>
<table><tr>
<td><button dojoType='Button' dojoAttachEvent='onClick:ok'>Ok</button></td>
<td><button dojoType='Button' dojoAttachEvent='onClick:cancel'>Cancel</button></td>
</tr></table>
</div>