Skip to content

Instantly share code, notes, and snippets.

@serguei-k
Created August 13, 2017 00:02
Show Gist options
  • Save serguei-k/6f6a591b3b447f32ad9c49951be99c3a to your computer and use it in GitHub Desktop.
Save serguei-k/6f6a591b3b447f32ad9c49951be99c3a to your computer and use it in GitHub Desktop.
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