Forums
 This topic is locked 
             EditOpsCustomObjs.js
 Posted 02 Aug 2004  10:59:41 
  1 
     has   voted 
  02 Aug 2004  10:59:41 Chris Charlton posted: 
 I found the file <i>Commands/EditOpsCustomObjs.js</i>, and was wondering if anyone else whose created an extension for DW that has used any of the functions outlined in that file? I'm creating an extension that does some form stuff, so this file got my interest...and Dreamweaver Extension docs are super lacking! <img src=../images/dmxzone/forum/icon_smile_sleepy.gif border=0 align=middle><pre id=code><font face=courier size=2 id=code>// Note: eo is simply short for Edit Ops
// Each form type needed some type of preface because the form types could be reserved</font id=code></pre id=code>
Functions oulined in the file are:
<pre id=code><font face=courier size=2 id=code> <ul><li>eoText</li><li>eoTextField</li><li>eoFileField</li><li>eoHiddenField</li><li>eoPasswordField</li><li>eoTextArea</li><li>eoCheckBox</li><li>eoDynamicCheckBox</li><li>eoMenu</li><li>eoDynamicMenu</li><li>eoRadioGroup</li><li>eoDynamicRadioGroup</li></ul></font id=code></pre id=code>
