Difference between revisions of "Icon Font"
Line 9: | Line 9: | ||
== Original Set == | == Original Set == | ||
− | The first full version of the icon set was completed in September 2019. The following table shows the icons, along with a description of their intended purpose (some have multiple), and the natural language In-App Name, and Hex code, both of which can be used to call the icons using XAML. | + | The first full version of the icon set was completed in September 2019. The following table shows the icons, along with a description of their intended purpose (some have multiple), and the natural language In-App Name, and Hex code suffix, both of which can be used to call the icons using XAML. |
− | ===ICONS=== | + | Using XAML, Glyphs can be called in two ways. One method is to use the Hex Code, and another is the In-App Name. The two below examples show how one might use both methods to create a User symbol. |
+ | |||
+ | Hex Code Usage: | ||
+ | In the below example, the attribute <syntaxhighlight>Glyph="""</syntaxhighlight> | ||
+ | <syntaxhighlight lang="xml"> | ||
+ | <FontIcon FontFamily="UBIK-Standard" Glyph=""" Foreground="{DynamicResource UBIKLightThemeColor}" /> | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | In-AppName Usage: | ||
+ | In the below example, "UBIKIcons.Service" is used to call the symbol for Service or Group. | ||
+ | <syntaxhighlight lang="xml"> | ||
+ | <ctrls:GlyphLabel | ||
+ | Glyph="{x:Static resources:UBIKIcons.User}" | ||
+ | PrimaryColor="{DynamicResource UBIKLightThemeColor}" | ||
+ | SecondaryColor="{DynamicResource UBIKDarkThemeColor}" | ||
+ | Style="{DynamicResource UBIKSymbolLabel}" | ||
+ | VerticalOptions="Center" /> | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ===BASIC ICONS=== | ||
{| class="wikitable" | width = "100%" | {| class="wikitable" | width = "100%" | ||
|- | |- | ||
! Icon !! Casual Name / Description !! In-App Name !! Hex Code | ! Icon !! Casual Name / Description !! In-App Name !! Hex Code | ||
|- | |- | ||
− | |[[File:UBIKstandard_home-ubik.png|64 px|center]] || ''Ubik'' - Scalable UBIK logo for use on the splash screen. || Ubik || | + | |[[File:UBIKstandard_home-ubik.png|64 px|center]] || ''Ubik'' - Scalable UBIK logo for use on the splash screen. || Ubik || <syntaxhighlight>26;</syntaxhighlight> |
|- | |- | ||
− | | [[File:UBIKstandard_home-service-group.png|64 px|center]] || ''Service'' - The customer profile. || Service|| | + | | [[File:UBIKstandard_home-service-group.png|64 px|center]] || ''Service'' - The customer profile. || Service|| <code> ! </code> |
|- | |- | ||
− | | [[File:UBIKstandard_home-user-name.png|64 px|center]] || ''User'' || User || | + | | [[File:UBIKstandard_home-user-name.png|64 px|center]] || ''User'' || User || " |
|- | |- | ||
− | | [[File:UBIKstandard_home-password.png|64 px|center]] || ''Password'' || Password || | + | | [[File:UBIKstandard_home-password.png|64 px|center]] || ''Password'' || Password || # |
|- | |- | ||
− | | [[File:UBIKstandard_home-log-in.png|64 px|center]] || ''Log In'' || Login || | + | | [[File:UBIKstandard_home-log-in.png|64 px|center]] || ''Log In'' || Login || $ |
|- | |- | ||
− | | [[File:UBIKstandard_home-log-out.png|64 px|center]] || ''Log Out'' || Logout || | + | | [[File:UBIKstandard_home-log-out.png|64 px|center]] || ''Log Out'' || Logout || % |
|- | |- | ||
− | | [[File:UBIKstandard_global-navigation-hamburger.png|64 px|center]] || ''Navigation'' - Global navigation or Hamburger Button || Navigation|| | + | | [[File:UBIKstandard_global-navigation-hamburger.png|64 px|center]] || ''Navigation'' - Global navigation or Hamburger Button || Navigation|| ( |
|- | |- | ||
− | | [[File:UBIKstandard_global-more-actions.png|64 px|center]] || ''More Actions'' || Actions || | + | | [[File:UBIKstandard_global-more-actions.png|64 px|center]] || ''More Actions'' || Actions || ) |
|- | |- | ||
− | | [[File:UBIKstandard_global-home.png|64 px|center]] || ''Home'' || Home || | + | | [[File:UBIKstandard_global-home.png|64 px|center]] || ''Home'' || Home || * |
|- | |- | ||
− | | [[File:UBIKstandard_global-scan.png|64 px|center]] || ''Scan'' || Scan || | + | | [[File:UBIKstandard_global-scan.png|64 px|center]] || ''Scan'' || Scan || + |
|- | |- | ||
| [[File:UBIKstandard_global-poi.png|64 px|center]] || ''POI'' - NOT YET CREATED || || hex | | [[File:UBIKstandard_global-poi.png|64 px|center]] || ''POI'' - NOT YET CREATED || || hex | ||
|- | |- | ||
− | | [[File:UBIKstandard_global-settings.png|64 px|center]] || ''Settings'' || Settings || | + | | [[File:UBIKstandard_global-settings.png|64 px|center]] || ''Settings'' || Settings || - |
|- | |- | ||
− | | [[File:UBIKstandard_global-search.png|64 px|center]] || ''Search'' || Search || | + | | [[File:UBIKstandard_global-search.png|64 px|center]] || ''Search'' || Search || . |
|- | |- | ||
− | | [[File:UBIKstandard_sync-online.png|64 px|center]] || ''Syncmode-'' - | + | | [[File:UBIKstandard_sync-online.png|64 px|center]] || ''Syncmode-'' - Automatic uploads and downloads || Online || 0 |
|- | |- | ||
− | | [[File:UBIKstandard_sync-manual.png|64 px|center]] || ''Syncmode'' - Automatic downloads / manual uploads || Manual|| | + | | [[File:UBIKstandard_sync-manual.png|64 px|center]] || ''Syncmode'' - Automatic downloads / manual uploads || Manual || 1 |
|- | |- | ||
− | | [[File:UBIKstandard_sync-offline.png|64 px|center]] || ''Syncmode'' - No Automatic uploads or downloads || Offline|| | + | | [[File:UBIKstandard_sync-offline.png|64 px|center]] || ''Syncmode'' - No Automatic uploads or downloads || Offline || 2 |
|- | |- | ||
− | | | + | |} |
+ | |||
+ | ===OBJECT PAGE / TABS=== | ||
+ | {| class="wikitable" | width = "100%" | ||
|- | |- | ||
− | + | ! Icon !! Casual Name / Description !! In-App Name !! Hex Code | |
|- | |- | ||
− | | [[File: | + | | [[File:UBIKstandard_home-start-children.png|64 px|center]] || ''Start / Objects / Children'' - Symbol used to signify an object hierarchy. Thus used after logging in as the Start symbol, as well as for the Children tab just under the object title in the Header. || Children, Start || J |
|- | |- | ||
− | | [[File:UBIKstandard_tab- | + | | [[File:UBIKstandard_tab-properties.png|64 px|center]] || ''Properties'' - Used for Properties tab just under the object title in the Header. || Properties || K |
|- | |- | ||
− | | [[File: | + | | [[File:UBIKstandard_tab-documents.png|64 px|center]] || ''Documents'' - Used for Properties tab just under the object title in the Header. || Documents || L |
|- | |- | ||
− | | [[File: | + | | [[File:UBIKstandard_tab-document-viewing.png|64 px|center]] || ''Document being Viewed'' - Used in place of the Children tab (first position) when a document is being viewed. || DocumentView || M |
|- | |- | ||
− | | | + | |} |
+ | |||
+ | ===CHILD OBJECT STATUS BADGES=== | ||
+ | {| class="wikitable" | width = "100%" | ||
|- | |- | ||
− | + | ! Icon !! Casual Name / Description !! In-App Name !! Hex Code | |
|- | |- | ||
− | | [[File: | + | | [[File:UBIKstandard_child-changed.png|64 px|center]] || ''Uncommitted Changes'' - Used to show an item has alterations which have not yet been committed to the server (for example, in offline mode). || Changes || A |
|- | |- | ||
− | | [[File:UBIKstandard_child- | + | | [[File:UBIKstandard_child-changes-VARIANT.png|64 px|center]] || ''Uncommitted Changes / Variant'' - An alternate symbol for the usage. Currently, the small size that the icon is rendered at means that this image is too detailed for use on a child item in the above description. || ChangesAlt || @ |
|- | |- | ||
− | | [[File:UBIKstandard_child- | + | | [[File:UBIKstandard_child-technical-alert.png|64 px|center]] || ''Technical Alert'' - Use to show that one or more children within the branch have an active Technical Alert status. || Technical || C |
|- | |- | ||
− | | [[File: | + | | [[File:UBIKstandard_organizational-in-progress.png|64 px|center]] || ''Organizational Status: Ongoing'' - Used to show that one or more of the tasks underneath this object are still in progress. || OrgOngoing || D |
|- | |- | ||
− | | [[File: | + | | [[File:UBIKstandard_organizational-complete.png|64 px|center]] || ''Organizational Status: Complete'' - Used to show that all the tasks underneath this object have been completed, and the ORG Status has been confirmed. || OrgComplete || E |
|- | |- | ||
− | | [[File: | + | | [[File:UBIKstandard_child-download-or-downloaded.png|64 px|center]] || ''Downloaded'' - Used to show that a branch download has occurred, making this object available offline. || Downloaded || H |
|- | |- | ||
− | | [[File: | + | | [[File:UBIKstandard_child-downloaded-VARIANT.png|64 px|center]] || ''Downloaded'' An alternate symbol for the usage. Currently, the small size that the icon is rendered at means that this image is too detailed for use on a child item in the above description. || DownloadedAlt || F |
|- | |- | ||
− | | [[File: | + | | [[File:UBIKstandard_child-locked.png|64 px|center]] || ''Locked'' || Locked || G |
|- | |- | ||
− | | [[File: | + | | [[File:UBIKstandard_child-deleted-or-action-delete.png|64 px|center]] || ''Deleted''- Indicates an as-yet uncommitted Deleted status (for example, in offline mode). || Deleted || R |
|- | |- | ||
− | | | + | |} |
+ | |||
+ | ===PROPERTIES=== | ||
+ | {| class="wikitable" | width = "100%" | ||
|- | |- | ||
− | + | ! Icon !! Casual Name / Description !! In-App Name !! Hex Code | |
|- | |- | ||
− | | [[File: | + | | [[File:UBIKstandard_document-online-linked.png|64 px|center]] || ''Online/Linked Document'' - Used to indicate strong signal, or as a base for the Ok and Bad signal icons. || OnlineDoc || f |
|- | |- | ||
− | | [[File: | + | | [[File:UBIKstandard_property-signal-good.png|64 px|center]] || ''Live Value Signal: Good'' - Used to indicate strong signal, or as a base for the Ok and Bad signal icons. || SignalGood || c |
+ | |- | ||
+ | | [[File:UBIKstandard_property-signal-ok.png|64 px|center]] || ''Live Value Signal: Ok''|| SignalOK || d | ||
+ | |- | ||
+ | | [[File:UBIKstandard_property-signal-bad.png|64 px|center]] || ''Live Value Signal: Ok''|| SignalBad || e | ||
+ | |- | ||
+ | | [[File:UBIKstandard_property-read-only.png|64 px|center]] || ''Read Only Property''|| PropReadOnly || ` | ||
+ | |- | ||
+ | | [[File:UBIKstandard_property-editable.png|64 px|center]] || ''Editable Property''|| PropEdit || a | ||
+ | |- | ||
+ | | [[File:UBIKstandard_property-list-editable.png|64 px|center]] || ''Editable List''|| PropEditList || b | ||
|- | |- | ||
|} | |} | ||
− | === | + | |
+ | ===ACTIONS=== | ||
{| class="wikitable" | width = "100%" | {| class="wikitable" | width = "100%" | ||
|- | |- | ||
! Icon !! Casual Name / Description !! In-App Name !! Hex Code | ! Icon !! Casual Name / Description !! In-App Name !! Hex Code | ||
|- | |- | ||
− | | [[File:.png|64 px|center]] || '' | + | | [[File:UBIKstandard_action-add.png|64 px|center]] || ''Add'' - Generic icon for adding something. || Add || P |
+ | |- | ||
+ | | [[File:UBIKstandard_action-photo.png|64 px|center]] || ''Add Photo'' || Photo || Q | ||
+ | |- | ||
+ | | [[File:UBIKstandard_child-deleted-or-action-delete.png|64 px|center]] || ''Delete''- Indicates an as-yet uncommitted Deleted status (for example, in offline mode). || Delete, Deleted || R | ||
+ | |- | ||
+ | | [[File:UBIKstandard_editor-cancel-or-action-discard.png|64 px|center]] || ''Discard'' - Discard object from local database. || Discard, Cancel || S | ||
+ | |- | ||
+ | | [[File:UBIKstandard_action-or-editor-revert.png|64 px|center]] || ''Revert'' - Discard uncommitted changes. || Revert, Reset || T | ||
+ | |- | ||
+ | | [[File:UBIKstandard_action-download.png|64 px|center]] || ''Download'' - Action to trigger a Branch Download. || Download || U | ||
+ | |- | ||
+ | | [[File:UBIKstandard_action-use-location.png|64 px|center]] || ''Use Geo Location'' || UseLocation || V | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | ===EDITORS=== | ||
+ | {| class="wikitable" | width = "100%" | ||
+ | |- | ||
+ | ! Icon !! Casual Name / Description !! In-App Name !! Hex Code | ||
+ | |- | ||
+ | | [[File:UBIKstandard_editor-confirm.png|64 px|center]] || ''Confirm'' || Confirm, Check, Ok, TaskYes || W | ||
+ | |- | ||
+ | | [[File:UBIKstandard_action-or-editor-revert.png|64 px|center]] || ''Revert'' || Revert, Reset || T | ||
+ | |- | ||
+ | | [[File:UBIKstandard_editor-cancel-or-action-discard.png|64 px|center]] || ''Cancel'' - Exit editor without saving changes. || Cancel || S | ||
+ | |- | ||
+ | | [[File:UBIKstandard_navigation-right.png|64 px|center]] || ''GUID: Go To'' || GoTo, Right || [ | ||
+ | |- | ||
+ | | [[File:UBIKstandard_editor-edit.png|64 px|center]] || ''GUID: Edit'' || Edit || \ | ||
+ | |- | ||
+ | | [[File:UBIKstandard_child-deleted-or-action-delete.png|64 px|center]] || ''GUID: Delete'' || Delete, Deleted || R | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | ===TASK ACTIONS=== | ||
+ | {| class="wikitable" | width = "100%" | ||
+ | |- | ||
+ | ! Icon !! Casual Name / Description !! In-App Name !! Hex Code | ||
+ | |- | ||
+ | | [[File:UBIKstandard_editor-confirm.png|64 px|center]] || ''Task Yes'' || Confirm, Check, Ok, TaskYes || W | ||
+ | |- | ||
+ | | [[File:UBIKstandard_editor-cancel-or-action-discard.png|64 px|center]] || ''Task No'' || Discard, Cancel || W | ||
+ | |- | ||
+ | | [[File:UBIKstandard_editor-confirm.png|64 px|center]] || ''Task Finished'' || Confirm, Check, Ok, TaskYes || W | ||
+ | |- | ||
+ | | [[File:UBIKstandard_editor-NA.png|64 px|center]] || ''Task NA'' || Task NA || j | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | ===GENERIC NAVIGATION=== | ||
+ | {| class="wikitable" | width = "100%" | ||
+ | |- | ||
+ | ! Icon !! Casual Name / Description !! In-App Name !! Hex Code | ||
+ | |- | ||
+ | | [[File:UBIKstandard_navigation-right.png|64 px|center]] || ''Right'' || Right, GoTo || [ | ||
+ | |- | ||
+ | | [[File:UBIKstandard_navigation-left.png|64 px|center]] || ''Left'' || Left || ] | ||
+ | |- | ||
+ | | [[File:UBIKstandard_navigation-up.png|64 px|center]] || ''Up'' || Up || ^ | ||
+ | |- | ||
+ | | [[File:UBIKstandard_navigation-down.png|64 px|center]] || ''Down'' || Down || _ | ||
|- | |- | ||
|} | |} | ||
[[Category:Pages with broken file links|Icon Font]] | [[Category:Pages with broken file links|Icon Font]] |
Revision as of 08:44, 30 September 2019
UBIK-Standard.ttf is a custom set of font icons developed primarily for use on the Xamarin Client, due to concerns over the legality of using Microsoft's Segoe MDL2 Assets icon font file on non-Windows platforms (ie. Android and iOS). Apart from this legal concern, having a standardized font icon set will contribute to having a more consistent look across the various platforms, clients, once UBIK-Standard.ttf becomes more widely used in both standard builds, and individual customizings.
The latest font set can be downloaded directly from the UBIK-Standard.zip file. |
Contents
Known Issues
The development of the custom icon font on the Xamarin client was hampered significantly by unexpected icon substitutions, which appeared to be vender/device-specific. To avoid this issue, the individual icons in the text file were mapped to the Hex codes used by the most basic alphabet and symbol characters.
A second issue was encountered where using unstable behavior was observed when using UBIK-Standard.ttf in FontIcons, and while using the "Label=" attribute. -Ask Liang-
Original Set
The first full version of the icon set was completed in September 2019. The following table shows the icons, along with a description of their intended purpose (some have multiple), and the natural language In-App Name, and Hex code suffix, both of which can be used to call the icons using XAML.
Using XAML, Glyphs can be called in two ways. One method is to use the Hex Code, and another is the In-App Name. The two below examples show how one might use both methods to create a User symbol.
Hex Code Usage:
In the below example, the attributeInvalid language.
You need to specify a language like this: <source lang="html4strict">...</source>
Supported languages for syntax highlighting:
4cs, 6502acme, 6502kickass, 6502tasm, 68000devpac, abap, actionscript, actionscript3, ada, algol68, apache, applescript, apt_sources, arm, asm, asp, asymptote, autoconf, autohotkey, autoit, avisynth, awk, bascomavr, bash, basic4gl, bf, bibtex, blitzbasic, bnf, boo, c, c_loadrunner, c_mac, caddcl, cadlisp, cfdg, cfm, chaiscript, cil, clojure, cmake, cobol, coffeescript, cpp, cpp-qt, csharp, css, cuesheet, d, dcl, dcpu16, dcs, delphi, diff, div, dos, dot, e, ecmascript, eiffel, email, epc, erlang, euphoria, f1, falcon, fo, fortran, freebasic, freeswitch, fsharp, gambas, gdb, genero, genie, gettext, glsl, gml, gnuplot, go, groovy, gwbasic, haskell, haxe, hicest, hq9plus, html4strict, html5, icon, idl, ini, inno, intercal, io, j, java, java5, javascript, jquery, kixtart, klonec, klonecpp, latex, lb, ldif, lisp, llvm, locobasic, logtalk, lolcode, lotusformulas, lotusscript, lscript, lsl2, lua, m68k, magiksf, make, mapbasic, matlab, mirc, mmix, modula2, modula3, mpasm, mxml, mysql, nagios, netrexx, newlisp, nsis, oberon2, objc, objeck, ocaml, ocaml-brief, octave, oobas, oorexx, oracle11, oracle8, oxygene, oz, parasail, parigp, pascal, pcre, per, perl, perl6, pf, php, php-brief, pic16, pike, pixelbender, pli, plsql, postgresql, povray, powerbuilder, powershell, proftpd, progress, prolog, properties, providex, purebasic, pycon, pys60, python, q, qbasic, rails, rebol, reg, rexx, robots, rpmspec, rsplus, ruby, sas, scala, scheme, scilab, sdlbasic, smalltalk, smarty, spark, sparql, sql, stonescript, systemverilog, tcl, teraterm, text, thinbasic, tsql, typoscript, unicon, upc, urbi, uscript, vala, vb, vbnet, vedit, verilog, vhdl, vim, visualfoxpro, visualprolog, whitespace, whois, winbatch, xbasic, xml, xorg_conf, xpp, yaml, z80, zxbasic
Glyph="""
In-AppName Usage: In the below example, "UBIKIcons.Service" is used to call the symbol for Service or Group.
Glyph="{x:Static resources:UBIKIcons.User}"
PrimaryColor="{DynamicResource UBIKLightThemeColor}"
SecondaryColor="{DynamicResource UBIKDarkThemeColor}"
Style="{DynamicResource UBIKSymbolLabel}"
VerticalOptions="Center" />
BASIC ICONS
Icon | Casual Name / Description | In-App Name | Hex Code |
---|---|---|---|
Ubik - Scalable UBIK logo for use on the splash screen. | Ubik | Invalid language. You need to specify a language like this: <source lang="html4strict">...</source> Supported languages for syntax highlighting: 4cs, 6502acme, 6502kickass, 6502tasm, 68000devpac, abap, actionscript, actionscript3, ada, algol68, apache, applescript, apt_sources, arm, asm, asp, asymptote, autoconf, autohotkey, autoit, avisynth, awk, bascomavr, bash, basic4gl, bf, bibtex, blitzbasic, bnf, boo, c, c_loadrunner, c_mac, caddcl, cadlisp, cfdg, cfm, chaiscript, cil, clojure, cmake, cobol, coffeescript, cpp, cpp-qt, csharp, css, cuesheet, d, dcl, dcpu16, dcs, delphi, diff, div, dos, dot, e, ecmascript, eiffel, email, epc, erlang, euphoria, f1, falcon, fo, fortran, freebasic, freeswitch, fsharp, gambas, gdb, genero, genie, gettext, glsl, gml, gnuplot, go, groovy, gwbasic, haskell, haxe, hicest, hq9plus, html4strict, html5, icon, idl, ini, inno, intercal, io, j, java, java5, javascript, jquery, kixtart, klonec, klonecpp, latex, lb, ldif, lisp, llvm, locobasic, logtalk, lolcode, lotusformulas, lotusscript, lscript, lsl2, lua, m68k, magiksf, make, mapbasic, matlab, mirc, mmix, modula2, modula3, mpasm, mxml, mysql, nagios, netrexx, newlisp, nsis, oberon2, objc, objeck, ocaml, ocaml-brief, octave, oobas, oorexx, oracle11, oracle8, oxygene, oz, parasail, parigp, pascal, pcre, per, perl, perl6, pf, php, php-brief, pic16, pike, pixelbender, pli, plsql, postgresql, povray, powerbuilder, powershell, proftpd, progress, prolog, properties, providex, purebasic, pycon, pys60, python, q, qbasic, rails, rebol, reg, rexx, robots, rpmspec, rsplus, ruby, sas, scala, scheme, scilab, sdlbasic, smalltalk, smarty, spark, sparql, sql, stonescript, systemverilog, tcl, teraterm, text, thinbasic, tsql, typoscript, unicon, upc, urbi, uscript, vala, vb, vbnet, vedit, verilog, vhdl, vim, visualfoxpro, visualprolog, whitespace, whois, winbatch, xbasic, xml, xorg_conf, xpp, yaml, z80, zxbasic 26; | |
Service - The customer profile. | Service | !
| |
User | User | " | |
Password | Password | # | |
Log In | Login | $ | |
Log Out | Logout | % | |
Navigation - Global navigation or Hamburger Button | Navigation | ( | |
More Actions | Actions | ) | |
Home | Home | * | |
Scan | Scan | + | |
POI - NOT YET CREATED | hex | ||
Settings | Settings | - | |
Search | Search | . | |
Syncmode- - Automatic uploads and downloads | Online | 0 | |
Syncmode - Automatic downloads / manual uploads | Manual | 1 | |
Syncmode - No Automatic uploads or downloads | Offline | 2 |
OBJECT PAGE / TABS
Icon | Casual Name / Description | In-App Name | Hex Code |
---|---|---|---|
Start / Objects / Children - Symbol used to signify an object hierarchy. Thus used after logging in as the Start symbol, as well as for the Children tab just under the object title in the Header. | Children, Start | J | |
Properties - Used for Properties tab just under the object title in the Header. | Properties | K | |
Documents - Used for Properties tab just under the object title in the Header. | Documents | L | |
Document being Viewed - Used in place of the Children tab (first position) when a document is being viewed. | DocumentView | M |
CHILD OBJECT STATUS BADGES
Icon | Casual Name / Description | In-App Name | Hex Code |
---|---|---|---|
Uncommitted Changes - Used to show an item has alterations which have not yet been committed to the server (for example, in offline mode). | Changes | A | |
Uncommitted Changes / Variant - An alternate symbol for the usage. Currently, the small size that the icon is rendered at means that this image is too detailed for use on a child item in the above description. | ChangesAlt | @ | |
Technical Alert - Use to show that one or more children within the branch have an active Technical Alert status. | Technical | C | |
Organizational Status: Ongoing - Used to show that one or more of the tasks underneath this object are still in progress. | OrgOngoing | D | |
Organizational Status: Complete - Used to show that all the tasks underneath this object have been completed, and the ORG Status has been confirmed. | OrgComplete | E | |
Downloaded - Used to show that a branch download has occurred, making this object available offline. | Downloaded | H | |
Downloaded An alternate symbol for the usage. Currently, the small size that the icon is rendered at means that this image is too detailed for use on a child item in the above description. | DownloadedAlt | F | |
Locked | Locked | G | |
Deleted- Indicates an as-yet uncommitted Deleted status (for example, in offline mode). | Deleted | R |
PROPERTIES
Icon | Casual Name / Description | In-App Name | Hex Code |
---|---|---|---|
Online/Linked Document - Used to indicate strong signal, or as a base for the Ok and Bad signal icons. | OnlineDoc | f | |
Live Value Signal: Good - Used to indicate strong signal, or as a base for the Ok and Bad signal icons. | SignalGood | c | |
Live Value Signal: Ok | SignalOK | d | |
Live Value Signal: Ok | SignalBad | e | |
Read Only Property | PropReadOnly | ` | |
Editable Property | PropEdit | a | |
Editable List | PropEditList | b |
ACTIONS
Icon | Casual Name / Description | In-App Name | Hex Code |
---|---|---|---|
Add - Generic icon for adding something. | Add | P | |
Add Photo | Photo | Q | |
Delete- Indicates an as-yet uncommitted Deleted status (for example, in offline mode). | Delete, Deleted | R | |
Discard - Discard object from local database. | Discard, Cancel | S | |
Revert - Discard uncommitted changes. | Revert, Reset | T | |
Download - Action to trigger a Branch Download. | Download | U | |
Use Geo Location | UseLocation | V |
EDITORS
Icon | Casual Name / Description | In-App Name | Hex Code |
---|---|---|---|
Confirm | Confirm, Check, Ok, TaskYes | W | |
Revert | Revert, Reset | T | |
Cancel - Exit editor without saving changes. | Cancel | S | |
GUID: Go To | GoTo, Right | [ | |
GUID: Edit | Edit | \ | |
GUID: Delete | Delete, Deleted | R |
TASK ACTIONS
Icon | Casual Name / Description | In-App Name | Hex Code |
---|---|---|---|
Task Yes | Confirm, Check, Ok, TaskYes | W | |
Task No | Discard, Cancel | W | |
Task Finished | Confirm, Check, Ok, TaskYes | W | |
Task NA | Task NA | j |
GENERIC NAVIGATION
Icon | Casual Name / Description | In-App Name | Hex Code |
---|---|---|---|
Right | Right, GoTo | [ | |
Left | Left | ] | |
Up | Up | ^ | |
Down | Down | _ |