How to add attributes ColdFusion tags in bulk -


i curious if there way force coldfusion tag hold attribute default, such datasource in cfquery.

for example instead of writing

   <cfquery datasource="mydatasource">  

i can write

   <cfquery>  

and system automatically knows datasource "mydatasource".

would cool if possible.

it possible datasource, not everything.

you may set this.datasource="mydatasource" default datasource in application.cfc

https://wikidocs.adobe.com/wiki/display/coldfusionen/application+variables


Comments

Popular posts from this blog

Upgrade php version of xampp not success -

amazon web services - S3 and apache mod_proxy with basic authentication -

Change font size on axis for excel chart with powershell -