Issues
- getTagData() is a function in RailoDOC-11Blair McKenzie
- If no description is given, a random one is usedDOC-10Blair McKenzie
- Displaying component doc generates: Element BDEPRECATED is undefined in STOBJDOC-9Resolved issue: DOC-9Blair McKenzie
- Default CSS config should be true by defaultDOC-8Resolved issue: DOC-8Blair McKenzie
- Contributor: Publishing Rules ReportDOC-7Blair McKenzie
- Files Without Content Items ReportDOC-6Blair McKenzie
- Image sizes report for visual designDOC-5Blair McKenzie
- Content Items With Missing Files ReportDOC-4Resolved issue: DOC-4Blair McKenzie
- Tag decorators do not seem to be making it to the XML outputDOC-3Resolved issue: DOC-3Blair McKenzie
- bDocument=true not getting to the XML outputDOC-2Resolved issue: DOC-2Blair McKenzie
- Repeated descriptionDOC-1Resolved issue: DOC-1Blair McKenzie
getTagData() is a function in Railo
Description
Environment
Details
Assignee
Blair McKenzieBlair McKenzieReporter
AndrewMAndrewMPriority
Major
Details
Details
Assignee
Reporter
Priority
Activity
AndrewMDecember 16, 2010 at 4:01 AM
only used in docTag.cfc
I have renamed the function to getDocTagData
got me moving again
AndrewMJuly 27, 2010 at 7:49 AM
AJ: with https://farcry.jira.com/browse/DOC
it has a function called getTagData
That is a function in Railo
not sure if it is in CF9
Geoffrey: ah..
should be easy enough to fix
AJ: responce from Railo
railo supports getFunctionList,getFunctionData(),getTagList(),getTagData(),
acf only getFunctionList
Geoffrey: getmetadata() on any component gives you function data
but is this globally registered content in railo i suspect?
AJ: from Railo doco
return information to a Tag as Struct
gettagdata(string nameSpaceWithSeperator,string tagName):struct
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
nameSpaceWithSeperator string Yes The namesapce of the tag with the seperator Example: cf, rc: aso.
tagName string Yes The tag name without namespace Example: login,mail aso.
heads up