Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello. A create a new module whith property Editors. At package.manifest a have
prevalues: { fields: [ { label: "Category", description: "", key: "cat", view: "treepicker" } ] }
Then i create new doctype for category and create some contents.
Then i crate new doctype when i use this property And select my root content.
When i write at my controller
console.log($scope.model);
I have only alias, id, label etc, but i dont have a value of content. How to get it in my angular controller?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Problems at treepicker
Hello. A create a new module whith property Editors. At package.manifest a have
Then i create new doctype for category and create some contents.
Then i crate new doctype when i use this property And select my root content.![enter image description here](/media/upload/4e8c33f4-334f-4a91-bc21-39f0d4dd1d04/Screenshot_1.jpg)
When i write at my controller
I have only alias, id, label etc, but i dont have a value of content. How to get it in my angular controller?
is working on a reply...