assemblyEditorUrl

The assemblyEditorUrl tag generates the URL to the Assembly editor for the current Portal. If @var is specified, this tag stores the URL in the given variable, otherwise it places it onto the page.

This tag contains the following attributes:

assembly
The object to open in the editor. If not specified, the editor will be opened with a new empty assembly.
  • Required: false
  • Type:
  • Default: none
scope
The scope of the @var attribute. Valid values are "page" and "request".
  • Required: false
  • Type: String
  • Default: "request"
urlQuery
The query string. This value will NOT be URL-encoded, so it should be encoded already. You can also use nested <@td.urlParam> tags to specify individual URL parameters in a URL-escaped way.
  • Required: false
  • Type: String
  • Default: none
var
The name of the variable used to access the result.
  • Required: false
  • Type: String
  • Default: none

This tag contains the following attributes.

Name Description Required Type Default
assembly The object to open in the editor. If not specified, the editor will be opened with a new empty assembly. false none
scope The scope of the @var attribute. Valid values are "page" and "request". false String "request"
urlQuery The query string. This value will NOT be URL-encoded, so it should be encoded already. You can also use nested <@td.urlParam> tags to specify individual URL parameters in a URL-escaped way. false String none
var The name of the variable used to access the result. false String none