Chunk4x

Yığın4x:Uyumlu Ek Yöneticisi Düzenleme Düzenleyici Grubu

From Joomla! Documentation

This page is a translated version of the page Chunk4x:Extensions Plugin Manager Edit Editor Group and the translation is 12% complete.

Editör Grubu

Editör uyumlu ekleri, kullanıcıların html veya kod parçaları gibi özel amaçlar için biçimlendirme veya düzenlerle metin girmesine yardımcı olur. Bir Editör kullanmak için, yazılım geliştirici veri giriş alanını editör tipi olarak işaretler. Hiçbir editör eklentisi etkinleştirilmemişse, bu basit bir metin alanı alanı olarak görüntülenir. Bir veya daha fazla düzenleme eklentisi etkinleştirildiğinde, Kullanıcı Profilinde ayarlanan, kullanıcının tercih ettiği eklenti tarafından geçersiz kılınmadığı sürece, Genel Yapılandırma'da ayarlanan site varsayılan eklentisi kullanılır. Joomla, aşağıda listelenen üç temel editör eklentisine sahiptir. Ek üçüncü taraf editör eklentileri mevcut olabilir. Bazı düzenleyiciler çok geniş bir seçenek yelpazesine sahiptir.

Editör - Kod Parçaları

Bu uyumlu ek CodeMirror editörünü yükler. CodeMirror, kaynak kodu için daha uygun bir düzenleyici sağlayan bir kod düzenleyicisidir. Birçok programlama dili için kod sözdizimi vurgulama sağlar. Size uyumsuz etiketleri gösterebilir ve ayrıca kodunuzun tutarlı girintisini korumanıza yardımcı olur. Aşağıdaki seçeneklere sahiptir:

  • Liste numaraları. Editör de satır numaralarını görüntüleyin.
  • Kod Katlama. Kod bloklarının katlanmasına izin verin.
  • Gutters. Code Marker and Code Folding.
  • Highlight Active Line. Adds a highlight to the line the cursor is on.
  • Highlight Selection Matches. Highlight instances of the selected word throughout the document.
  • Match Tags. Highlight matching tags.
  • Match Brackets. Highlight matching brackets.
  • Tag Completion. Automatic tag completion.
  • Bracket Completion. Automatic bracket completion.
  • Key Map. Make CodeMirror work like other populair editors.
  • Toggle Fullscreen . ASelect the functon key to use to toggle fullscreen mode.
  • Use Modifiers . Slect any modifier keys to use with the fullscreen toggle key.
[[File:Help-4x-Extensions-Plugin-Manager-Edit-codemirror-Appearance-options-screen-en.png]]
  • Theme. Sets the colours for the editor.
  • Active Line Colour. The colour to use for highlighting the active line. Will be displayed at 50% opacity.
  • Matching Tag Colour. The background colour to use for highlighting matching tags. Will be displayed at 50% opacity.
  • Font Size (px) . The size of the font in the editor.
  • Line Height (em) . The height of one line of text. This is in ems, meaning that 1.0 is equal to the font size and 2.0 is equal to 2x the font size.
  • Scrollbar Style . Select the scrollbar style you'd like CodeMirror to use.
  • Preview . An example of what your CodeMirror editor fields will look like with the current settings (save to update).

Editor - None

This plugin loads a basic text editor. This option can be used when you are pasting HTML code from another source and you don't want the HTML to be altered by a WYSIWYG editor. This plugin has no options.

Editor - TinyMCE

This plugin loads the TinyMCE editor. This is the default editor in Joomla!.

This plugin has the following options:

[[File:Help-4x-Extensions-Plugin-Manager-Edit-tinymce-sets-options-subscreen-en.png]]
  • Set selection tab. Select "Set 2", "Set 1" or "Set 0" functionality. With "Set 2" selected, you see the editor for "Public" use. "Set 1" selected, is default for Managers and Registered, "Set 0" selected, is default for Administrators, Editors and Super Users.

Each Tab has a long list of options that are not illustrated here. The following list is a selection.

  • Site Skin. Choose the skin which will be applied to the TinyMCE editor when displayed in your website.
  • Administrator Skin. Choose the skin which will be applied to the TinyMCE editor when displayed in your Administrator Backend.
  • Toolbar Mode. Controls how to display the toolbar buttons that are not on the first row.
  • Images Drag and Drop. Enable drag and drop for uploading images.
  • Images Directory. The directory with the images files to be listed relative to the default images folder (set in Media > Options).
  • Entity Encoding. Controls how HTML entities are encoded. Recommended setting is 'raw'. 'named' = used named entity encoding (for example, '<'). 'numeric' = use numeric HTML encoding (for example, '%03c'). raw = Do not encode HTML entities. Note that searching content may not work properly if setting is not 'raw'.
  • Automatic Language Selection. If Yes, editor language will automatically match selected UI language. If the tiny language does not exist, the editor language will default to English.
  • Text Direction. Whether the language reads "Left to Right" or "Right to Left" (for example, like Arabic). Default is "Left to Right".
  • Template CSS Classes. Whether or not to load the "editor.css" file. If no such file is found for the default template, the "editor.css" file from the system template is used. Default is "Yes".
  • Custom CSS Classes. Optional full URL path to a custom CSS file. If entered, this overrides the Template CSS classes setting.
  • URLs. Whether to use Relative or Absolute URLs for links. The default is "Relative".
  • New Lines. Whether to interpret new lines as "P Elements" or "BR Elements". Default is "P Elements".
  • Use Joomla Text Filter. If on, the text filter from the Joomla Global Configuration for every user group is applied. If off, the filters as defined here are used for all user groups.
  • Prohibited Elements. The elements that will be cleaned from the text. Default is "applet", which will remove applet elements from the text.
  • Valid Elements. Defines which elements will stay in the edited text when the editor saves (the default rule set for this option is a mixture of the full HTML5 and HTML4 specification).
  • Extended Valid Elements. Optional list of valid HTML elements to add to the existing rule set.
  • Resizing. Enable/disable the resizing of the editor area (vertically and also horizontally if 'Horizontal Resizing' is enabled).
  • Horizontal Resizing. Enable/disable the horizontal resizing.
  • Element Path. If set to ON, it displays the set classes for the marked text.
  • Word Count. Turn on/off word count.
  • Markdown. Allows the use of Markdown style syntax to create links, lists and other styles. This special syntax is converted and saved as regular html. For example the user can type # text to produce a header or **text** to make text bold.
  • Advanced Image. Turn on/off a more advanced image dialog box.
  • Advanced List. Turn on/off the ability to set number formats and bullet types in ordered and unordered lists.
  • Context Menu. Turn on/off the context menu.
  • Custom Plugin. Add custom TinyMCE plug-ins to the editor by specifying them here.
  • Custom Button. Add custom TinyMCE buttons to the editor by specifying them here.

This plug-in has the following advanced options:

[[File:Help-4x-Extensions-Plugin-Manager-Edit-tinymce-advanced-options-subscreen-en.png]]
  • Number of Sets. Number of sets that can be created. Minimum 3.
  • HTML Height. The height, in pixels, of the HTML mode pop-up window.
  • HTML Width. The width, in pixels, of the HTML mode pop-up window.