All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.malliina.html.HtmlWords.scala Maven / Gradle / Ivy

There is a newer version: 6.9.4
Show newest version
package com.malliina.html

object HtmlWords extends HtmlWords

trait HtmlWords:
  val Anonymous = "anonymous"
  val Button = "button"
  val Checkbox = "checkbox"
  val Download = "download"
  val En = "en"
  val False = "false"
  val FormRole = "form"
  val Group = "group"
  val Image = "image"
  val Number = "number"
  val Password = "password"
  val Post = "POST"
  val Search = "search"
  val Section = "section"
  val Separator = "separator"
  val Submit = "submit"
  val Stylesheet = "stylesheet"
  val Text = "text"
  val Title = "title"
  val True = "true"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy