Main Menu
Contact
Popular Plugins
Sign In

New window (new_window)

This field type has an option to open the URL in a new window/tab. Set its value to true or false. By default, it's set to false. So whenever set to true, when you click the URL (or so called "anchor" HTML element), it will be opened in a new window.

"examplePage" => [
    "type"     => "Page",
	"label"    => t("Page to Select"),
	"view"     => [
		"new_window" => true,
	],
],

Class

When you want to style the anchor HTML element, you'd want to do this with CSS class names. You can set a class attribute by applying a "class" value as a string. By default, the anchor will have no class names applied. Once you set a value, be sure it's a string and nothing else (no array, or boolean or whatnot).

"examplePage" => [
    "type"  => "Page",
    "label" => t("Page to Select"),
	"view"  => [
		"class" => 'my-css-class multiple-allowed',
	],
],

Title field (title_field)

When you want an extra text field, that can be entered to display an alternative title for the (selected) page. By default, this field won't be shown. The value must be a boolean (true or false). When "true", the title field will be enabled (see below).

"examplePage" => [
    "type"  => "Page",
    "label" => t("Page to Select"),
    "config" => [
        "title_field" => true,
    ]
],

Title field required (title_field_required)

This has to be used in combination with the above configuration (title_field). By default, the set title field is not required (false). That means that if you want to require the additional title field, you set this configuration with the true value, like shown below.

"examplePage" => [
    "type"  => "Page",
    "label" => t("Page to Select"),
    "config" => [
        "title_field" => true,
        "title_field_required" => true,
    ]
],

Use, by you or one client, in a single end product. The total price includes the item price and a buyer fee.

  • Quality checked by Concrete5
  • Future updates
  • 30 Day Support
  • Concrete5 buyer fee: $35.70
Add to Concrete5 Cart

Use, by you or a client, in 5 single end products. The total price includes the item price and a buyer fee.

  • Quality checked by Concrete5
  • Future updates
  • 30 Day Support
  • Concrete5 buyer fee: $142.80
  • Save an extra: $119.00
Add to Concrete5 Cart

Use, by you or a client, in x/xx single end products.

Upon request, quote will be made and sent to you via email.

  • Quality checked by Concrete5
  • Future updates
  • 30 Day Support
  • Saves extra $$
Request Quote
Released 6 years ago
Updated 1 year ago
Installs 3
Requires concrete5 5.7.5.3
Current version 1.4.5
Skill level Bleeding Edge

Buyer Rating:

5 average based on 3 ratings More information

Got something to say? Need help?

View support forum