C
|
cgphp 7/6/2012 |
You can add the colopicker feature yourself. Check this link: http://www.jquery4u.com/tag/jquery-color-picker/#.T_c1OXB8nfY |
M
|
mikeaccess author 7/6/2012 |
Okay, so where in phpRunner do I load the jquery files, setup the css, code the javascript and how do I link it to the desired field, as in the following code? bg fieldset { border-width: 1px; width: 460px; }bg .fields { padding: 25px; margin-bottom: 20px; }bg div { clear: both; }bg label { float: left; width: 85px; }bg input { float: left; width: 190px; }.ui-colorpicker input { float: none; width: auto; height: auto; } bg .submit { margin-top: 40px; text-align: center; }</style> |
C
|
cgphp 7/9/2012 |
Check this article: http://xlinesoft.com/phprunner/docs/how_to_add_external_files.htm |