Brad
Posts: 0
Joined: Wed Dec 07, 2011 4:05 am

html component

How do you place html or css on a screen. I have some custom JavaScript gauges that I would like to use.

I dont see an html component.

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

html component

To place custom HTML or CSS you should use custom JavaScript and use jQuery to add/remove HTML or add CSS. Here is more information: http://help.gotiggr.com/documentation...

Brad
Posts: 0
Joined: Wed Dec 07, 2011 4:05 am

html component

I'm still not having luck with this, it would seem like a simple component for the panel to implement.

Can you give example code, say I want to fill a panel with html.

thanks

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

html component

Sure, here is an example.

This is invoked on page load:
code
$('div[dsid="mobilecontainer1"]')&#46;append('<h4>Hello<&#47;h4>');
/code

App link: http://gotiggr.com/preview/23191/

Sean Kelley
Posts: 0
Joined: Thu Oct 11, 2012 2:25 pm

html component

thanks- that was very helpful!

Wahogna
Posts: 0
Joined: Fri Oct 25, 2013 10:51 pm

html component

link is broken

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

html component

It was a link to a sample app. It was posted more than a year ago but you can still use the code snippet above.

Wahogna
Posts: 0
Joined: Fri Oct 25, 2013 10:51 pm

html component

thank and Hello,
I have to run a direct link in the HTML container in case the page is loaded,

Please could you help me

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

html component

You want to navigate to link which is placed in HTML component when page is loaded? You can add page loading event handler as Navigate to link.

EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

html component

Hi There,

in tables set up within a HTML component, I cannot get the work.
understood HTML5 doesn't support that attribute.
shall use CSS instead like .
however, it doesn't work either.

any advice ?

same when I use indent x px .
it doesn't work.

same as above, any advice ?

Thks for your time always,
Eric

Return to “Issues”