Jon
Posts: 0
Joined: Wed Dec 26, 2012 3:37 am

UI binding necessary?

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?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

UI binding necessary?

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

Ankit
Posts: 0
Joined: Tue Mar 19, 2013 11:58 am

UI binding necessary?

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.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

UI binding necessary?

Hi,

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

Jon
Posts: 0
Joined: Wed Dec 26, 2012 3:37 am

UI binding necessary?

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

UI binding necessary?

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

Jon
Posts: 0
Joined: Wed Dec 26, 2012 3:37 am

UI binding necessary?

ok, thanks Katya. that helps a lot.

Return to “Issues”