PradoSoft

How to use and contribute to PRADO wiki

From PRADO Wiki

Before you start

Licensing

Your contributions to this wiki must be licensed under the GNU FDL. This means you must either be the original author, the holder of the copyright, or you must have taken the content from a source already licensed under the GNU FDL (like Wikipedia). Read more about this wiki's copyright policy.

Wiki markup

Official MediaWiki help

Where to start

Category:Stubs is a great place to find documentation that needs expansion. However, avoid editing pages that are clearly under the early authorship of an individual.

Multilanguage translations

Each language translation must start from the Main Page.

Page titles should be first translated (except the Main Page). If the translated page title is the same as the English title, please prefix the title with the language code, such as de:TControl (German).

Please contact me if your language is not listed on the Main Page.

Special tags for writing nice wiki pages

Besides the tags defined by wiki system, you can use two additional tags specific for our PRADO documentation: <php/> and <prado/>. The former will highlight code enclosed within it according to PHP syntax while the latter will highlight according to PRADO template syntax. For example, displaying a PHP class code,

 
class MyPage
{
  protected $data=null;
  public function onLoad($param)
  {
    parent::onLoad($param);
    $this->data='start';
  }
}

and a PRADO template

 
<html>
<head></head>
<body>
<com:TForm>
  <com:TButton Text="Click me" OnClick="onBtnClicked" />
</com:TForm>
</body>
</html>
Personal tools
Your user name:

Your password:

MediaWiki