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?
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?
Can you give us an example of what you would like to do? Are you asking whether mapping service to UI is 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.
Hi,
You would need to change CSS code considering "ui-checkbox" class.
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?
JQM adds "ui-checkbox" class to each Checkbox automatically.
ok, thanks Katya. that helps a lot.