-
### Which Umbraco version are you using?
9.0.0-beta003
### Bug summary
JavaScript library is not included in umbraco-backoffice-extensions-js when added through the package manifest.
### Specifics…
-
Navigate to the grid, navigate back, then once again to the grid. Add a row.
![meteor example error](https://cloud.githubusercontent.com/assets/33569/7341958/9e5b98a8-ec60-11e4-9da1-8ac22b04363a.gif)…
dandv updated
9 years ago
-
with
```js
webix.DataDriver.json.parseDates = true
```
without change
```js
var isodate = /\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(.\d{1-3})?Z/;
```
to
```js
var isodate = /\d{4}-\d{2}-\d{2}T\d{…
-
# Notes
## Styling
- no need for container "app" and all related styling. Also 100vh didn't help anyway because of the fixed form height.
- the toolbar can be styled, well done, but it's always…
-
Hello Webix team!
I've encountered that **typescript** branch code is broken, in some way.
The first mistake is in the **tsconfig.json** file:
_A file specified in tsconfig.json could not be fo…
-
I have the following webix form submit code
```
{ view: 'button', label: 'Save', type: 'form', click: function(){
var form = this.getFormView();
var v = form.getValues();
Meteor.call('updateUse…
-
Hi
Could you add information into the documentation how to use `webix-remote` with Express.
I spent two hours to realize that it requires installed '''body-parser''' package.
Below is the working sa…
-
Similar to https://github.com/webix-hub/webix-meteor-mvc/issues/3.
Right now this example [duplicates](https://github.com/webix-hub/webix-meteor-example/blob/master/public/webix-meteor.js) the [code …
dandv updated
9 years ago
-
Most likely due to us using GHFM rather than GH's pure markdown converter.
Known issues:
- [ ] https://atmospherejs.com/webix/webix
- Line breaks on single-line source file breaks
- [ ] https://atm…
-
On the client side the following error is thrown:
``` javascript
webix_debug.js?v=1469762746533:1170 Uncaught SyntaxError: Unexpected token o in JSON at position 1
```
This is caused when the server…
ghost updated
4 years ago