--- a/src/hbwidgets/editors/hbabstractedit.cpp Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbwidgets/editors/hbabstractedit.cpp Mon Oct 04 00:38:12 2010 +0300
@@ -93,8 +93,9 @@
editor widget only one or the other type might be supported. Plain text content is set with
method \ref setPlainText. Method \ref toPlainText returns the content converted to plain text.
- \li Focus control: Editor is responsble for controlling the input panel visibility. In some situations special editor may need to also handle this, but in general it is always handled by HbAbstractEdit.
- Input panel is closed when editor loses focus.
+ \li Focus control: Editor is responsble for controlling the input panel visibility. In some situations special editor may need to also handle this,
+ but in general it is always handled by HbAbstractEdit. Input panel is closed when editor loses focus.
+ However when setting the editor focus programmatically with setFocus() it is the responsibility of client to control the visibility of input panel.
\li Cursor control: A convenience method \ref moveCursor can also be used to move the cursor.
@@ -107,14 +108,7 @@
\section composition Widget composition
- Editor widget consists of these sub-items visible in the picture.
- In this example editor shows only one visible line of the content.
-
- \image html editor_composition.jpg
-
- The size of the canvas is always same as the size of the document, and the width of the scroll area
- is same as the width of the document. The editor margins are defined in the CSS.
-
+ The size of the canvas is always same as the size of the document, and the width of the scroll area is same as the width of the document.
*/
/*!