Skip to content

rikulo/rikulo-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Rikulo Documentation

This is the repository for Rikulo 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 to make it better.

Notice that this document is rendered online at Documentation.

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

###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