Javascript: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
*[[nuBeforeSave]] - A function that can be created to validate an Edit Form before it is saved.
*[[nuBeforeSave]] - A function that can be created to validate an Edit Form before it is saved.
*[[nuCloneAction]] - An Action Button that will take a copy of the current record ready to save.
*[[nuCloneAction]] - An Action Button that will take a copy of the current record ready to save.
*[[nuDeleteAction]] An Action Button that will delete the current record.  
*[[nuDeleteAction]] - An Action Button that will delete the current record.  
*[[nuDisable]] - This will disable all parts of a nuBuilder Forte [[Objects|Object]].
*[[nuDisable]] - This will disable all parts of a nuBuilder Forte [[Objects|Object]].
*[[nuEmailReportAction]] -  
*[[nuEmailReportAction]] - An Action Button that will send an email.
*[[nuEnable]] - This will enable a nuBuilder Forte [[Objects|Object]].
*[[nuEnable]] - This will enable a nuBuilder Forte [[Objects|Object]].
*[[nuGetBreadcrumb]] -  
*[[nuGetBreadcrumb]] - Go to a prevoius Breadcrumb and a certain Tab.
*[[nuGetSubformObject]] -  
*[[nuGetSubformObject]] - This returns a Javascript object that can be looped through.
*[[nuGetWordWidth]] -  
*[[nuGetWordWidth]] - returns the width of a string in pixels.
*[[nuHide]] - This will hide all parts of a nuBuilder Forte [[Objects|Object]].
*[[nuHide]] - This will hide all parts of a nuBuilder Forte [[Objects|Object]].
*[[jsnuID|nuID]] - Creates a unique string.
*[[jsnuID|nuID]] - Creates a unique string.
*[[nuMessage]] -  
*[[nuMessage]] - Displays a message.
*[[nuPad2]] - Adds 0's to the left of a number to a width of 2.
*[[nuPad2]] - Adds 0's to the left of a number to a width of 2.
*[[nuPad3]] - Adds 0's to the left of a number to a width of 3.
*[[nuPad3]] - Adds 0's to the left of a number to a width of 3.
*[[nuPad4]] - Adds 0's to the left of a number to a width of 4.
*[[nuPad4]] - Adds 0's to the left of a number to a width of 4.
*[[nuPopup]] -  
*[[nuPopup]] - Open a window in an iFrame.
*[[nuPrintAction]] - An Action Button that will create a HTML form containing the current list in the Browse Form.
*[[nuPrintAction]] - An Action Button that will create a HTML form containing the current list in the Browse Form.
*[[nuRunPHP]] - An Action Button that will run a Procedure in a new window.
*[[nuRunPHP]] - An Action Button that will run a Procedure in a new window.
Line 22: Line 22:
*[[nuRunReport]] - An Action Button that will run a Report.
*[[nuRunReport]] - An Action Button that will run a Report.
*[[nuSaveAction]] - An Action Button that will save the current record.
*[[nuSaveAction]] - An Action Button that will save the current record.
*[[nuSelectTab]] -  
*[[nuSelectTab]] - Displays a certain Tab.
*[[nuSetTitle]] -  
*[[nuSetTitle]] - Changes the last breadcrumb to a certain value.
*[[nuShow]] -  - This will display a nuBuilder Forte [[Objects|Object]].
*[[nuShow]] -  - This will display a nuBuilder Forte [[Objects|Object]].
*[[nuTotal]] -  
*[[nuTotal]] - Returns the value of a number Object.
*[[nuTranslate]] -
*[[nuTranslate]] - swaps a nuBuilder phrase with a specific phrase in another language.

Revision as of 02:50, 9 July 2017

  • nuAddAction - Takes the user to the Edit Form of a new record.
  • nuAddActionButton - Add an Action Button.
  • nuBeforeSave - A function that can be created to validate an Edit Form before it is saved.
  • nuCloneAction - An Action Button that will take a copy of the current record ready to save.
  • nuDeleteAction - An Action Button that will delete the current record.
  • nuDisable - This will disable all parts of a nuBuilder Forte Object.
  • nuEmailReportAction - An Action Button that will send an email.
  • nuEnable - This will enable a nuBuilder Forte Object.
  • nuGetBreadcrumb - Go to a prevoius Breadcrumb and a certain Tab.
  • nuGetSubformObject - This returns a Javascript object that can be looped through.
  • nuGetWordWidth - returns the width of a string in pixels.
  • nuHide - This will hide all parts of a nuBuilder Forte Object.
  • nuID - Creates a unique string.
  • nuMessage - Displays a message.
  • nuPad2 - Adds 0's to the left of a number to a width of 2.
  • nuPad3 - Adds 0's to the left of a number to a width of 3.
  • nuPad4 - Adds 0's to the left of a number to a width of 4.
  • nuPopup - Open a window in an iFrame.
  • nuPrintAction - An Action Button that will create a HTML form containing the current list in the Browse Form.
  • nuRunPHP - An Action Button that will run a Procedure in a new window.
  • nuRunPHPHidden - An Action Button that will a Procedure without seeing anything in the browser.
  • nuRunReport - An Action Button that will run a Report.
  • nuSaveAction - An Action Button that will save the current record.
  • nuSelectTab - Displays a certain Tab.
  • nuSetTitle - Changes the last breadcrumb to a certain value.
  • nuShow - - This will display a nuBuilder Forte Object.
  • nuTotal - Returns the value of a number Object.
  • nuTranslate - swaps a nuBuilder phrase with a specific phrase in another language.