Packages
Function createSingInDialog
fcf.Actions->RenderObject createSingInDialog()
[Client only] Displays the user authorization dialog
After successfully entering the user name and password, the page is reloaded
Source file
fcfSimpleAuthorization:Client.js
Namespace
fcf.packages.fcfSimpleAuthorization.Client
Return value:
fcf.Actions->RenderObject
Returns information about the created dialog in the object that stores information about the drawn object
Examples
Example 1
fcf.module({
name: "test.js",
dependencies: ["fcfSimpleAuthorization:Client.js"]
module: (Client)=>{
Client.createSingInDialog();
}
});
Result: