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=3a8fa6f71e0fde541600469a2e8c614202b997e7;hp=d8425590cce34bb62744feb1ea7e2de9ebf6720e;hb=2aab2479f7e6d127df4de063328570cc247ce6d4;hpb=1a34781fb27f222d035e8861033c6441d9ba499b 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 d842559..3a8fa6f 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 @@ -74,25 +74,42 @@ namespace Property INPUT_EMBOSS = Dali::Toolkit::TextEditor::Property::INPUT_EMBOSS, OUTLINE = Dali::Toolkit::TextEditor::Property::OUTLINE, INPUT_OUTLINE = Dali::Toolkit::TextEditor::Property::INPUT_OUTLINE, + SMOOTH_SCROLL = Dali::Toolkit::TextEditor::Property::SMOOTH_SCROLL, + SMOOTH_SCROLL_DURATION = Dali::Toolkit::TextEditor::Property::SMOOTH_SCROLL_DURATION, + ENABLE_SCROLL_BAR = Dali::Toolkit::TextEditor::Property::ENABLE_SCROLL_BAR, + SCROLL_BAR_SHOW_DURATION = Dali::Toolkit::TextEditor::Property::SCROLL_BAR_SHOW_DURATION, + SCROLL_BAR_FADE_DURATION = Dali::Toolkit::TextEditor::Property::SCROLL_BAR_FADE_DURATION, + PIXEL_SIZE = Dali::Toolkit::TextEditor::Property::PIXEL_SIZE, + LINE_COUNT = Dali::Toolkit::TextEditor::Property::LINE_COUNT, + ENABLE_SELECTION = Dali::Toolkit::TextEditor::Property::ENABLE_SELECTION, + PLACEHOLDER = Dali::Toolkit::TextEditor::Property::PLACEHOLDER, + LINE_WRAP_MODE = Dali::Toolkit::TextEditor::Property::LINE_WRAP_MODE, /** - * @brief name "smoothScroll", type bool - * @details Enable or disable the smooth scroll animation + * @brief The text to display when the TextEditor is empty and inactive. + * @details Name "placeholderText", type Property::STRING. */ - SMOOTH_SCROLL = INPUT_OUTLINE + 1, + PLACEHOLDER_TEXT, /** - * @brief name "smoothScrollDuration", type float - * @details Sets the duration of smooth scroll animation + * @brief The placeholder-text color. + * @details Name "placeholderTextColor", type Property::VECTOR4. */ - SMOOTH_SCROLL_DURATION + PLACEHOLDER_TEXT_COLOR, + + /** + * @brief Enables Text selection using Shift key. + * @details Name "enableShiftSelection", type Property::BOOLEAN. + */ + ENABLE_SHIFT_SELECTION }; + } // namespace Property -} // namespace DevelText +} // namespace DevelTextEditor } // namespace Toolkit } // namespace Dali -#endif // DALI_TOOLKIT_TEXT_EDITOR_DEVEL_H \ No newline at end of file +#endif // DALI_TOOLKIT_TEXT_EDITOR_DEVEL_H