portlet.resize()
Method Description |
Resizes a form portlet type immediately. |
Returns |
Void |
Supported Script Types |
Client scripts For more information, see SuiteScript 2.x Script Types. |
Governance |
None |
Module |
|
Since |
2016.1 |
Syntax
Important:
The following code snippet shows the syntax for this member. It is not a functional example. For a complete script example, see N/portlet Module Script Sample
//Add additional code
...
portlet.resize();
...
//Add additional code