br.com.arsmachina.tapestrycrud.components.Message

Component that only shows a message if a given text is not null and not empty. It puts the message inside a div with class t-crud-message. One example can be found in Ars Machina Project Example.

[JavaDoc]

Component Parameters

Name Type Flags Default Default Prefix Description
message String Required, NOT Allow Null prop Message to be shown.

Back to index