You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ico...@googlegroups.com
Anyhow.. with the old app, I used to get a demo page in the downloaded file that would display an icon image and it's value e.g. 
atm with the new app it's giving me the icon image, and some strange thing value=""
where do i now get the value to use for the data-icon=""
Any help appreciated Thanks
Keyamoon
unread,
Oct 26, 2013, 1:06:46 PM10/26/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ico...@googlegroups.com
The new demo file shows both the character itself (which the old one didn't), and the code for that character. The code is in hexadecimal. To get the HTML entity, all you need to do is add &#x to the left of that hex number and a semicolon to its right: 
Bronwyn V
unread,
Oct 26, 2013, 3:38:33 PM10/26/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ico...@googlegroups.com
Thank you, appreciate your help with that
Cheers :-))
Mario Peischl
unread,
Feb 9, 2014, 7:46:57 AM2/9/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ico...@googlegroups.com
Ok, got it. But why i didn't find this information in the docs? And why the [data-icon]:before entry in the css file was removed? It took me an hour to find out, that i have to add this manually and to tinker the HTML entity too.