Page 1 of 1

UI binding necessary?

Posted: Tue Mar 12, 2013 9:45 pm
by Jon

Hi, I am curious if there is a way around some of the UI binding that takes place in the Tiggzi IDE, even when we are creating a custom element. Is there a workaround?


UI binding necessary?

Posted: Tue Mar 12, 2013 9:58 pm
by maxkatz

Can you give us an example of what you would like to do? Are you asking whether mapping service to UI is necessary?


UI binding necessary?

Posted: Tue Mar 19, 2013 11:59 am
by Ankit

Hi,
I added a HTML check box element using the panel component provided in the Tiggzi component list .
On seeing the html produced I found my check box element wrapped by a ui-checkbox class wrapper.
This wrapper was disturbing the css that I added to my custom component.


UI binding necessary?

Posted: Tue Mar 19, 2013 1:27 pm
by Kateryna Grynko

Hi,

You would need to change CSS code considering "ui-checkbox" class.


UI binding necessary?

Posted: Tue Mar 19, 2013 1:48 pm
by Jon

Thanks for your response Katya. Did we do something wrong? Or will it always take extra work to un-bind a custom element from what the IDE wraps it in?


UI binding necessary?

Posted: Tue Mar 19, 2013 2:32 pm
by Kateryna Grynko

JQM adds "ui-checkbox" class to each Checkbox automatically.


UI binding necessary?

Posted: Tue Mar 19, 2013 2:44 pm
by Jon

ok, thanks Katya. that helps a lot.