FrancyMessage
is an object that holds a message.
These messages can be used to provide information to users in the form of SUCCESS
, INFO
, WARNING
, ERROR
. Please see Francy-JS for client implementation.
In this section we show all Francy FrancyMessage Categories.
‣ IsFrancyMessage ( arg ) | ( filter ) |
Returns: true
or false
Identifies FrancyMessage
objects.
‣ IsFrancyMessageType ( arg ) | ( filter ) |
Returns: true
or false
Identifies MessageType
objects.
In this section we show all Francy FrancyMessage Families.
In this section we show all Francy FrancyMessage Representations.
‣ IsFrancyMessageRep ( arg ) | ( filter ) |
Returns: true
or false
Checks whether an Object
has a FrancyMessage
internal representation.
‣ IsFrancyMessageTypeRep ( arg ) | ( filter ) |
Returns: true
or false
Checks whether an Object
has a FrancyMessage
internal representation.
In this section we show all Francy FrancyMessage Operations.
‣ FrancyMessage ( IsString, IsString ) | ( operation ) |
Returns: FrancyMessage
Adds an info label with the format label: value
In this section we show all Global Callback Francy Records for multi purpose.
In this section we show all Francy Core Attributes
‣ Title ( arg ) | ( attribute ) |
Returns: IsString
with the title of the object
A title on a FrancyMessage
is used to display the title information to the user.
‣ Title ( arg1 ) | ( operation ) |
‣ SetTitle ( IsFrancyMessage, IsString ) | ( operation ) |
Sets the title of the FrancyMessage
.
‣ Value ( arg ) | ( attribute ) |
Returns: IsString
with the title of the object
A value on a FrancyMessage
is used to display the information to the user.
‣ Value ( arg1 ) | ( operation ) |
‣ SetValue ( IsFrancyMessage, IsString ) | ( operation ) |
Sets the actual message of the FrancyMessage
.
generated by GAPDoc2HTML