Recent activity
Subscribe to this feed
David Peterson set one of David Peterson's replies as an official response to "Linking plugin link-page macro not working" in CustomWare
A comment on the problem "Linking plugin link-page macro not working" in CustomWare:
No worries :) – David Peterson, on November 10, 2009 01:04
A comment on the question "table-data macro not compatible with table macro" in CustomWare:
Great! – David Peterson, on November 10, 2009 00:15
David Peterson replied on November 10, 2009 00:14 to the problem "Linking plugin link-page macro not working" in CustomWare:
A comment on the question "Edit page is no displaying anything." in CustomWare:
Glad to hear it's sorted out. Sorry it took so long!
You're correct, the documentation you mentioned is a bit out of date. I'd actually forgotten it existed... We'll update it shortly. Thanks for the heads-up. – David Peterson, on November 09, 2009 16:57
David Peterson replied on November 09, 2009 15:42 to the question "How to create a mailto-link from scaffolding field" in CustomWare:
David Peterson replied on November 09, 2009 01:42 to the question "table-data macro not compatible with table macro" in CustomWare:
Not directly - options like {table-row} and {table-cell} don't even exist, as you're no doubt aware. You can get some extra control by wrapping the {table-data} with a {div} and styling based on that. You can also put {div} or {span} values inside cells, although it's difficult to affect the whole cell contents (I believe you can basically do it by setting your padding/margin values to 0 for the table cells and the contents.
Something like this:
{style}
.myclass table th .mycolumn {
color:#003366;
background-color:#f0f0f0;
text-transform:uppercase;
font-weight:bold;
vertical-align: center;
}
.myclass table td .mycolumn {
vertical-align: center;
}
{style}
{div:class=myclass}
{table-data}
|| {span:class=mycolumn}Color Name{span} ||
| {span:class=mycolumn}{list-data:Color}
{list-option:Red}Red{list-option}
{list-option:Yellow}Yellow{list-option}
{list-option:Blue}Blue{list-option}
{list-option:Green}Green{list-option}
{list-data}{span} |
{table-data}
{div}
Not exactly what you were after, but hopefully usable.
David Peterson replied on November 08, 2009 14:47 to the problem "live-template problem" in CustomWare:
Hi Alexander,
Scaffolding doesn't do anything directly with SQL. It looks like you have a configuration problem with Confluence somewhere (I'd guess with your database, from the looks of it). I'd suggest contacting Atlassian Support to see if they can sort you out.
A comment on the problem "Plugin unable to log into confluence despite correct URL and Credentials" in CustomWare:
Hi Carl,
Unfortunately, I'm not too familiar with the Salesforce plugins, so I've contacted a couple of other people who are, and will get back to you by early next week. – David Peterson, on November 07, 2009 01:37
David Peterson replied on November 06, 2009 03:57 to the problem "Table-data content not showing when including a page" in CustomWare:
Hi there,
Could you please create a bug report and I'll schedule it for investigation. Thanks!
David
David Peterson replied on November 06, 2009 03:35 to the problem "Overflow error with report-on macro in Reporting 3.2.0" in CustomWare:
Sorry for the delay in getting back to you. I've been buried in work for a different project.
This is rather odd. Have you created an issue in JIRA? I'll schedule it for investigation ASAP.
David Peterson replied on November 06, 2009 03:15 to the problem "Plugin unable to log into confluence despite correct URL and Credentials" in CustomWare:
David Peterson replied on November 05, 2009 17:53 to the question "Edit page is no displaying anything." in CustomWare:
David Peterson replied on November 05, 2009 16:40 to the question "Edit page is no displaying anything." in CustomWare:
David Peterson replied on November 05, 2009 14:54 to the question "Edit page is no displaying anything." in CustomWare:
Hi Jo-Anne. I'm not sure what the issue would be exactly. Many people (hundreds, in fact) have gotten this plugin working with Confluence before, so it's a bit mystifying what might be causing your problems. It seems like you have the right version of both Confluence and Scaffolding. All a bit odd....
David Peterson replied on November 04, 2009 14:29 to the question "Which plugin version works with older Java version 1.4?" in CustomWare:
I'm not sure that there is a specific version that will work in this case. We switched to Java 5 for all the Confluence 2.8-friendly versions of both plugins, I believe. You could try one of the older versions for Confluence 2.7, but I'm pretty sure Scaffolding at least will have issues. Reporting might be ok.
Sorry about that!
David Peterson set one of David Peterson's replies as an official response to "If - then functionality in Scaffolding" in CustomWare
David Peterson replied on November 04, 2009 06:59 to the question "If - then functionality in Scaffolding" in CustomWare:
It can't be done 'live' in the scaffold edit page, but you can use Reporting to do an 'if' type statement using filters on the report-body. Eg:
{report-block}
{local-reporter:data:My List Data}
{text-filter:@self|include=Foo}
{report-body}Foo selected{report-body}
{text-filter:@self|include=Bar}
{report-body}Bar selected{report-body}
{report-empty}Nothing selected{report-empty}
{report-block}
David Peterson replied on November 01, 2009 02:39 to the question "Can you evaluate equations with two supplier chains?" in CustomWare:
| next » « previous |
Loading Profile...










