Basically just a test widget
This is the code documentation for the SproutCMS project
Search documentation |
class AudioWidgetBasically just a test widget
Variables
Functions
public cleanupSettings (from Widget)void $Widget->cleanupSettings ( ); Run after import of settings, allows extending widgets to clean up settings which may have bad values for some reason public getDefaultSettings (from Widget)unknown $Widget->getDefaultSettings ( ); Returns the default settings for the widget public getEditUrl (from Widget)unknown $Widget->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. public getFriendlyDesc (from Widget)unknown $Widget->getFriendlyDesc ( ); Gets the english name of this widget public getFriendlyName (from Widget)unknown $Widget->getFriendlyName ( ); Gets the english name of this widget public getInfoLabels (from Widget)unknown $Widget->getInfoLabels ( ); This function should return a summary of what this widget's *content* is. Don't specify the widget name; we already know that! Most widgets show content using a category selection box; in that case the most useful thing is probably the category name, perhaps also the order and limit. Return NULL if there isn't an appropriate label to use. public getNotAvailableReason (from Widget)unknown $Widget->getNotAvailableReason ( ); Is there sufficent content to add this addon at the moment? If this widget is not available, a string message should be returned If this widget *is* available, NULL should be returned. public getSettings (from Widget)array $Widget->getSettings ( ); Return the currently loaded settings for the widget public getSettingsFormunknown $AudioWidget->getSettingsForm ( ); Return the settings form for this widget public getTitle (from Widget)unknown $Widget->getTitle ( ); Returns the title to use for the widget - should not contain HTML public importSettings (from Widget)void $Widget->importSettings ( array $settings ); Imports the settings public renderunknown $AudioWidget->render ( int $orientation ); Return the front-end view of this widget public setTitle (from Widget)void $Widget->setTitle ( string $str ); Set widget title |
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Tuesday, 15th September, 2026 at 10:26 am |
|