urlTarget
argument to the renderIt()
and then use that argument in our link.urlTarget
shown, with the type (any)
. We can add some more options to the arguments to make it more user friendly, including:urlTarget
, but we can change it to something like This is my Label
@urlTarget.required
to the function meta.@urlTarget.hint
to the function meta.@urlTarget.default _blank
to the function meta.@urlTarget.options _self,_blank,_top,_parent
to the function meta.@urlTarget.optionsUDF getTargetTypes
to the function meta. The function should be the name without the parenthesis.Public Methods
with a list of public functions in ths CFC. Widgets are required to implement the default RenderIt()
function, but the Widget can actually have several methods.Public Methods
option, as there is only 1 public rendering function.@urlTarget.multioptions _self,_blank,_top,_parent
to the function meta.