RadTagCloud provides an easy way to generate tags from external
		sources. By setting the corresponding property, you can generate tags from text
		file, direct input (text) and from a web site. In the example above, use the first
		input field to set absolute URL to generate tags from a web site, use upload section
		to provide a text file as a source, use the text area to set text as a source.
	
	To configure 
RadTagCloud to use external sources you need to set
	one or more of the following properties:
	
		- 
			Text - sets text value for direct input generation source
		
 
		- 
			TextFile - specifies the location of the file to be used as a generation
			source
		
 
		- 
			TextUrl - specifies the URL of the web site to be used as a generation
			source
		
 
	
	
		If more than one of these properties are set RadTagCloud will combine
		the sources when generating the tags.
	
	
		Items generated from a text source are not considered data bound, so they will not fire the ItemDataBound event. They are created during the PreRender phase and if you need to access them, you should override the OnPreRenderComplete event.
	
 
	In the Fine-tune tab of the Demo Configurator you will find options to further manage the content of the RadTagCloud control.
	You can define a comma (,) separated list of words to exclude from the tags collection.
	If you want to exclude a special character from the tags list, because it is a puntuaction character, you can add it in the Puntuation characters input field.