New suggestion for Documentation

Stagger Lee
1818 Posts
Stagger Lee posted this 28 September 2016

Can you add this:

<input type=button onClick="location.href='http://localhost/biathlon/blog-en/'" value='All Blog Posts'>

It is only one giving options to style buttons in different Controls (More Styles - Button).
Or if you know better with "a" tag and href write it in documentation. Old info doesnt work now, it is not possible to style buttons in say Widget, CMS Controls.

Can you add this: <input type=button onClick="location.href='http://localhost/biathlon/blog-en/'" value='All Blog Posts'> It is only one giving options to style buttons in different Controls (More Styles - Button). Or if you know better with **"a"** tag and **href** write it in documentation. Old info doesnt work now, it is not possible to style buttons in say Widget, CMS Controls.
Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 29 September 2016

Hi,

The custom button style can be applied to <button>, <input type="submit" name="Submit" value="Button"> and <input type="button" name="Submit" value="Button">. usually CMS modules and widgets use these types of buttons.
In order to use simple <a> you need to add specific class to the link. The class is dynamic. You can find it using webinspector. For example:
<a href="#" class="bd-button-25">Button</a>

Thank you,
Olivia

Hi, The custom button style can be applied to `<button>`, `<input type="submit" name="Submit" value="Button">` and `<input type="button" name="Submit" value="Button">`. usually CMS modules and widgets use these types of buttons. In order to use simple `<a>` you need to add specific class to the link. The class is dynamic. You can find it using webinspector. For example: `<a href="#" class="bd-button-25">Button</a>` Thank you, Olivia
You must log in or register to leave comments