I'm trying to run the drilldown examples on this page, and I get the error foud an invalid value for layoutPanel - 'panel_row3_col'
I'd paste the code here but for some reason, it doesn't recognize the <> tags....for example < view onunloadCancelJobs="False" autoCancelInterval="100" >
doesn't show up (without the space inbetween)
How do I fix this?
to post code samples on this site you have to either enclose the code in backtick characters (generally on the same key as the tilde), OR for larger samples you can indent the entire sample with four space characters. Also if you highlight the text you want as a code sample, and click the little icon with the 1's and 0's, it'll indent it for you.
Also you have to completely ignore the "preview" mode beneath the textarea. Properly intented or backtick'ed code will never show in the "preview", although it of course will work in the real site when you submit the content.
You need a number after the col--e.g. panel_row3_col1 instead of panel_row3_col.