Credit

信用证包含有关如何在屏幕上显示某些内容的属性/信用证的数据。
new Credit(html, showOnScreen)
Parameters:
html (String) 表示HTML代码段的字符串
showOnScreen (Boolean) (default false) 如果为真,信用证将在主信用证容器中可见。否则,它将出现在弹出窗口中
Example
//Create a credit with a tooltip, image and link
var credit = new bmgl.Credit('<a href="http://bigemap.com/" target="_blank"><img src="/images/bigemap_logo.png" title="Bigemap"/></a>');
Throws

Members

(readonly) element : HTMLElement

获取信用要素

(readonly) html : String

信用内容

(readonly) showOnScreen : Boolean

信用证应显示在屏幕上还是在灯箱中

Methods

(static) clone(credit) → {Credit}
复制信用实例。
Parameters:
credit (Credit) 信用证一式两份。
(static) equals(left, right) → {Boolean}
如果贷方相等,则返回“真”
Parameters:
left (Credit) 第一个学分
right (Credit) 第二个学分
equals(credit) → {Boolean}
如果贷方相等,则返回“真”
Parameters:
credit (Credit) 要比较的信用。