docs/borders.md in vedeu-0.7.4 vs docs/borders.md in vedeu-0.8.0
- old
+ new
@@ -27,32 +27,8 @@
Note: 'name' is a Symbol unless mentioned otherwise, and can be
substituted for `Vedeu.focus` to use the interface currently in focus.
{include:file:docs/events/by_name/refresh_border.md}
-### `:_set_border_title_`
-This event changes the title of the border of the named view to the
-value given.
+{include:file:docs/events/by_name/set_border_title.md}
- Vedeu.trigger(:_set_border_title_, name, title)
-
-- The title must be a string or nil.
-- If the title is an empty string or nil, then the title will not be
- shown, and an existing title will be removed.
-- If the name is nil, then the view currently focussed will be used.
-- When triggering this event, the border will automatically be
- refreshed, unless the view does not have a border, or the border is
- not enabled, or the top border is set not to be shown.
-
-### `:_set_border_caption_`
-This event changes the caption of the border of the named view to the
-value given.
-
- Vedeu.trigger(:_set_border_caption_, name, caption)
-
-- The caption must be a string or nil.
-- If the caption is an empty string or nil, then the caption will not
- be shown, and an existing caption will be removed.
-- If the name is nil, then the view currently focussed will be used.
-- When triggering this event, the border will automatically be
- refreshed, unless the view does not have a border, or the border is
- not enabled, or the bottom border is set not to be shown.
+{include:file:docs/events/by_name/set_border_caption.md}