Sha256: 2434ca1d53978658fb6ba622d683c8f76cdcebe74dffbe2e7de725b30d916224

Contents?: true

Size: 455 Bytes

Versions: 22

Compression:

Stored size: 455 Bytes

Contents

TEXT OBJECT TYPE
  NAME: text
  SHORTCUT: txt

  DESCRIPTION
    A longer, multi-line text string.
    Use BEGIN and END to mark the text range.

  CHILDREN
    None

  MESSAGES
    edit - Edit the text field in the default editor.
    page - Show the text, paginated.

  EXAMPLE

    t [container] :
    	msg [txt] : BEGIN
    		I will now write a poem
    		of two lines or less
    		END
    	on_load [script] :
    		show t.msg

  SEE ALSO
    string

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
gloo-0.7.1 lib/gloo/help/objs/basic/text.txt
gloo-0.7.0 lib/gloo/help/objs/basic/text.txt