function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dke01dke01 

apex:component Component Reference

When I create a component and give attribute descriptions I can access the Component Reference the HTML guide of all the components their arguments.

 

I notice that for the builtin components they have a Over all description at the top of the page and a usage tab.

 

Is there anyway I can create either of these for my custom componets. 

 

I thought what I would write in the Description textarea on the edit component screen would appear in this reference but I guess the SF people didn't think that straigh foward.

Message Edited by dke01 on 18-03-2010 02:13 PM
stephanstephan

See this post for an example on usage:

 

http://www.jesselorenz.com/2008/10/visualforce-component-documentation.html

dke01dke01

Thanks but that website only shows how to document the attributes/paramaters

 

I know how to do that already.

 

 

What I want to know is

1) How do I put a Component description  (e.g. above the component details box) the same way builtin components work

 

2) How do I add text into the usage tab.

Message Edited by dke01 on 19-03-2010 03:38 PM
stephanstephan

Ah, I see. Unfortunately I don't think this is possible. I'd encourage you to post this as an idea on the Idea Exchange.

 

rgrds,

 

...stephan