renderIt()
, but they can actually provide more than one render option. If you add another function, then the display of the Widget Form changes.Public Methods
menu, with a list of public functions in ths CFC. Below you can see the required function renderIt()
and the 2 additional functions. listOfPages()
and listOfCategories()
renderIt()
function has 1 argument, with label, hint, required etc.listOfPages()
function has 1 argument, a plain text field numberOfPages
, as you can see below. listOfCategories()
function has 1 argument, a plain text field numberOfCategories
, as you can see below. Select a Method
drop down box.cbignore
. You can add this with the function meta data in a comment.Public Methods
option, as there is only 1 public rendering function.