Browse Source

Remove class names from documentation headers (#8642)

* Remove class names from documentation headers
tags/8.1.0.alpha1
Artur 7 years ago
parent
commit
22a6a37aa4
31 changed files with 31 additions and 31 deletions
  1. 1
    1
      documentation/components/components-button.asciidoc
  2. 1
    1
      documentation/components/components-checkbox.asciidoc
  3. 1
    1
      documentation/components/components-combobox.asciidoc
  4. 1
    1
      documentation/components/components-customcomponent.asciidoc
  5. 1
    1
      documentation/components/components-customfield.asciidoc
  6. 1
    1
      documentation/components/components-datefield.asciidoc
  7. 1
    1
      documentation/components/components-grid.asciidoc
  8. 1
    1
      documentation/components/components-label.asciidoc
  9. 1
    1
      documentation/components/components-link.asciidoc
  10. 1
    1
      documentation/components/components-listselect.asciidoc
  11. 1
    1
      documentation/components/components-menubar.asciidoc
  12. 1
    1
      documentation/components/components-nativeselect.asciidoc
  13. 1
    1
      documentation/components/components-optiongroups.asciidoc
  14. 1
    1
      documentation/components/components-passwordfield.asciidoc
  15. 1
    1
      documentation/components/components-popupview.asciidoc
  16. 1
    1
      documentation/components/components-progressbar.asciidoc
  17. 1
    1
      documentation/components/components-richtextarea.asciidoc
  18. 1
    1
      documentation/components/components-slider.asciidoc
  19. 1
    1
      documentation/components/components-textarea.asciidoc
  20. 1
    1
      documentation/components/components-textfield.asciidoc
  21. 1
    1
      documentation/components/components-twincolselect.asciidoc
  22. 1
    1
      documentation/components/components-upload.asciidoc
  23. 1
    1
      documentation/layout/layout-absolutelayout.asciidoc
  24. 1
    1
      documentation/layout/layout-accordion.asciidoc
  25. 1
    1
      documentation/layout/layout-csslayout.asciidoc
  26. 1
    1
      documentation/layout/layout-formlayout.asciidoc
  27. 1
    1
      documentation/layout/layout-gridlayout.asciidoc
  28. 1
    1
      documentation/layout/layout-orderedlayout.asciidoc
  29. 1
    1
      documentation/layout/layout-panel.asciidoc
  30. 1
    1
      documentation/layout/layout-splitpanel.asciidoc
  31. 1
    1
      documentation/layout/layout-tabsheet.asciidoc

+ 1
- 1
documentation/components/components-button.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.button]]
= [classname]#Button#
= Button

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-checkbox.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.checkbox]]
= [classname]#CheckBox#
= CheckBox

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-combobox.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.combobox]]
= [classname]#ComboBox#
= ComboBox

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-customcomponent.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.customcomponent]]
= Composition with [classname]#CustomComponent#
= Composition with CustomComponent

The ease of making new user interface components is one of the core features of
Vaadin. Typically, you simply combine existing built-in components to produce

+ 1
- 1
documentation/components/components-customfield.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.customfield]]
= Composite Fields with [classname]#CustomField#
= Composite Fields with CustomField

The [classname]#CustomField# is a way to create composite components as with [classname]#CustomComponent#, except that it implements the [interfacename]#Field# interface and inherits [classname]#AbstractField#, described in <<dummy/../../../framework/components/components-fields#components.fields,"Field Components">>.
A field allows editing a property value in the data model, and can be bound to data with [classname]#Binder#, as described in <<dummy/../../../framework/datamodel/datamodel-forms#datamodel.forms, "Binding Data to Forms">>.

+ 1
- 1
documentation/components/components-datefield.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.datefield]]
= Date Input with [classname]#DateField#
= Date Input with DateField

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-grid.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.grid]]
= [classname]#Grid#
= Grid

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-label.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.label]]
= [classname]#Label#
= Label

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-link.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.link]]
= [classname]#Link#
= Link

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-listselect.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.listselect]]
= [classname]#ListSelect#
= ListSelect

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-menubar.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.menubar]]
= [classname]#MenuBar#
= MenuBar

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-nativeselect.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.nativeselect]]
= [classname]#NativeSelect#
= NativeSelect

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-optiongroups.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.optiongroups]]
= [classname]#CheckBoxGroup# and [classname]#RadioButtonGroup#
= CheckBoxGroup and RadioButtonGroup

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-passwordfield.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.passwordfield]]
= [classname]#PasswordField#
= PasswordField

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-popupview.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.popupview]]
= [classname]#PopupView#
= PopupView

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-progressbar.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.progressbar]]
= [classname]#ProgressBar#
= ProgressBar

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-richtextarea.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.richtextarea]]
= [classname]#RichTextArea#
= RichTextArea

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-slider.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.slider]]
= [classname]#Slider#
= Slider

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-textarea.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.textarea]]
= [classname]#TextArea#
= TextArea

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-textfield.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.textfield]]
= [classname]#TextField#
= TextField

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-twincolselect.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.twincolselect]]
= [classname]#TwinColSelect#
= TwinColSelect

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/components/components-upload.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[components.upload]]
= [classname]#Upload#
= Upload

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/layout/layout-absolutelayout.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[layout.absolutelayout]]
= [classname]#AbsoluteLayout#
= AbsoluteLayout

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/layout/layout-accordion.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[layout.accordion]]
= [classname]#Accordion#
= Accordion

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/layout/layout-csslayout.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[layout.csslayout]]
= [classname]#CssLayout#
= CssLayout

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/layout/layout-formlayout.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[layout.formlayout]]
= [classname]#FormLayout#
= FormLayout

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/layout/layout-gridlayout.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[layout.gridlayout]]
= [classname]#GridLayout#
= GridLayout

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/layout/layout-orderedlayout.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[layout.orderedlayout]]
= [classname]#VerticalLayout# and [classname]#HorizontalLayout#
= VerticalLayout and HorizontalLayout

[classname]#VerticalLayout# and [classname]#HorizontalLayout# are ordered
layouts for laying components out either vertically or horizontally,

+ 1
- 1
documentation/layout/layout-panel.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[layout.panel]]
= [classname]#Panel#
= Panel

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/layout/layout-splitpanel.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[layout.splitpanel]]
= [classname]#HorizontalSplitPanel# and [classname]#VerticalSplitPanel#
= HorizontalSplitPanel and VerticalSplitPanel

ifdef::web[]
[.sampler]

+ 1
- 1
documentation/layout/layout-tabsheet.asciidoc View File

@@ -5,7 +5,7 @@ layout: page
---

[[layout.tabsheet]]
= [classname]#TabSheet#
= TabSheet

ifdef::web[]
[.sampler]

Loading…
Cancel
Save