CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> General/Other

 RSS Format

Print topic Send  topic

Author Message
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
View profile  Send private message
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
View profile  Send private message
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
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.