Crate web_event
Source - OnClick
- Bubbles: YesCancelable: YesEvent type:
Event :> [UiEvent] :> [MouseEvent] :> PointerEventSupported HTML tags: All HTML elements, EXCEPT: <base>, <bdo>, <br>, <head>, <html>,
<iframe>, <meta>, <param>, <script>, <style>, <title> - OnDoubleClick
- The event occurs when the user double-clicks on an element
- OnInput
- Execute when a user writes something in an
<input> field. - OnMouseDown
- Bubbles: YesCancelable: YesEvent type: MouseEventSupported HTML tags: All HTML elements, EXCEPT:
<base>, <bdo>, <br>, <head>, <html>,
<iframe>, <meta>, <param>, <script>, <style>, and <title>. - OnMouseUp
- Bubbles: YesCancelable: YesEvent type: MouseEventSupported HTML tags: All HTML elements, EXCEPT:
<base>, <bdo>, <br>, <head>, <html>,
<iframe>, <meta>, <param>, <script>, <style>, and <title>.