|
|
|
_delayedCheck : Object
|
|
|
|
_hostRxp : Object
|
|
|
|
_setButton : Object
|
|
|
|
_textInput : Object
|
|
|
|
_uniqueId :
|
|
|
|
_urlInput : Object
|
|
|
|
button : dijit._Widget
|
|
|
|
buttonClass :
|
|
|
|
checked :
|
|
|
|
command : String
DetailsString like "insertUnorderedList", "outdent", "justifyCenter", etc. that represents an editor command.
Passed to editor.execCommand() if useDefaultCommand is true.
|
|
|
|
dropDown : Object
|
|
|
|
editor : dijit.Editor
Initial valuenull
DetailsPoints to the parent editor
|
|
|
|
enabled :
|
|
|
|
htmlTemplate : String
Initial value<img src="${urlInput}" _djrealurl="${urlInput}" alt="${textInput}" />
DetailsString used for templating the <img> HTML to insert at the desired point.
|
|
|
|
iconClassPrefix : String
Initial valuedijitEditorIcon
DetailsThe CSS class name for the button node is formed from iconClassPrefix and command
|
|
|
|
linkDialogTemplate : String
DetailsOver-ride for template since img dialog doesn't need target that anchor tags may.
|
|
|
|
tag : String
Initial valueimg
DetailsTag used for the link type (img).
|
|
|
|
urlRegExp : String
Initial value((https?|ftps?|file)\\://|\./|/|)(/[a-zA-Z]{1,1}:/|)(((?:(?:[\\da-zA-Z](?:[-\\da-zA-Z]{0,61}[\\da-zA-Z])?)\\.)*(?:[a-zA-Z](?:[-\\da-zA-Z]{0,80}[\\da-zA-Z])?)\\.?)|(((\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5])\\.){3}(\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5])|(0[xX]0*[\\da-fA-F]?[\\da-fA-F]\\.){3}0[xX]0*[\\da-fA-F]?[\\da-fA-F]|(0+[0-3][0-7][0-7]\\.){3}0+[0-3][0-7][0-7]|(0|[1-9]\\d{0,8}|[1-3]\\d{9}|4[01]\\d{8}|42[0-8]\\d{7}|429[0-3]\\d{6}|4294[0-8]\\d{5}|42949[0-5]\\d{4}|429496[0-6]\\d{3}|4294967[01]\\d{2}|42949672[0-8]\\d|429496729[0-5])|0[xX]0*[\\da-fA-F]{1,8}|([\\da-fA-F]{1,4}\\:){7}[\\da-fA-F]{1,4}|([\\da-fA-F]{1,4}\\:){6}((\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5])\\.){3}(\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5])))(\\:\\d+)?(/(?:[^?#\\s/]+/)*(?:[^?#\\s/]+(?:\\?[^?#\\s/]*)?(?:#.*)?)?)?
|
|
|
|
useDefaultCommand : bool
DetailsIf true, this plugin executes by calling Editor.execCommand() with the argument specified in command .
|