HexagonJS
About
Installation
Core Concepts
Changelog
[Migration (1.x -> 2.x)]
Tutorials
Getting Started
Print Styles
Demos
Component Demo Page
Css Components
Base
Button
Badge
Error Pages
Form
Inputs
Input Group
Label
Layout
Logo
Notice
Spinner
Table
Js Components
Alerts and Messages
Autocomplete Picker
Autocomplete
Button Group
Card
Collapsible
Color Picker
Crumbtrail
Data Table
Date Picker
Date Time Picker
Drag Container
Drawing
Dropdown
Dropdown Button
Extended Table
File Input
Fluid
Form Builder
Inline Editable
Inline Picker
Inline Select
Menu
Meter
Modal
More Button
Notify
Number Picker
Paginator
Picker
Pivot Table
Plot
Progress Bar
Side Collapsible
Sidebar
Single Select
Slider
Stepper
Sticky Table Headers
Tabs
Tag Input
Time Picker
Time Slider
Titlebar
Toggle Button
Toggle
Tooltip
Tree
Visualization Bar
Utilities
Animate
Click Detector
Color Scale
Color
Component
Event Emitter
Fast Click
Filter
Format
Interpolate
List
Map
Morph Section
Morphs
Palette
Pointer Events
Preferences
Request
Resize Events
Search Dom
Select
Selection
Set
Sort
Transition
User Facing Text
Util
View
Inline Editable Changelog
1.10.0
hx.InlineEditable
extends
EventEmitter
Updated
#351
Made the input take focus when the editable is 'opened' and made it possible to press 'enter' to set the value.
hx.InlineEditable
Removed
#351
Added the 'options' parameter to the constructor
hx.InlineEditable
Added
#351
Added the options parameter to the constructor to allow the 'enter value' text to be set
hx.InlineEditable
change
api
Boolean
Removed
#351
The api property was always set to false. It has been removed and replaced with the standard 'cause' property
hx.InlineEditable
change
cause
String
Added
#351
Replaced the broken 'api' property
1.0.0
hx.inlineEditable
Selection
Added
Fluid api version of InlineEditable
0.10.0
hx.InlineEditable
extends
EventEmitter
Added