twingle/twingle/content/workspace midasbindings.xml,1.6,1.7
[email protected] Mon, 10 Mar 2003 08:31:21 -0700 (MST)
| Newsgroups | gmane.comp.cms.oscom.twingle.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/root/twingle/twingle/content/workspace
In directory alpha.oscom.org:/tmp/cvs-serv26103/content/workspace
Modified Files:
midasbindings.xml
Log Message:
- Use skin buttons of editor for twingle
Index: midasbindings.xml
===================================================================
RCS file: /cvs/root/twingle/twingle/content/workspace/midasbindings.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** midasbindings.xml 10 Mar 2003 10:57:44 -0000 1.6
--- midasbindings.xml 10 Mar 2003 15:31:18 -0000 1.7
***************
*** 1,3 ****
--- 1,5 ----
<?xml version="1.0"?>
+
+
<bindings xmlns="http://www.mozilla.org/xbl"
xmlns:xbl="http://www.mozilla.org/xbl"
***************
*** 11,18 ****
<xul:tabbox flex="1">
<xul:vbox flex="1">
! <xul:hbox>
! <xul:button label="bold" oncommand='document.getBindingParent(this).midasCommand("Bold");'/>
! <xul:button label="italics" oncommand='document.getBindingParent(this).midasCommand("Italic");'/>
! </xul:hbox>
<xul:iframe src="" height="300px" flex="1"/>
</xul:vbox>
--- 13,23 ----
<xul:tabbox flex="1">
<xul:vbox flex="1">
! <xul:toolbox >
! <xul:toolbar id="FormatToolbar" persist="collapsed" tbalign="center">
! <xul:toolbarbutton id="boldButton" oncommand='document.getBindingParent(this).midasCommand("Bold");'/>
! <xul:toolbarbutton id="italicButton" oncommand='document.getBindingParent(this).midasCommand("Italic");'/>
! </xul:toolbar>
! </xul:toolbox>
! <xul:spacer flex="1" height="5px"/>
<xul:iframe src="" height="300px" flex="1"/>
</xul:vbox>
***************
*** 44,48 ****
</setter>
</property>
!
<method name="update">
<body>
--- 49,53 ----
</setter>
</property>
!
<method name="update">
<body>
***************
*** 51,55 ****
</body>
</method>
!
<method name="startUp">
<body>
--- 56,60 ----
</body>
</method>
!
<method name="startUp">
<body>
***************
*** 57,61 ****
</body>
</method>
!
<method name="setEditFrame">
<body>
--- 62,66 ----
</body>
</method>
!
<method name="setEditFrame">
<body>