Search found 1 match

by laserted
Saturday 20 October 2018 16:21
Forum: Dashticz
Topic: Dashticz - Custom CSS
Replies: 82
Views: 23645

Re: Dashticz - Custom CSS: for a specific iframe

Greets - I have an external source that presents a non-markup text blob that I am displaying in an iframe via: in CONFIG.js: var frames = {} frames.textblob = {refreshiframe:10000,height:500,frameurl:"http://a.b.c.d/textblob.txt",width:12} ..... columns[8] = {} columns[8]['blocks'] = [frames ...