Please enable JavaScript to view this site.

Navigation: Using PHPRunner > Page Designer > "Edit as" settings

ColorPicker

Scroll Prev Next More

 

The ColorPicker control allows users to select a color the same way they do in Adobe Photoshop. You may select the ColorPicker as an Edit as type for any text field on the Add/Edit pages.

edit_as_colorpicker_control

 

A ColorPicker example on the Add page:

edit_as_colorpicker

 

Click the Add initialization script button to customize the ColorPicker control.

 

You may consider some additional enhancements:

 

1. You can show the visual representation of the selected color on the List/View pages. Сhoose Custom as the View as type and insert the following code there to do so:

 

$value="<span style='padding: 5px; background: ".$value."'>".$value."</span>";

 

As a result, the List page looks like this:

edit_as_colorpicker_enhanced

 

2. By default, PHPRunner sets focus on the first edit control when an Add or Edit page is loaded.

 

This may not be a desired behavior for the ColorPicker control, as the popup window will open every time the page is loaded.

 

To prevent this from happening, implement the setFocus function, and return "false" every time.

 

Note: ColorPicker is a custom plugin. You can create custom Edit control plugins to use in PHPRunner.

For more information, see How to create a custom Edit control.

See also:

"Edit as" settings

About Page Designer

About Editor

 

Created with Help+Manual 7 and styled with Premium Pack Version 3 © by EC Software