Aikau example defines the following:
{
name: "alfresco/forms/controls/DojoSelect",
config: {
label: "List Type",
name: "prop_dl_dataListItemType",
value: "dl:event",
optionsConfig: {
publishTopic: "ALF_GET_FORM_CONTROL_OPTIONS",
publishPayload: {
url: url.context + "/proxy/alfresco/api/classes/dl_dataListItem/subclasses",
itemsAttribute: "",
labelAttribute: "title",
valueAttribute: "name"
}
}
}
}
Pay attention to url.context
. I have not found any url
definition in example sources. It seems that url
implicitly initialized somewhere. But where exactly? What other fields/methods url
object has?