-
Hi,
First the URL for webify doesn't exist anymore apparently, I had to download it manually. Not a big deal.
But then, each time I run the grunt task, I have an error when it comes to run the ziti t…
-
就像word那样。
文本编辑器目前只发现everedit实现了。
-
It should be possible to:
1. retrieve an association of an association
2. define a condition on a reference:
``` js
var Photo = ziti.define('photo', {
path: ziti.String,
width: ziti.Int,
…
-
``` javascript
var Person = ziti.define('Person', {
email: ziti.String().unique(),
age: ziti.Int,
firstname: ziti.String().unique('name'),
lastname: ziti.String().unique('name')
});
/*…
-
Replacing:
- Model.setStatic('name', fn) by Model.name = fn
- Model.setMethod('name', fn) by Model.methods.name = fn
- ziti.setStatic('name', fn) by ziti.statics.name = fn
- ziti.setMethod('name', fn)…
-
A foreignkey can be either set by explicitly setting the attribute field or by using the foreign key name instead. Example:
``` javascript
var Photo = ziti.define('Photo', {
path: ziti.String,
…
-
Purpose is to set a field using an SQL function:
- It should work with update / insert
- It should be possible to chain functions
Syntax:
``` javascript
User.update({ age: [ '?? + ?', 'age', 1 ] });…
-
Hey guys,
Web-Kit/Blink engine (Google Chrome, ...) has a bug in color rendering in the primary button, gets a gray instead of white, what happens is that people who have vision problems (such as col…
-
https://github.com/ziti/uebersicht-calendar-widget
ziti updated
10 years ago
-
I smell redundancy, they seem to have the same values.