# File lib/cgikit.rb, line 3092
        def run
                @attr_name     = element_id
                @attr_value    = fetch( 'value' )    # String
                @attr_columns  = fetch( 'columns' )  # Integer
                @attr_rows     = fetch( 'rows' )     # Integer

                check_required_attributes( ['value'] )
        end