This topic is locked

How to completely customize a page

7/19/2023 9:28:09 AM
PHPRunner General questions
author

Hi All,
How would I go about completely customizing a page in PHPRunner?
For example: https://www.calculator.net/interest-calculator.html
NOTE: This is just an example. I don't <em>actually</em> want to create a page for interest calculations.
I would like to be able to create a page with some inputs and a few drop down boxes (or whatever controls I want to use) that are populated from the database.
I feel like this can be done, but I am something of a visual learner and I have not seen any examples of this.
Thanks,
Craigbert

Sergey Kornilov admin 7/19/2023

Sure, you can modify Add or Edit page in the Page Designer. It would be helpful if you explain what exactly causes the trouble doing this.
You can also check this video:
https://www.youtube.com/watch?v=TOnQsObyLDk

502108 7/19/2023

Hi,
Thanks for the video link ~ that is helpful!
I have a throw away project that I will play with and see what other questions pop up.
As for what causes me the trouble I think it is largely ingnorance on my part.
That and the workflow I am used to is drag the component from the library, place it where you want it, add the event handler and then code the event handler, compile/build, deploy, and test.
There are similarities here, it is just different enough to cause me some mental "thrash".
Thanks,
Craigbert