Skip to main content
Known Participant
September 22, 2010
Question

How do you programmatically register custom tags through the adminapi?

  • September 22, 2010
  • 1 reply
  • 1775 views

Hello,

I am not able to find much documentation out on the net on how to write codes to programmatically register custom tags through the adminapi (extensions.cfc). The only examples I have been seeing involve setting up datasources. Any advice you can provide is appreciated. Thanks.

Best regards,

C. Lee

    This topic has been closed for replies.

    1 reply

    Inspiring
    September 22, 2010

    According to this: http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fcf.html

    You'll want to look @ extensions.cfc, and looking @ the docs for that CFC, it certainly seems to have methods to doing custom tag stuff.

    Can't say I've ever used it though.

    Did you not find that reference in the docs?  Or did you try that and draw a blank or have a problem?

    --

    Adam

    xsinner72Author
    Known Participant
    September 22, 2010

    Hello Adam,

    Thank you for replying.

    I have read that link before in my research. Just that I wasn't able to find any code or syntax examples. I am drawing a blank.

    -- C. Lee

    Inspiring
    September 22, 2010

    If you browse to the CFC itself (or, for that matter, any CFC), you get its documentation.  And I think the docs are reasonably straight fwd.

    eg:
    http://[yourDomainHere]/CFIDE/adminapi/extensions.cfc

    --

    Adam