This example shows how to set or change the attribute category definition.
EasyBlog.require()
.library("ace")
.done(function($){
var editor = ace.edit("628e16567ba18");
editor.setTheme("ace/theme/crimson_editor");
editor.getSession().setMode("ace...
This example shows how to set or change the attribute category definition.
EasyBlog.require()
.library("ace")
.done(function($){
var editor = ace.edit("628dd1e7484ab");
editor.setTheme("ace/theme/crimson_editor");
editor.getSession().setMode("ace...
The data revision has a macro call for post processing.This macro must have a specific name (VBA: Revision.Rules.Run .NET: RevisionRules.Run)The example shows how different events (e.g. "Ok", "Cancel", "Created"...) can be quired.
EasyBlog.req...
Beginning with EB version 6.9.1, an attribute of an object can be marked as "released". For this purpose, there is the property IAucAttribute.Released on the attribute object. This property is protected by an access control.
EasyBlog.require()
...
The Extended Partner Runtime Interface contains classes and methods to access partner functionality. 1. Add a reference to your project
2. Cast the application object to ExPartnerApplication
EasyBlog.require()
.library...