Tag search is that one powerful feature in ColdFusion Builder 2.0 which allows you to search for tags that match some criteria. Also, there are various actions that the user can perform once the tag is found. Actions such as 'Replacing the tag block' with some text, 'Removing the Tag block', 'Setting an attribute', 'Removing an attribute', 'Adding text before the tag block' and 'Adding text after the tag block'. In this post I'll explain how these actions can help you increase your productivity in your day to day application development. Action - Setting an attribute Consider a use-case where you would like your ColdFusion application to be available to other web clients such as a HTML client or a FLEX client. In these cases you will have to update the cffunction's access attribute to remote. Updating each and every function definition can be a time consuming task. With the action Set attribute one can specify the attr...
A blog on HTML5, JavaScript, ColdFusion and other web technologies.