coldbox-modules/cbwire
CBWIRE is a ColdBox module that makes building reactive, modern apps easy using HTML-over-the-wire technologies and CFML.
ColdFusionNOASSERTION
Issues
- 0
Add <cbwire:persist>
#171 opened by grantcopley - 0
Add ability to customize or disable Livewire progress bar on wire:navigate
#170 opened by grantcopley - 0
Add ability to override updateEndpoint setting
#163 opened by grantcopley - 1
Add ability to specify assets for component
#166 opened by grantcopley - 1
Add ability to specify scripts for component
#165 opened by grantcopley - 0
Ensure onRender() is used instead of renderIt().
#167 opened by grantcopley - 0
- 0
Add ability to create single file components without defining a <cfscript> block.
#168 opened by grantcopley - 0
- 1
Provide user friendly error message if a built-in method name has been created on a component.
#149 opened by grantcopley - 0
Add onBoot Lifecycle Method in CBWIRE Components for Initial and Subsequent Renderings
#128 opened by grantcopley - 0
- 0
Add documentation example for wire:init
#148 opened by grantcopley - 0
- 0
- 0
- 0
- 0
Should throw friendly error when calling emit() that explains it's deprecated and should use dispatch() instead.
#156 opened by grantcopley - 0
When extending your own extends="BaseWire", the template doesn't have access to the methods defined in the BaseWire component
#146 opened by grantcopley - 0
Ensure implementation of validation methods hasErrors(), getErrors(), hasError( prop ), and getError( prop )
#154 opened by grantcopley - 0
Implement onBoot() lifecycle hook that fires on both the initial and subsequent requests
#155 opened by grantcopley - 0
Implement always lazy loading
#152 opened by grantcopley - 0
Implement disabling request isolation
#153 opened by grantcopley - 0
- 0
There are issues when updating a integer field with wire:model that the returned data in the cbwire payload isn't numeric but a string
#147 opened by grantcopley - 0
- 0
- 0
- 1
Add onAuthorize() lifecycle method that fires before all other lifecycle methods both on initial and subsequent requests.
#133 opened by grantcopley - 1
Bind nested data using Structs and Arrays
#141 opened by grantcopley - 0
When accessing a route that includes the text 'cbwire' in it, a 404 is immediately returned
#136 opened by grantcopley - 0
Unable to access event and event methods such as event.buildLink() in templates
#135 opened by grantcopley - 0
Automatically populate data properties with passed parameters when onMount() isn't defined
#140 opened by grantcopley - 1
- 0
- 1
Add ability to dispatch browser events
#138 opened by grantcopley - 5
Automatically populate data properties with passed parameters when onMount() isn't defined
#131 opened by mrigsby - 0
Calling wire( 'nested.subFolder.component' ) should try finding a component in the 'wires' folder by default.
#125 opened by grantcopley - 0
Add resetExcept( property ) to reset all data properties except what is passed in.
#129 opened by grantcopley - 0
- 0
Add ability to call application helpers defined in ColdBox.cfc or any installed modules from CBWIRE templates.
#127 opened by grantcopley - 0
Cleanup unnecessary variables available to templates to avoid potential collisions
#126 opened by grantcopley - 0
Add 'cacheSingleFileComponents' setting to control if single file components are cached
#123 opened by grantcopley - 0
Add params arguments as substitute for parameters argument when calling onMount()
#121 opened by grantcopley - 1
- 0
- 0
Single file components file names are not unique and could create conflicts in high-traffic applications
#119 opened by grantcopley - 0
Add the ability to call CBWIRE UDFs from the cbwire template as computed properties are too limiting.
#118 opened by grantcopley - 0
- 0
Add ability to refresh all child components from the parent component when an action is called
#117 opened by grantcopley