SproutCMS

This is the code documentation for the SproutCMS project

function getEditUrl()

This function should return a URL which can be used to edit the *content* which is
displayed by this widget.

Most widgets show content using a category selection box; the URL should in that
case direct the user to the contents list for that category.

Return NULL if there isn't an appropriate URL to use.

Usage

unknown $Widget->getEditUrl ( );