Expose Mixin
ExposeMixin
Used by
This mixin is applied by the following widgets.
Properties
| Name | Description | Type | Default |
|---|---|---|---|
exposeValue |
Get the info needed to determine if this widget’s value allows it to participate in expose It needs to have a path, and we use mime to determine if it can expose It’s also passed to getMedia() when we’re not reading from a nextmatch |
ExposeValue
|
- |
mediaContentFunction |
Function to extract an image list “Normally” we’ll try to pull a list of images from the nextmatch or show just the current widget, but if you know better you can provide a method to get the list. |
function
|
- |
Methods
| Name | Description | Arguments |
|---|---|---|
getMedia()
|
Get the info needed to show the given value as slide(s) _value is (usually?) pulled from egw.dataGetUIDdata() Override this |
_value:
|
_handleClick()
|
Just override the normal click handler |
_ev: MouseEvent
|