INPUT_METHOD_SETTINGS Property added to TextField 46/39746/2
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Thu, 21 May 2015 16:50:57 +0000 (17:50 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Thu, 21 May 2015 17:29:50 +0000 (18:29 +0100)
Change-Id: I249d0fa464c504b0629af1b5e6611aa138badb80
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
dali-toolkit/public-api/controls/text-controls/text-field.h

index 96de982..1f6df9b 100644 (file)
@@ -90,7 +90,8 @@ public:
       SELECTION_HANDLE_PRESSED_IMAGE_LEFT,      ///< name "selection-handle-pressed-image-left"  The image to display when the left selection handle is pressed,           type STRING
       SELECTION_HANDLE_PRESSED_IMAGE_RIGHT,     ///< name "selection-handle-pressed-image-right" The image to display when the right selection handle is pressed,          type STRING
       SELECTION_HIGHLIGHT_COLOR,                ///< name "selection-highlight-color"            The color of the selection highlight,                                     type VECTOR4
-      DECORATION_BOUNDING_BOX                   ///< name "decoration-bounding-box"              The decorations (handles etc) will positioned within this area on-screen, type RECTANGLE
+      DECORATION_BOUNDING_BOX,                  ///< name "decoration-bounding-box"              The decorations (handles etc) will positioned within this area on-screen, type RECTANGLE
+      INPUT_METHOD_SETTINGS                     ///< name "input-method-settings"                The settings to relating to the System's Input Method, Key and Value      type MAP
     };
   };