Page 1 of 1

IW Template / CSS / TIWCGJQButton

PostPosted: 22 Aug 2019 22:13
by cpstevenc
Playing around here with TIWCGJQButton.

I have four TIWCGJQButton and showing them on a template.

I tried to follow something like this @ https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_button_group

To have it so the TIWCGJQButton float next to each other and will move on down when form size has changed ... ( ala mobile )

I've tried a number of ways to get it to play and just don't seem to apply. I guess something in the html template file I goofed,
or something I missed in the object inspector for each button to set..

Code: Select all
<div class="btn-group">
{%btn_Accounting%}
{%btn_OrderTrakker%}
{%btn_SalesPro%}
{%btn_Dashboard%}
</div>


is where I last gave up ....

Buttons show up, but one under the next stacked..

Re: IW Template / CSS / TIWCGJQButton

PostPosted: 16 Sep 2019 12:24
by Alexander Bulei
Hi cpstevenc,

You need respect the css for that...did you added the necessary css style?

Best Regards.