Skip to content

Instantly share code, notes, and snippets.

@vgrem
Last active December 11, 2015 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vgrem/4602948 to your computer and use it in GitHub Desktop.
Save vgrem/4602948 to your computer and use it in GitHub Desktop.
Example 2. Getting TaxonomyWebTaggingControl control value
//Example 2. Getting TaxonomyWebTaggingControl control value
function initCountryTaggingControl2() {
var countriesControlId = "ctl00_PlaceHolderMain_ctl03";
var continentTermValue = getTaxonomyControlObjectValue(countriesControlId);
}
ExecuteOrDelayUntilScriptLoaded(initCountryTaggingControl, 'ScriptForWebTaggingUI.js');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment