Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

os-templates

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 54
  • Category: General
  • Founded: Jul 10, 2008
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 211 - 240 of 240   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
211 Lev Epshteyn
levikgoogle Send Email
Oct 23, 2008
12:28 am
I guess the only change would be to edit http://wiki.opensocial-templates.org/index.php?title=OpenSocial_Templating#Calling_Templates by adding the xmlns:myapp...
212 Dan Peterson
dpeterson@... Send Email
Oct 23, 2008
12:33 am
Hey Lev, Yes, I think it'd be great to have you attend. -Dan...
213 Goosemanjack Send Email Oct 23, 2008
3:43 pm
The thread around cleaning up the template definition brought up another issue. When one template calls another template and desires to pass information in,...
214 Goosemanjack Send Email Oct 23, 2008
3:45 pm
No, the change is deeper than that. Template definition is using the @name attribute to define what you have coded as @tag. I believe your interpretation...
215 Lev Epshteyn
levikgoogle Send Email
Oct 23, 2008
6:02 pm
Well, we can put it to a vote. As I have said, I believe that both @name and @tag serve a purpose: @name for non-namespaced identifiers, to be used with ...
216 Lev Epshteyn
levikgoogle Send Email
Oct 23, 2008
6:12 pm
How are you proposing these tags get handled? Does the processor ignore them, or do we throw an error if the required param is missing? If they are to be...
217 Evan Gilbert
opensocial.evan Send Email
Oct 23, 2008
6:59 pm
I like this idea although I'm worried about complexities. Like: - Can do additional validation (@type, @required) - Possible clean way to support default...
218 Goosemanjack Send Email Oct 23, 2008
9:47 pm
In answer to your question Lev, I would say the processor ignores them except when a default value is specified. In that case the logic would be: 1. Did the...
219 Lev Epshteyn
levikgoogle Send Email
Oct 25, 2008
5:43 am
These ideas seem interesting, but honestly I think we can hold off on param declaration until the next iteration. If the initial implementation won't be able...
220 Scott Seely
sseelymyspace Send Email
Nov 4, 2008
9:37 pm
The day after we celebrate OpenSocial&#39;s first birthday, we will get to work hammering out issues for the 0.9 release. MySpace will be hosting this gathering at...
221 Dan Peterson
dpeterson@... Send Email
Nov 4, 2008
11:02 pm
Thanks for putting this together, Scott. I just registered and I'll see you there. -Dan...
222 dua_rajdeep Send Email Nov 10, 2008
10:07 am
Is this Special variable currently implemented in Shindig. Was trying to run some sample code and this seems to be coming as null.. though the friends name...
223 David Byttow
davidbyttow@... Send Email
Nov 10, 2008
4:45 pm
Hi, In the current implementation it is injected as a local variable, not a member of Context. So you can just use ${Index} and ${Count}. Once this is fixed to...
224 Lev Epshteyn
levikgoogle Send Email
Nov 10, 2008
4:46 pm
At the moment this is not implemented as specced. These variables are made avaibale as ${Index} and ${Count}, but not inside the special ${Context} var....
225 dua_rajdeep Send Email Nov 21, 2008
11:08 am
the expressions section of the spec needs more details.Since it is based on JSP expressions which is a 100+ page spec, it would really help if details are...
226 bmizhen01 Send Email Dec 5, 2008
8:42 pm
Hello all, I would like to use the os-template to render Google Visualization API feed from a Google spreadsheet. The feed is in essence a list of column names...
227 Lev Epshteyn
levikgoogle Send Email
Dec 10, 2008
6:10 pm
I think this group is no longer the place for discussing templates spec issues - the discussion has moved to the main spec group at...
228 Scott Seely
sseelymyspace Send Email
Dec 10, 2008
7:24 pm
To handle this particular use case, one creates a template. That template is then responsible for executing the appropriate JavaScript. The scenario requires...
229 Boris Mizhen 
bmizhen01 Send Email
Dec 10, 2008
7:39 pm
Hi Scott, ... I am not sure I understand this part of your advise ... maybe you could illustrate with an example? Boris...
230 Boris Mizhen 迷阵
bmizhen01 Send Email
Dec 10, 2008
7:50 pm
... It's like saying because Java can run on a toaster it should not have UI libs :) The entire spec does not have to be implementable everywhere ... one ...
231 Scott Seely
sseelymyspace Send Email
Dec 10, 2008
8:28 pm
Sure-- take a look at the examples in the draft 0.9 spec at http://sites.google.com/site/opensocialdraft/Home/opensocial-templates#TOC-Template-Format and...
232 Boris Mizhen 
bmizhen01 Send Email
Dec 10, 2008
9:58 pm
Thank you Scott. I think I understand now - in case I need some common transformation I should make it into a separate template and call this template whenever...
233 Scott Seely
sseelymyspace Send Email
Dec 11, 2008
4:14 pm
If you want to experiment with some ideas, I highly recommend using the prototype over at http://ostemplates-demo.appspot.com/. I think this will do a better...
234 Boris Mizhen 
bmizhen01 Send Email
Dec 11, 2008
4:21 pm
Thanks Scott, this is very helpful ... But the prototype will not tell me if you would consider something like my code below a valid use. Would you? Besides,...
235 d. Taylor Singletary
graysweaters Send Email
Jan 28, 2009
12:59 am
Hello everyone, I've been excercising OpenSocial templates a bit lately, and am wondering if it's possible to render HTML entities correctly from fetched...
236 Lev Epshteyn
levikgoogle Send Email
Jan 28, 2009
10:26 pm
Looks like you found a bug. While this should not work for regular variable substitution, <os:Html> should properly display entity values. I will try to get...
237 d. Taylor Singletary
graysweaters Send Email
Jan 29, 2009
5:13 pm
Thanks for the reply, Lev. I am using the ostemplates.js file from http://ostemplates-demo.appspot.com/ostemplates.js (syncing back to my development...
238 Lev Epshteyn
levikgoogle Send Email
Jan 29, 2009
7:34 pm
Taylor... Just looked at the issue you are having. I think you may be using the <os:Html> tag incorrectly because it works for me if used like this: <os:Html...
239 Taylor Singletary
graysweaters Send Email
Jan 29, 2009
8:14 pm
Lev, You are correct. There must have been something strange with the entities that I was using previously. To isolate entities and UTF-8 characters into a...
240 Lev Epshteyn
levikgoogle Send Email
Jan 29, 2009
8:46 pm
No problem. Please don't hesitate to contact me if you have further questions. We're trying to find developers with non-trivial applications to help us work...
Messages 211 - 240 of 240   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help