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