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

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -