JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Droidscript
Droidscript v2
More
Share
Explore
1. Layouts
Droidscript offers four types of layout: Linear, Frame, Absolute and Card
Video
Code
function OnStart(){
// create a layout
var layout = app.CreateLayout(type, options);
//add the layout to app
app.AddLayout(layout);
}
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
Ctrl
P
) instead.