Title = "Manage Tenant: " . $this->Tenant->URL; } protected function RenderContent() { ?>

Tenant: Tenant->URL); ?>

TabPages[] = new TabPage("tabCustomProperties", "Custom Properties", null, null, null, function() { ?> Tenant->GetProperties(); foreach ($properties as $property) { ?>
[+] Property Description Value
[+] Name); ?> Description); ?> RenderEditor($this->Tenant->GetPropertyValue($property)); ?>
TabPages[] = new TabPage("tabEnabledModules", "Enabled Modules", null, null, null, function() { ?>

Click on a module name to configure the module on this tenant.

Tenant); foreach ($modules as $module) { ?>
Module Description
Enabled) { echo(" checked=\"checked\""); } ?> /> Tenant->URL . "/modules/" . $module->ID)); ?>">Title); ?> Description); ?>
TabPages[] = new TabPage("tabGlobalObjects", "Global Objects", null, null, null, function() { ?>

Lists all of the objects that are available on this tenant that are not associated with a particular Module.

Tenant); foreach ($objects as $object) { ?>
Object Description Instances
Tenant->URL . "/objects/" . $object->ID)); ?>">Name); ?> Description); ?> Tenant->URL . "/objects/" . $object->ID . "/instances")); ?>">CountInstances()); ?>
Render(); ?>
">Cancel