SkillAgentSearch skills...

Nimbuslabel

This module uses the attributed label code as available in Nimbuskit. It supports click and longpress events on attributes.

Install / Use

/learn @ludolphus/Nimbuslabel
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Nimbuslabel module for Appcelerator

This module uses the attributed label code as available in Nimbuskit. It supports singletouch and tapandhold events on attributes.

BUILD MODULE

  1. Run build.py which creates your distribution
  2. cd to ~/Library/Application Support/Titanium
  3. copy this zip file into the folder of your Titanium SDK

REGISTER YOUR MODULE

Register your module with your application by editing tiapp.xml and adding your module. Example:

<modules>
	<module>nimbus.label</module>
</modules>

When you run your project, the compiler will know automatically compile in your module dependencies and copy appropriate image assets into the application.

USING YOUR MODULE IN CODE

To use the module in code, all you will need to do is require it.

var nimbuslabel = require('nimbus.label');

USING YOUR MODULE IN ALLOY

<Label ns="NimbusLabel"  bindId="text"/>

See example app.js for details.

Related Skills

View on GitHub
GitHub Stars16
CategoryCustomer
Updated6y ago
Forks3

Languages

Objective-C

Security Score

60/100

Audited on Oct 29, 2019

No findings