A platform combines multiple tutorials, projects, documentations, questions and answers for developers
  • Home (current)
  • Documentations
  • About
  • Login
  1. Home
  2. Documentations
  3. Meteor 1.4
  4. spacebars

spacebars

Documentation of Meteor's `spacebars` package.

This documentation has moved to the Blaze Community Site.

© 2011–2017 Meteor Development Group, Inc.
Licensed under the MIT License.
https://docs.meteor.com/v1.4.4/packages/spacebars.html

Guide: View
Angular
Blaze
React
URLs and Routing
User Interfaces
Guide
Application Structure
Code Style
Migrating to Meteor 1.5
Guide: Build
Atmosphere vs. npm
Build System
Mobile
Using Atmosphere Packages
Using npm Packages
Writing Atmosphere Packages
Writing npm Packages
Guide: Data
Collections and Schemas
Methods
Publications and Data Loading
Testing
Users and Accounts
Guide: Production
Deployment and Monitoring
Security
Guide: Blaze
Introduction
Reusable components in Blaze
Reusing code in Blaze
Routing
Spacebars templates
Understanding Blaze
Writing smart components with Blaze
Accounts
Accounts
Accounts (multi-server)
Accounts (multi-server)
AccountsClient#loggingIn()
AccountsClient#logout()
AccountsClient#logoutOtherClients()
AccountsClient()
AccountsCommon#config()
AccountsCommon#onLogin()
AccountsCommon#onLoginFailure()
AccountsCommon#onLogout()
AccountsCommon#user()
AccountsCommon#userId()
AccountsCommon()
AccountsServer#onCreateUser()
AccountsServer#validateLoginAttempt()
AccountsServer#validateNewUser()
AccountsServer()
Packages
Random.choice
Random.fraction
Random.hexString
Random.id
Random.secret
accounts-ui
appcache
audit-argument-checks
coffeescript
ecmascript
jquery
less
markdown
modules
oauth-encryption
random
spacebars
underscore
webapp
Passwords
Accounts.addEmail()
Accounts.changePassword()
Accounts.createUser()
Accounts.emailTemplates
Accounts.findUserByEmail()
Accounts.findUserByUsername()
Accounts.forgotPassword()
Accounts.onEmailVerificationLink
Accounts.onEnrollmentLink
Accounts.onResetPasswordLink
Accounts.removeEmail()
Accounts.resetPassword()
Accounts.sendEnrollmentEmail()
Accounts.sendResetPasswordEmail()
Accounts.sendVerificationEmail()
Accounts.setPassword()
Accounts.setUsername()
Accounts.verifyEmail()
Passwords
Accounts.ui.config()
Meteor.loggingIn()
Meteor.loginWith()
Meteor.loginWithPassword()
Meteor.logout()
Meteor.logoutOtherClients()
Meteor.user()
Meteor.userId()
Meteor.users
{{ currentUser }}
{{ loggingIn }}
Package.js
Cordova.depends()
Npm.depends()
Npm.require
Package.describe()
Package.js
Package.onTest()
Package.onUse()
Package.registerBuildPlugin()
Plugin.registerSourceHandler()
api.addAssets()
api.addFiles()
api.export()
api.imply()
api.use()
api.versionsFrom()
Mobile Configuration
App.accessRule()
App.appendToConfig()
App.configurePlugin()
App.icons()
App.info()
App.launchScreens()
App.setPreference()
Mobile Configuration
Assets
Assets
Assets.absoluteFilePath()
Assets.getBinary()
Assets.getText()
Blaze
Blaze
Blaze.Each()
Blaze.If()
Blaze.Template()
Blaze.Unless()
Blaze.View()
Blaze.With()
Blaze.currentView
Blaze.getData()
Blaze.getView()
Blaze.isTemplate()
Blaze.remove()
Blaze.render()
Blaze.renderWithData()
Blaze.toHTML()
Blaze.toHTMLWithData()
Templates
Blaze.TemplateInstance#$()
Blaze.TemplateInstance#autorun()
Blaze.TemplateInstance#data
Blaze.TemplateInstance#find()
Blaze.TemplateInstance#findAll()
Blaze.TemplateInstance#firstNode
Blaze.TemplateInstance#lastNode
Blaze.TemplateInstance#subscribe()
Blaze.TemplateInstance#view
Template#events()
Template#helpers()
Template#onCreated
Template#onDestroyed
Template#onRendered
Template.body
Template.currentData()
Template.instance()
Template.parentData()
Template.registerHelper()
Templates
{{> Template.dynamic }}
Check
Check
Match.test()
check
Collections
Collections
Mongo.Collection#allow()
Mongo.Collection#deny()
Mongo.Collection#find()
Mongo.Collection#findOne()
Mongo.Collection#insert()
Mongo.Collection#rawCollection()
Mongo.Collection#rawDatabase()
Mongo.Collection#remove()
Mongo.Collection#update()
Mongo.Collection#upsert()
Mongo.Collection()
Mongo.Cursor#count()
Mongo.Cursor#fetch()
Mongo.Cursor#forEach()
Mongo.Cursor#map()
Mongo.Cursor#observe()
Mongo.Cursor#observeChanges()
Mongo.ObjectID()
Command Line
Command Line
Environment Variables
meteor add package
meteor add-platform platform
meteor admin
meteor build
meteor create name
meteor debug
meteor deploy site
meteor help
meteor lint
meteor list
meteor list-platforms
meteor login / logout
meteor mongo
meteor node
meteor npm
meteor publish
meteor publish-for-arch
meteor publish-release
meteor remove package
meteor remove-platform platform
meteor reset
meteor run
meteor search
meteor shell
meteor show
meteor test-packages
meteor update
Core
Core
Meteor.absoluteUrl()
Meteor.defer()
Meteor.isClient
Meteor.isCordova
Meteor.isDevelopment
Meteor.isProduction
Meteor.isServer
Meteor.release
Meteor.settings
Meteor.startup()
Meteor.wrapAsync()
Server Connections
DDP.connect()
Meteor.disconnect()
Meteor.onConnection()
Meteor.reconnect()
Meteor.status()
Server Connections
Methods
DDPRateLimiter.addRule()
DDPRateLimiter.removeRule()
DDPRateLimiter.setErrorMessage()
Meteor.Error()
Meteor.apply()
Meteor.call()
Meteor.methods()
Methods
this.connection
this.isSimulation
this.setUserId()
this.unblock()
this.userId
EJSON
EJSON
EJSON.CustomType#clone()
EJSON.CustomType#equals()
EJSON.CustomType#toJSONValue()
EJSON.CustomType#typeName()
EJSON.addType()
EJSON.clone()
EJSON.equals()
EJSON.fromJSONValue()
EJSON.isBinary()
EJSON.newBinary
EJSON.parse()
EJSON.stringify()
EJSON.toJSONValue()
Email
Email
Email.send()
HTTP
HTTP
HTTP.call()
HTTP.del()
HTTP.get()
HTTP.post()
HTTP.put()
Timers
Meteor.clearInterval()
Meteor.clearTimeout()
Meteor.setInterval()
Meteor.setTimeout()
Timers
Publish and subscribe
Meteor.publish()
Meteor.subscribe()
Publish and subscribe
this.added()
this.changed()
this.connection
this.error()
this.onStop()
this.ready()
this.removed()
this.stop()
this.userId
ReactiveVar
ReactiveVar
ReactiveVar#get()
ReactiveVar#set()
ReactiveVar()
Session
Session
Session.equals()
Session.get()
Session.set()
Session.setDefault()
Spacebars
Spacebars
Tracker
Tracker
Tracker.Computation#firstRun
Tracker.Computation#invalidate()
Tracker.Computation#invalidated
Tracker.Computation#onInvalidate()
Tracker.Computation#onStop()
Tracker.Computation#stop()
Tracker.Computation#stopped
Tracker.Dependency#changed()
Tracker.Dependency#depend()
Tracker.Dependency#hasDependents()
Tracker.active
Tracker.afterFlush()
Tracker.autorun()
Tracker.currentComputation
Tracker.flush()
Tracker.inFlush()
Tracker.nonreactive()
Tracker.onInvalidate()
Copyright ©2025 TypeError Powered By AnyPost, page cost 94ms.
Privacy Policy