Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Source "Custom" Code Documentation

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Locked
atom
Posts: 12
Joined: Mon Jan 22, 2018 9:08 am

Source "Custom" Code Documentation

Unread post by atom »

How do you generate all your custom codes for printing for documentation purposes please.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Source "Custom" Code Documentation

Unread post by admin »

atom,

Sorry, I don't understand your question.

Steven
atom
Posts: 12
Joined: Mon Jan 22, 2018 9:08 am

Re: Source "Custom" Code Documentation

Unread post by atom »

I mean during app development you write codes (be it JavaScript or php, and tables built), I want to generate hardcopy of all these for documentation purposes, how do I do that in one go.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Source "Custom" Code Documentation

Unread post by admin »

atom,

To create a Report that displays all PHP code, you could create a Fast Report - (it will take about 30 seconds).
php_report.png
To create a Report that displays all Javascript that is used by each Form, you could create a Fast Report as well.
javascript_report.png
http://wiki.nubuilder.net/nubuilderfort ... rt_Builder

And there is no code for Forms. They are created with nuBuilder's system tables in the database.

I hope this helps.

BTW these reports would include code that nuBuilder uses itself.

Which others might find helpful when it comes to understanding what can be done in nuBuilder Forte.

Steven
You do not have the required permissions to view the files attached to this post.
atom
Posts: 12
Joined: Mon Jan 22, 2018 9:08 am

Re: Source "Custom" Code Documentation

Unread post by atom »

Thats awesome, thank you.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Source "Custom" Code Documentation

Unread post by admin »

.
Locked