Javascript: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
Line 86: Line 86:
An Action Button that will send an email.
An Action Button that will send an email.
=nuEnable=
=nuEnable=
This will enable a nuBuilder Forte [[Objects|Object=.
 
{{Template:php_sprera
 
<!--Javascript SYNTAX, PARAMETERS, RETURN, EXAMPLE, RESULT ALSOSEE-->
 
|syntax=<!-- SYNTAX --><span style='color:#E4D00A'>
nuEnable(string1)
</span>|parameters=<!-- PARAMETERS --><pre>
string1  : Object id.
</pre>|return=<!-- RETURN --><pre>
</pre>|description=<!-- DESCRIPTION -->
This will enable all parts of a nuBuilder Forte [[Objects|Object]].
|example=<!-- EXAMPLE --><pre style="background-color:#f8dc3d">
nuEnable('cus_phone2');
</pre>|result=<!-- RESULT --><pre>
</pre>|alsosee=<!-- SEE ALSO -->
[[Javascript#nuDisable|nuDisable]]
 
|}}
 
=nuGetBreadcrumb=
=nuGetBreadcrumb=
Go to a prevoius Breadcrumb and a certain Tab.
Go to a prevoius Breadcrumb and a certain Tab.

Revision as of 02:34, 13 July 2017

nuAddAction

nuAddAction()

Parameters


Return Value


Description

If placed on an Object's click event, it will take the user to the Edit Form of a new record.

Example


nuDebug()



Also See : nuAddActionButton


nuAddActionButton

Add an Action Button.

nuBeforeSave

A function that can be created to validate an Edit Form before it is saved.

nuCloneAction

nuCloneAction()

Parameters


Return Value


Description

If placed on an Object's click event, it will make a copy of the current record ready to save.

Example


nuDebug()



Also See : nuAddActionButton


nuDeleteAction

nuDeleteAction()

Parameters


Return Value


Description

If placed on an Object's click event, it will will delete the current record.

Example


nuDebug()



Also See : nuAddActionButton


nuDisable

nuDisable(string1)

Parameters

string1  : Object id.

Return Value


Description

This will disable all parts of a nuBuilder Forte Object.

Example

nuDisable('cus_phone2');

nuDebug()



Also See : nuEnable


nuEmailReportAction

An Action Button that will send an email.

nuEnable

nuEnable(string1)

Parameters

string1  : Object id.

Return Value


Description

This will enable all parts of a nuBuilder Forte Object.

Example

nuEnable('cus_phone2');

nuDebug()



Also See : nuDisable


nuGetBreadcrumb

Go to a prevoius Breadcrumb and a certain Tab.

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

nuPrintAction()

Parameters


Return Value


Description

If placed on an Object's click event, it will create a HTML form containing the current list in the Browse Form.

Example


nuDebug()



Also See : nuAddActionButton


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

nuSaveAction()

Parameters


Return Value


Description

If placed on an Object's click event, it will save the current record.

Example


nuDebug()



Also See : nuAddActionButton


nuSelectTab

Displays a certain Tab.

nuSetTitle

Changes the last breadcrumb to a certain value.

nuShow

- This will display a nuBuilder Forte [[Objects|Object=.

nuSubformObject

This returns a Javascript object that can be looped through.

nuTotal

Returns the value of a number Object.

nuTranslate

Swaps a nuBuilder phrase with a phrase in [[Translations=.