[SOLVED] Help Creating New Plugin Control |
3/4/2013 9:00:00 AM |
PHPRunner General questions | |
W
wildwally author
I have a need for a month picker and have found a jquery version on the web for use at this site. The download contents only include a single js file. I've created a folder in the PHPRunnerplugin/edit folder called MonthPicker and inserted the js file. I've also created a php.file called monthpicker.php which contains thecode $this->pageObject->AddJSFile("jquery.mtz.monthpicker.js");
|
|
![]() |
Sergey Kornilov admin 3/4/2013 |
As a first step you need to check the tutorial at http://xlinesoft.com/blog/2012/09/07/how-to-create-your-own-edit-control-plugin/ that explains how Edit plugins work and how to create your own. Then study ColorPicker or SignaturePad edit plugins that come with PHPRunner to see what naming conventions are, what class names and file names conventions are. |
W
|
wildwally author 3/4/2013 |
I've read through the provided instructions and examples and still having difficulty understanding whats taking place, maybe because i'm dealing with other work and i'm not sure whats happening with it. |
W
|
wildwally author 3/4/2013 |
Ok, I read it many more time and evaluated what was done with the color picker and then read things again. For some reason what i was reading wasn't sinking in as you providing a step by step instructions. The last time i read it through the whole thing with no interuptions or jumping to other pages and it sank in. I'm dense at times - wife probally says more time than others lol. |
![]() |
Sergey Kornilov admin 3/4/2013 |
Thanks for the update. |