Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.15 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.15 KB

http://mobdis.com

MobDis is a mobile site builder based on jQueryMobile. Targeted at designers, it boast a highly visual interface for to quickly and easily layout mobile sites. However some sites might need extra customisation that MobDis does not provide. Thus MobDis provides a Developer Console which (JavaScript, CSS, HTML Object) allows developers to customize any part of a MobDis site to build dynamic sites/web applications

##Why you need the code here

This is a collection of JavaScript/CSS code that a developer can place into the MobDis HTML Object or Developer console to build dynamic web applications.

Overview of Developer Console

HTML Object

Developer Console - JavaScript

Developer Console - CSS

2 main types of code

The code is divided into 2 main sections. The first is the "Custom Snippets" which are self contained code that provide a specific functionality that MobDis does not provide. The second is the "Object API" which document the Objects that are provided in MobDis. Typically these would list the events and methods to receive callbacks and affect properties of an objects.

Demos

Custom Snippets

Object API