allowtransparency (boolean): Allow transparency of the iframe
Example Usage
import zero_true as ztsample_iframe = zt.iFrame(id='sample_iframe',# Unique id for a component src ='',# Source URL of the iframe width ='100%',# Width of the iframe height ='100%',# Height of the iframe frameborder =0,# Frame border of the iframe scrolling ='auto',# Scrolling of the iframe allowtransparency =False,# Allow transparency of the iframe)