Skip to: Site menu | Main content

A Grails-like Rich Application Platform

Crystalicons Plugin Print

Description

Provides a shortcut for adding icons based on Everaldo's Crystal icon set.

Installation

The current version of griffon-crystalicons-plugin is 0.2

To install just issue the following command

Usage

The following nodes will become available on a View script upon installing this plugin

Node

Property

Type

Default

Required

Bindable

Notes

crystalIcon

[ImageIcon]

icon

String

 

(tick)
(error)

A valid nuvola icon name

 

size

int

16

(tick)
(error)

Value must be one of [16, 24, 32]

 

category

String

'actions'

(tick)
(error)

Value must be one of [actions, apps, devices, filesystems, mimetypes]

Scripts

  • crystal-icon-selector - launches a window that displays all available icons (Hover an icon to see the icon name). See below screenshot

History

Version

Date

Notes

0.2

02-10-11

Release sync with Griffon 0.9.2

0.1

07-27-10

first release