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)
commit8030f281025fe9764ec3672e69e4acff4d633c98
tree72f20bf69fa59e208a1eb181c44c2cee5911904d
parent7e6415d54de135e35ec62235a5488a8996a4ac82
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
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