Parameter | Type | Description | Defined By |
---|---|---|---|
border | Object | Override the default as enable = true,radius = 5 | Tip |
fade_duration | Number | Specifies the duration when fadeIn/fadeOut in millisecond.(default to 300) | Tip |
invokeOffset | Function | Specifies Function to calculate the position.(default to null) | Tip |
invokeOffsetDynamic | Boolean | if calculate the position every time (default to false) | Tip |
move_duration | Number | Specifies the duration when move in millisecond.(default to 100) | Tip |
shadow | Boolean | Specifies whether the element should be show a shadow.In general there will be get a high render speed when apply false.(default to false) | Element |
shadow_blur | Number | Specifies How blur you want your shadow to be.(default to 4) | Element |
shadow_color | String | Specifies the color of your shadow is.(default to '#666666') | Element |
shadow_offsetx | Number | Specifies Horizontal distance (x-axis) between the shadow and the shape in pixel.(default to 0) | Element |
shadow_offsety | Number | Specifies Vertical distance (y-axis) between the shadow and the shape in pixel.(default to 0) | Element |
showType | String | Specifies the tip's type.(default to 'follow') Available value are: @Option follow @Option fixed | Tip |
style | String | Specifies the css of this Dom. | Tip |
text | String | Specifies the text want to disply.(default to '') | Tip |
Name | Description | Defined By |
---|---|---|
initialize | Fires after the element initializing is finished this is for test
Parameter
| Element |
parseText | Fires when parse this tip's text.Return value will override existing.
Parameter
| Tip |
Name | Description | Defined By |
---|