Hi,I’m getting to the point in my project where I’d like to start adjusting the layouts of my pages a bit.Have been playing with the Custom Templates editor a bit, and copying in the examples from the help file, and manipulating them…
(It would be really nice if there was more of a WYSIWYG editor involved) (I’m using v2019 at the moment) :(Which got me wondering… what supplemental tools do you guys use to edit the more complex Custom Templates? Seems if I make one mistake, it’s very hard to debug, so I’d like to get my Custom Template sorted out with a proper editor, to save time of course.KThoughts or suggestions?Thanks,
B
For me, I use an external text editor then paste the code into the custom template section of PHPmaker.My preferences are Notepad++ and Atom.I also mostly stick to using bootstrap to make the layouts e.g.
INVOICE INFO:
{{{inv_no}}}
{{{inv_date}}}
{{{inv_date_due}}}
{{{inv_curr}}}
Thank you Niijimasama, although I was looking for editors with a WYSIWYG (easy level lol) interface.