https://github.com/rikulo/rikulo-docs
Rikulo Documentation
https://github.com/rikulo/rikulo-docs
Last synced: 8 months ago
JSON representation
Rikulo Documentation
- Host: GitHub
- URL: https://github.com/rikulo/rikulo-docs
- Owner: rikulo
- Created: 2012-06-15T07:50:06.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2014-06-26T10:09:41.000Z (almost 12 years ago)
- Last Synced: 2025-09-22T09:14:55.850Z (9 months ago)
- Language: Java
- Homepage: http://docs.rikulo.org
- Size: 2.92 MB
- Stars: 6
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)