SproutCMS

This is the code documentation for the SproutCMS project

class RefineWidgetTextbox

A textbox widget

Extending this class

<?php
/**
* New class description goes here
* 
* @author Your Name, 2026-09-16
**/
class NewClassName extends RefineWidgetTextbox {
    
    /**
    * Draws the widget.
    **/
    public function render () {
        // Method code goes here
    }
    
}
?>