An open API service indexing awesome lists of open source software.

https://github.com/rikulo/rikulo-docs

Rikulo Documentation
https://github.com/rikulo/rikulo-docs

Last synced: 8 months ago
JSON representation

Rikulo Documentation

Awesome Lists containing this project

README

          

#Rikulo Documentation

This is the repository for [Rikulo](http://rikulo.org) documentation.

Documentation is as important as code. It, of course, has bugs, typos, hard-to-read, and more. There are many ways to contribute. Please [help us](http://rikulo.org/contribute/) to make it better.

Notice that this document is rendered online at [Documentation](http://docs.rikulo.org/ui/latest).

> Rikulo is a cross-platform framework for creating amazing Web and native
mobile applications in Dart and HTML 5.

##Rikulo Flavored Markdown

###Links

####Link to Rikulo

* Source file in github: \[View.dart](source:lib/src/view)
* Library: \[view](api:) and \[view_select](api:)
* Class: \[ViewConfig](api:view_impl)
* Method: \[View.requestLayout()](api:view)
* Getter: \[View.width](api:view) or \[View.width](api:view:get)
* Setter: \[View.width](api:view:set)
* Global variable: \[rootViews](api:view)
* operator[]: \[ListModel.operator[ ]](api:model) (note: space between [ and ] required)
* operator[]=: \[ListModel.operator[ ]=](api:model) (note: space between [ and ] required)
* operator==: \[ListModel.operator==](api:model) (also support +, - and so on)

###Link to Rikulo Independent Libraries

* Source file in github: \[Acceleration.dart](source:gap:lib/src)
* Library: \[gap](gap:) or \[el_impl](gap:)
* Class: \[Acceleration](gap:gap) or \[ClassUtil](el:el_impl)
* Method/Getter/Setter...: similar

####Link to Dart SDK

* Class from Dart SDK: \[Element](dart:html)

###TOC

* The table of content is maintained under [template-header.html](rikulo-docs/tree/master/docs/_config_/template-header.html).

###Images

* To make an image viewable under github, we have to append `?raw=true` to the URL. For example,

\[Foo Image](foot.jpg?raw=true)

##Resources

* [Home](http://rikulo.org)
* [Documentation](http://docs.rikulo.org/ui/latest)
* [API Reference](http://api.rikulo.org/ui/latest)
* [Source Code](https://github.com/rikulo/ui)
* [Discussion](http://stackoverflow.com/questions/tagged/rikulo)
* [Issues](https://github.com/rikulo/ui/issues)