221 <p> |
221 <p> |
222 Public method to generate HTML for the source editor. |
222 Public method to generate HTML for the source editor. |
223 </p> |
223 </p> |
224 <dl> |
224 <dl> |
225 |
225 |
226 <dt><i>tabSize=</i></dt> |
226 <dt><i>tabSize</i></dt> |
227 <dd> |
227 <dd> |
228 size of tabs (integer) |
228 size of tabs (integer) |
229 </dd> |
229 </dd> |
230 <dt><i>useTabs=</i></dt> |
230 <dt><i>useTabs</i></dt> |
231 <dd> |
231 <dd> |
232 flag indicating the use of tab characters (boolean) |
232 flag indicating the use of tab characters (boolean) |
233 </dd> |
233 </dd> |
234 <dt><i>wysiwyg=</i></dt> |
234 <dt><i>wysiwyg</i></dt> |
235 <dd> |
235 <dd> |
236 flag indicating colorization (boolean) |
236 flag indicating colorization (boolean) |
237 </dd> |
237 </dd> |
238 <dt><i>folding=</i></dt> |
238 <dt><i>folding</i></dt> |
239 <dd> |
239 <dd> |
240 flag indicating usage of fold markers |
240 flag indicating usage of fold markers |
241 </dd> |
241 </dd> |
242 <dt><i>onlyStylesUsed=</i></dt> |
242 <dt><i>onlyStylesUsed</i></dt> |
243 <dd> |
243 <dd> |
244 flag indicating to include only style |
244 flag indicating to include only style |
245 definitions for styles used in the source (boolean) |
245 definitions for styles used in the source (boolean) |
246 </dd> |
246 </dd> |
247 <dt><i>titleFullPath=</i></dt> |
247 <dt><i>titleFullPath</i></dt> |
248 <dd> |
248 <dd> |
249 flag indicating to include the full file path |
249 flag indicating to include the full file path |
250 in the title tag (boolean) |
250 in the title tag (boolean) |
251 </dd> |
251 </dd> |
252 </dl> |
252 </dl> |
253 <dl> |
253 <dl> |
254 <dt>Returns:</dt> |
254 <dt>Return:</dt> |
255 <dd> |
255 <dd> |
256 generated HTML text (string) |
256 generated HTML text (string) |
257 </dd> |
257 </dd> |
258 </dl> |
258 </dl> |
259 <div align="right"><a href="#top">Up</a></div> |
259 <div align="right"><a href="#top">Up</a></div> |