Table of Contents

Button Sets

ClearOS Framework - Button Group In some user interface grouping buttons is important for usability. The adjacent screenshot shows a button group in a mobile theme.

Details

Functions

FunctionPurpose
button_set(buttons)Button set

Parameters

buttons

The only parameter is array of buttons.

Example

echo button_set(
    array( 
        form_submit_update('submit', 'high'),
        anchor_javascript('sync', lang('date_synchronize_now'), 'high')
    )
);  

search?q=clearos%2C%20clearos%20content%2C%20dev%2C%20framework%2C%20widgets%2C%20maintainer_dloper&btnI=lucky