Created
August 12, 2017 22:38
-
-
Save serguei-k/05874978e28ba9494820b31fbbda653c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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