View Source Yousign.Fields (yousign_ex v0.2.3)
Helpers to quickly create anchor fields
Link to this section Summary
Functions
Creates a new checkbox field
Creates a new mention field
Creates a new signature field
Creates a new text field
Link to this section Functions
@spec checkbox_field(non_neg_integer(), :t | :f, :t | :f, String.t()) :: String.t()
Creates a new checkbox field
@spec mention_field(non_neg_integer(), String.t()) :: String.t()
Creates a new mention field
@spec signature_field(non_neg_integer(), non_neg_integer(), non_neg_integer()) :: String.t()
Creates a new signature field
Link to this function
text_field(signer_index, max_length, width, height, question, instruction, optional)
View Source@spec text_field( non_neg_integer(), non_neg_integer(), non_neg_integer(), neg_integer(), String.t(), String.t(), :t | :f ) :: String.t()
Creates a new text field