• Resolved nettforce

    (@nettforce)


    Hi,
    I am wondering if it is possible to have a formatted equation in the description field under form setting? I am used to Latex syntax for instance. Is there anything supported to make a well formatted equation to show the user how the calculator is working? For instance I need fractions, multiplication and powers in the equation.

    Thanks in advance for your help.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @nettforce,

    I’ve visited the webpage you sent me as reference but your website is responding with a 404 Error, page not found.

    Concerning to the equations, you can use all javascript code that you want, as the operations distributed with our plugin (https://cff.dwbooster.com/documentation#modules)

    In complex equations you can (and in many case is the preferred solution for readability) to use function structure, where it is required a return statement as follows:

    
    (function(){
        /** YOUR CODE HERE TO GENERATE THE RESULT **/
        return result;
    })()
    

    However, might be better if you describe your current equation.

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘equation formating request’ is closed to new replies.