Tutorial para la creación de Skins

[ Regresar a Skins de Shareaza ]

<documents>

The <documents> element provides RichDoc documents that are used within the user interface. At the current time only one Richdoc is used on the Home tab.

RichDoc documents are not HTML, but have some distant similarities. Rather than being a text-parsed language, it is focused on being programmatic so that it may be efficiently updated in real-time without reparsing. It is also very focused, and contains only the basic functionality required to meet its intended purpose (thus eliminating the unnecessary bulk of a full HTML browser).

The RichDoc namespace has not been fully documented yet, but here is a rough guide:

Elemento Descripción
<document> The root document element. Several attribute are available, such as crBackground, crText, etc.
<text> Crea un elemento de texto
<link> Creates a hyperlink element, with a target attribute.
<heading> Creates a heading element, in the document's heading style.
<bitmap> Crea un elemento mapa de bits
<icon> Crea un elemento icono
<newline> Creates a newline element, with specified margin and vertical spacing
<gap> Creates a gap element
<group> Groups several elements together

All document elements have some attributes in common:

  • id - ID name for the element, used for programmatic access
  • group - Group number, used for programmatic document visibility alterations
  • format - text formatting, a string including one or more tokens from "bold", "italic", "underline"
  • align - alignment specification, such as "middle"

Ahora experimenta con el elemento <documents>, pero estas enterado que cambios significativos en la sintaxis son planeados para el futuro.

[ Regresar a Skins de Shareaza ]

  • en
  • es
  • fr
  • de
  • hr
  • it
  • lt
  • nl
  • nb
  • pl
  • pt
  • sl
  • tr
  • el
  • he
  • ja
  • zh-tw
  • en
  • ca
  • fa
  • ru
Mucha gente contribuye con su tiempo y dedicación a Shareaza. Por favor visita la página de reconocimientos.
Visit Shareaza's Project Page at SourceForge.net
< Inicio de Página | Contáctanos >