Skip to content

Instantly share code, notes, and snippets.

@serguei-k
Created August 12, 2017 22:38
Show Gist options
  • Save serguei-k/05874978e28ba9494820b31fbbda653c to your computer and use it in GitHub Desktop.
Save serguei-k/05874978e28ba9494820b31fbbda653c to your computer and use it in GitHub Desktop.
global proc AEFastExpression(string $nodeName)
{
editorTemplate -callCustom "CreateCustomControl" "UpdateCustomControl" "expression";
}
global proc CreateCustomControl(string $attrName)
{
// command to create custom control
}
global proc UpdateCustomControl(string $attrName)
{
// command to update custom control
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment