Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Skalli/User Guide"

(change text for term "Extension")
(How to Implement Extensions: add motivation why to write Extensions)
Line 7: Line 7:
  
 
== How to Implement Extensions ==
 
== How to Implement Extensions ==
 +
You can write your own extension. A ''Skalli'' extension are all display & application logic elements needed to provide a specific functionality. You can simply bring ''Skalli'' to visualise their information.
 +
 +
Find out how to write your extension:
 
* [[Skalli/User_Guide/Tutorial/Extensions/Five_Minutes_Tutorial|Five Minutes Tutorial]]
 
* [[Skalli/User_Guide/Tutorial/Extensions/Five_Minutes_Tutorial|Five Minutes Tutorial]]
 
* [[Skalli/User_Guide/Tutorial/Extensions/Extended_Tutorial|Extended Tutorial]]
 
* [[Skalli/User_Guide/Tutorial/Extensions/Extended_Tutorial|Extended Tutorial]]

Revision as of 04:22, 11 May 2011

Getting Started

How to Setup Skalli

[TODO]

Tutorials

How to Implement Extensions

You can write your own extension. A Skalli extension are all display & application logic elements needed to provide a specific functionality. You can simply bring Skalli to visualise their information.

Find out how to write your extension:

Terms

Extension All display & application logic elements needed to provide a specific functionality. You can write your own extensions and bring Skalli to visualise their information.
Info Box A single box displaying the information of one extension to the user
Project Details Page The main project page containing the info boxes
View Mode The project details page without edit forms and without initially visible editing capabilities
Navigation Panel The list of links on the left hand side (currently of the project details page)
Edit Mode The forms page when clicking edit in the navigation panel of the project details page

Back to the top