Created
August 13, 2017 00:02
-
-
Save serguei-k/6f6a591b3b447f32ad9c49951be99c3a 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 CreateCustomControl(string $attrName) | |
{ | |
expressionControl -a $attrName -l "Expression" "expressionControl"; | |
} | |
global proc UpdateCustomControl(string $attrName) | |
{ | |
expressionControl -e -a $attrName "expressionControl"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment