X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftext-controls%2Ftext-editor-devel.h;h=473adbafa336091c3bcf49f2dadb850a4fcfdf04;hp=5bc2654a555ef08cff8e696c69d51f31a7151757;hb=003fe1b0cb2900bd60063649e46fbbbb6e7d997d;hpb=448bcfa1ab294f28eb9252e2c736c83bc043f9ef diff --git a/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h b/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h index 5bc2654..473adba 100644 --- a/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h +++ b/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h @@ -116,7 +116,19 @@ namespace Property * @details name "lineCount", type int * @note this property is read-only. */ - LINE_COUNT + LINE_COUNT, + + /** + * @brief The text to display when the TextEditor is empty and inactive. + * @details name "placeholderText", type string + */ + PLACEHOLDER_TEXT, + + /** + * @brief The placeholder-text color. + * @details name "placeholderTextColor", type vector4 + */ + PLACEHOLDER_TEXT_COLOR }; } // namespace Property