manual binding for TextEditor and ApplicationExtension
authorxb.teng <xb.teng@samsung.com>
Tue, 13 Jun 2017 02:43:37 +0000 (10:43 +0800)
committerxb.teng <xb.teng@samsung.com>
Tue, 13 Jun 2017 02:43:44 +0000 (10:43 +0800)
commit2825335b29f9343453aa8646b8e4e6c3aa40305e
treedf17a9007a9e8e7e19d0a949e71c4ce9950acef7
parent45e3a56324c98baecd3a1a0c87e53b96a8d4d611
manual binding for TextEditor and ApplicationExtension

There are changes:
1. Add properties LineCount/PlaceholderText/PlaceholderTextColor for TextEditor
2. Add property ID for View
3. Add api Start for ApplicationExtensions
4.  Update text sample to test new features.

Change-Id: Ie2138c383c1965b421255422a435fd7f16b231c3
NUISamples/NUISamples/NUISamples.TizenTV/examples/text-test.cs
src/Tizen.NUI/src/internal/ApplicationExtensions.cs
src/Tizen.NUI/src/internal/ManualPINVOKE.cs
src/Tizen.NUI/src/internal/NDalicPINVOKE.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/NUIApplication.cs