View on GitHub

Quickappz

Text Formatter

New York
A toolbox containing all the required functions for formatting text including:
  • BOLD, Italics, Underline, Strikethrough,
  • Left-centre-right Justification, Indentation,
  • Cut, Copy, Paste, Delete,
  • Font, Font size, Font style,
  • Text colour, Highlight colour, etc.
  • Attributes

    New York
    When you click on any element present on the Canvas, the Attributes section pops up on the right pane. Depending on the type of HTML element selected, the items under the Attributes may vary. The items under Attributes and their corresponding usages are as follows:

    Element Type

    • names the type of HTML element.
    • Usage: Images, Buttons, Charts, Shapes.

    Tag Name

    • names the type of HTML tag used.
    • Usage: Accordion, Table, Static Carousel, Menu Builder.

    Id

    • the ID of the element.
    • Usage: Type,Class,Style,Src.

    Styles

    In the Attributes section, when you click on the three-dots icon in the right corner of the Style field’s text box, you open a modal containing all supported CSS3 styles grouped into various categories:
    New York
    This aids you in quickly inserting styles to your HTML elements present on the Canvas. Depending on the type of HTML element selected, the items under the Style do NOT vary, and have the same restrictions for HTML elements as those implemented by CSS3