[Tizen] Update Placeholder property of TextField/TextEditor and its sample
authorxb.teng <xb.teng@samsung.com>
Wed, 2 Aug 2017 19:20:11 +0000 (03:20 +0800)
committerxb.teng <xb.teng@samsung.com>
Wed, 2 Aug 2017 19:20:11 +0000 (03:20 +0800)
Change-Id: I70aab2b0027c14bf9136ddaf9b6079cf7e7270e8

src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs

index 6d1aea5..5ccab67 100755 (executable)
@@ -1298,6 +1298,7 @@ namespace Tizen.NUI.BaseComponents
         /// <code>
         /// PropertyMap propertyMap = new PropertyMap();
         /// propertyMap.Add("placeholderText", new PropertyValue("Setting Placeholder Text"));
+        /// propertyMap.Add("placeholderTextFocused", new PropertyValue("Setting Placeholder Text Focused"));
         /// propertyMap.Add("placeholderColor", new PropertyValue(Color.Red));
         /// propertyMap.Add("placeholderFontFamily", new PropertyValue("Arial"));
         /// propertyMap.Add("placeholderPointSize", new PropertyValue(12.0f));
index 21fabfe..ba7d45c 100755 (executable)
@@ -1325,6 +1325,7 @@ namespace Tizen.NUI.BaseComponents
         /// <code>
         /// PropertyMap propertyMap = new PropertyMap();
         /// propertyMap.Add("placeholderText", new PropertyValue("Setting Placeholder Text"));
+        /// propertyMap.Add("placeholderTextFocused", new PropertyValue("Setting Placeholder Text Focused"));
         /// propertyMap.Add("placeholderColor", new PropertyValue(Color.Red));
         /// propertyMap.Add("placeholderFontFamily", new PropertyValue("Arial"));
         /// propertyMap.Add("placeholderPointSize", new PropertyValue(12.0f));