FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
An interface describes all configuration options of a group component. More...
Public Attributes | |
number | retainCount = 1 |
Sets the number of the children of a group to display when shrinked. attribute name in layout-template: retain-count. More... | |
string | shrinkTitle |
The title of the dropdown component. It supports I18Next key. attribute name in layout-template: shrink-title. More... | |
Public Attributes inherited from ComponentOptions | |
boolean | active = false |
Initial activation state. More... | |
boolean | canBeDisabled =false |
Wheher or not this component can be disabled, if true, disable method will be not working. attribute name in layout-template: can-be-disabled. More... | |
string | cls = '' |
Specific a class attribute for the root element of a component. In the fragment config, it is writtern like this: new PDFUI({ fragments:[{ target: 'your component name', config: { cls: 'your-custom-css-class' } },...] }) and in layout-template, it's writtern like the this: <component-type class="your-custom-css-class"> </component-type> . More... | |
boolean | disabled =false |
initial disable state More... | |
boolean | visible = true |
Initial visibility state, if false, this component will be not displaying on screen after mounted. More... | |
An interface describes all configuration options of a group component.
number retainCount = 1 |
Sets the number of the children of a group to display when shrinked.
attribute name in layout-template: retain-count.
string shrinkTitle |
The title of the dropdown component. It supports I18Next key.
attribute name in layout-template: shrink-title.