Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagenone
{
	form_datas:[],
	style:{
		"text_color":"#000000", //default
		"text_alpha":1,
		"bg_bgcolor":"#FFFFFF",
		"bg_bgalpha":1
	},
	cache:true|false,
	buttons:{
		"submit": {
			"text":"",
			"bg_bgcolor":"#F7F7F7", //default (era: bg_color)
			"bg_alphabgalpha":1, //(era: bg_alpha)
			"text_color":"#000000",
			"text_alpha":1
		}
	}
}

...