Class mcePluginModel
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
mixed
|
|
public
|
|
public
mixed
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
setCallback( $callback )
Callback that will be called to return mcePlugin content. Since the model is created earlier in the process, we don't want it to do any heavy processing until the plugin's window is actually opened. This is when we'll trigger this callback. |
Properties summary
protected
|
$handle
Plugin handle - name with no spaces or hyphens |
|
protected
|
$name
Plugin name - user readable name |
|
protected
|
$longName
|
|
protected
string
|
$action
Action string passed via ajax |
|
protected
null
|
$iconUrl
Icon used for editor panel button |
|
protected
integer
|
$width
|
#
500
|
protected
integer
|
$height
|
#
300
|
protected
|
$content
HTML content ready to be rendered |
|
protected
|
$getContentCallback
|