Removed debugging UI
svn path=/trunk/aspeditor/; revision=48988
This commit is contained in:
Родитель
6ac3c88da1
Коммит
17b14c9b25
|
@ -6,35 +6,18 @@
|
|||
xmlns = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:html = "http://www.w3.org/1999/xhtml"
|
||||
onload = "aspNetEditor_initialize();">
|
||||
|
||||
<script type="application/x-javascript" src="chrome://aspdesigner/content/aspdesigner.js"/>
|
||||
<script type="application/x-javascript" src="chrome://aspdesigner/content/JSCall.js"/>
|
||||
<script type="application/x-javascript" src="chrome://inspector/content/Flasher.js"/>
|
||||
<script type="application/x-javascript" src="chrome://inspector/content/jsutil/xpcom/XPCU.js"/>
|
||||
|
||||
|
||||
<hbox flex="4">
|
||||
<vbox flex="15">
|
||||
<editor editortype="html" type="content-primary" id="aspeditor"
|
||||
context="editorContentContext" flex="1" tooltip="aHTMLTooltip"/>
|
||||
</vbox>
|
||||
<!--
|
||||
<vbox flex="1">
|
||||
<button label="Load Page" oncommand="editor.loadPage(injectHTML);"/>
|
||||
<button label="Save Page" oncommand="editor.getPage();"/>
|
||||
<button label="Update Control" oncommand="editor.updateControl(controlId, newHTML);"/>
|
||||
<button label="Insert Label" oncommand="editor.addControl(newControl, 'label1');"/>
|
||||
<button label="Remove Control" oncommand="editor.removeControl('button2');"/>
|
||||
<button label="Cut" oncommand="editor.cut();"/>
|
||||
<button label="Copy" oncommand="editor.copy();"/>
|
||||
<button label="Paste" oncommand="editor.paste();"/>
|
||||
<button label="Undo" oncommand="editor.undo();"/>
|
||||
<button label="Redo" oncommand="editor.redo();"/>
|
||||
<button label="Hide UI" oncommand="editor.hideTableUI();"/>
|
||||
</vbox>
|
||||
|
||||
</hbox>
|
||||
<hbox flex="2">
|
||||
<textbox id="debugWin" flex="1" multiline="true"/>
|
||||
-->
|
||||
</hbox>
|
||||
</window>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче