nadsonfernando / input-materialdesign-widget

Appcelerator Text Field concept Material Design
66 stars 10 forks source link

How can i use this? #1

Open dlehdanakf opened 9 years ago

dlehdanakf commented 9 years ago

I installed your widget by gittio,

Add some views, label (#hint) and textfield(#textfield).

but it's not working. I just copied your example file....

how can i use it?

nadsonfernando commented 9 years ago

There are two ways to use it :

XML: "Widget src="input-materialdesign" OR Controller: "Alloy.createWidget('input-materialdesign', { colorFocus: "red", left: 2, ........ }).getView()"