egroupware_official/etemplate/js/test/et2_test_text.json
Nathan Gray c0abff9612 - Get email widget working with felamimail if user has access, mailto: otherwise
- Get phone widget working using telephony integration if configured, tel: if user's on an Android or iPhone
- Popup calendar on date widget
2011-08-29 21:15:53 +00:00

11 lines
212 B
JSON

var text_data = {
content: {
"url": "www.egroupware.org",
"email": "",
"phone": "(866) 789-RACE",
"url_ro": "www.egroupware.org",
"email_ro": "info@egroupware.org",
"phone_ro": "(866) 789-RACE"
}
}