Changeset 4306
- Timestamp:
- 07/22/08 11:12:46 (1 month ago)
- Files:
-
- trunk/dabo/ui/uiwx/dHtmlBox.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dabo/ui/uiwx/dHtmlBox.py
r4186 r4306 64 64 # Open in the control itself 65 65 self.Page = evt.href 66 67 68 def copy(self): 69 """Implement the plain text version of copying""" 70 return self.SelectionToText() 66 71 67 72
