Browse Source

Created View Examples nav, folder structure, files, content

Migrating the live examples, created structure and assets for the migration.
pull/110/head
r12s 10 years ago
parent
commit
02c601a096
  1. 11
      view-examples/common-setup.md
  2. 11
      view-examples/custom-toolbar-button.md
  3. 11
      view-examples/custom-toolbar-listbox.md
  4. 11
      view-examples/format-custom.md
  5. 11
      view-examples/format-html5.md
  6. 11
      view-examples/full-featured.md
  7. 11
      view-examples/image-tools.md
  8. 9
      view-examples/index.md
  9. 11
      view-examples/inline.md
  10. 11
      view-examples/url-conversion.md
  11. 11
      view-examples/valid-elements.md

11
view-examples/common-setup.md

@ -0,0 +1,11 @@
---
layout: default
title: Common Setup
description_short: See how we built a commonly used TinyMCE instance.
description: This example contains the plugins needed for the most common use cases.
keywords: example custom common standard normal typical
---
// working example to come
// http://www.tinymce.com/tryit/basic.php

11
view-examples/custom-toolbar-button.md

@ -0,0 +1,11 @@
---
layout: default
title: Custom Toolbar Button
description_short: Add a custom button to the toolbar.
description: This example shows you how to add a custom button to the toolbar.
keywords: example custom toolbar button
---
// working example to come
// http://www.tinymce.com/tryit/button.php

11
view-examples/custom-toolbar-listbox.md

@ -0,0 +1,11 @@
---
layout: default
title: Custom Toolbar Listbox
description_short: Add a custom listbox to the toolbar.
description: This example shows you how to add a simple listbox to the toolbar of TinyMCE.
keywords: example custom toolbar listbox
---
// working example to come
// http://www.tinymce.com/tryit/listbox.php

11
view-examples/format-custom.md

@ -0,0 +1,11 @@
---
layout: default
title: Custom Formats
description_short: See how easy it is to add custom styles to the Formats menu.
description: This example shows you how to override the built in style formats and add a few custom ones to the Formats menu.
keywords: example custom format formats
---
// working example to come
// http://www.tinymce.com/tryit/custom_formats.php

11
view-examples/format-html5.md

@ -0,0 +1,11 @@
---
layout: default
title: HTML5 Formats
description_short: HTML5, visualblocks and content_css features on display.
description: This example shows you how to edit HTML5 contents such as sections and articles. It also highlights use of visualblocks and content_css options.
keywords: example custom format formats html5
---
// working example to come
// http://www.tinymce.com/tryit/html5_formats.php

11
view-examples/full-featured.md

@ -0,0 +1,11 @@
---
layout: default
title: Full Featured
description_short: Every TinyMCE plugin in action.
description: This example displays all plugins that comes with the TinyMCE package.
keywords: example custom wysiwyg full-power full-featured
---
// working example to come
// http://www.tinymce.com/tryit/full.php

11
view-examples/image-tools.md

@ -0,0 +1,11 @@
---
layout: default
title: Image Tools
description_short: See how image tools works.
description: This example contains the plugins needed for the most common use cases, as well as the Image Tools Plugin. Clicking on the image will give you the inline toolbar for image editing.
keywords: example custom imagetools
---
// working example to come
// http://www.tinymce.com/tryit/imagetools.php

9
view-examples/index.md

@ -0,0 +1,9 @@
---
layout: default
title: View Examples
description: Working examples of TinyMCE's popular functionality.
type: folder
---
{% assign links = site.data.nav[1].pages %}
{% include index.html links=links %}

11
view-examples/inline.md

@ -0,0 +1,11 @@
---
layout: default
title: Inline Mode
description_short: See how inline mode works.
description: This example shows you the inline editing capabilities of TinyMCE. Click on the header or div below.
keywords: example custom inline
---
// working example to come
// http://www.tinymce.com/tryit/inline.php

11
view-examples/url-conversion.md

@ -0,0 +1,11 @@
---
layout: default
title: URL Conversion
description_short: Examples of absolute, relative urls and urls with no conversion.
description: This example shows you how to setup TinyMCE to produce different results for URLs in images and links. You can read more about these config options in the FAQ.
keywords: example custom url conversion absolute relative url urls
---
// working example to come
// http://www.tinymce.com/tryit/url_conversion.php

11
view-examples/valid-elements.md

@ -0,0 +1,11 @@
---
layout: default
title: Valid Elements
description_short: Explore how valid_elements cleans up raw HTML output.
description: This example shows you how to use the extended_valid_elements option, enabling you to specify valid elements and attributes.
keywords: example custom valid elements valid_elements
---
// working example to come
// http://www.tinymce.com/tryit/valid_elements.php
Loading…
Cancel
Save