kevind
Posts: 251
|
| Posted: 01/24/2005, 2:21 PM |
|
Does anyone have some suggestions on how to insert the tags for RSS formatting into a standard grid. It seems when I try using <title> tags inside the table the table disappears from the design tab of the GUI.
I'm using this with a program called Desktop Sidebar - I have a PIM application designed in CCS running off of XP Pro localhost and Desktop Sidebar allows me to keep some data from that PIM visible while I work in other applications.
Thanks
Kevin
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
Nicole
Posts: 586
|
| Posted: 01/25/2005, 2:47 AM |
|
Hello,
This is not natively supported by CCS, but can be done via custom code
In order to output CCS page to XML format file please add the following code to Page’s After Initialize event (PHP sample):
Header("Content-type: text/xml");
If you need to incorporate some code into HTML that corrupts a page in Design mode you can use template variables and substitute them with necessary code in page’s Before Show event. Refer to KB article regarding CCS template technology http://support.codecharge.com/kb_article.asp?article_id=56
_________________
Regards,
Nicole |
 |
 |
kevind
Posts: 251
|
| Posted: 01/25/2005, 3:16 AM |
|
thanks - will try your suggestion
kd
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
|