Add an image.
Image Molecule | |
Preference Dialog | |
Properties | |
type | string, ( r ) |
pref.name | string, ( r ) |
pref. | string, ( r, w ) |
pref. | string, ( r, w ) |
pref.url | string, ( r, w ) |
pref. | string, ( r, w ) |
pref. | string, ( r, w ) |
pref. | string, ( r, w ) |
pref. | string, ( r, w ) |
pref. | string, ( r, w ) |
pref. | string, ( r, w ) |
pref. | string, ( r, w ) |
pref.flow | string, ( r, w ) |
Functions | |
attach | |
detach | |
delete | |
rename | |
show | |
hide | |
refresh | |
clone | |
serialize |
string, ( r )
The scriptable name for this molecule. This name can be set using rename function dynamically.
string, ( r, w )
Specifies the image border style.
Possible formats,
border-width | thin, medium, thick, ~length~ (in pixel value). |
border-color | rgb(255, 0, 0) or #ff0000. |
border-style | none, hidden, dotted, dashed, solid, double, groove, ridge, inset, outset. |
string, ( r, w )
Specifies the sides of the image where other floating elements are not allowed.
left | No floating elements allowed on the left side. |
right | No floating elements allowed on the right side. |
both | No floating elements allowed on either the left or the right side. |
none | Default. Allows floating elements on both sides. |