Ps it might be useful if we keep the metadata functionality in sync
between the java and php versions.
Are you guys Ok with the metadata format i've used?
-- Chris
On Jun 8, 2008, at 1:37 PM, Chris Chabot (JIRA) wrote:
[ https://issues.apache.org/jira/browse/SHINDIG-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Chabot resolved SHINDIG-354.
----------------------------------
Resolution: Fixed
Assignee: Chris Chabot
Added support for <Link rel="..." href="...."> ModulePref fields.
This is exposed in the gadget object through
Gadget.getLinks() -> returns array of LinkSpec objects (which
have .getRel() and .getHref())
Gadget.getLink($rel) -> returns false on not found, or the matching
LinkSpec object
And in the metadata through:
{
....
'links' : {
{
'rel' : 'support',
'href' : 'http://support.foo.com/'
},
{
'rel' : 'suppor emailt',
'href' : 'mailto:[EMAIL PROTECTED]'
}
}
}
Add gadget support meta fields
-------------------------------
Key: SHINDIG-354
URL: https://issues.apache.org/jira/browse/SHINDIG-354
Project: Shindig
Issue Type: New Feature
Components: Gadget Rendering Server (PHP)
Reporter: Chris Chabot
Assignee: Chris Chabot
* <help> - Url to help and FAQ about the app
* <support_URL> - Url to page for users to contact the app about
issues
* <support_email> - email address to send mail to.
See:
http://www.google.com/url?q=http://groups.google.com/group/opensocial-and-gadgets-spec/browse_frm/thread/c146cb26feb86885%23&sa=D&usg=ALhdy297kkouGOjj8ri7zugVUu8Dt_4K1g
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.