CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> Tips & Solutions

 Painless AJAX with jframe

Print topic Send  topic

Author Message
roeya


Posts: 181
Posted: 02/12/2008, 1:04 AM

You can enjoy easy to use AJAX with CodeCharge studio even if do not upgrade to CCS 4

Welcome to jframe -
jframe is a simple plugin for the excellent jquery JavaScript library.

It converts simple html DIV tags to dynamic ajax panels -

example:
1. Use the record builder and build new record
2. Create another page and insert DIV tags as explained in the link bellow
3. Include the java script files needed (jquery, jform & jframe)

Publish and that is it !!!!

The content of DIVs is dynamically updated

Chck it out at:

http://garage.pimentech.net/scripts_doc_jquery_jframe/




_________________
http://www.infoneto.com/
View profile  Send private message
blade690

Posts: 13
Posted: 02/14/2008, 9:29 AM

Thanks for the great tip!
View profile  Send private message
Alfred Trabulsi
Posted: 03/11/2008, 7:33 PM

Hi.

Would it be possible for you to post a more descriptive example using an
actual CCS form?

Thank you in advance.
Alfred

wrote:
> You can enjoy easy to use AJAX with CodeCharge studio even if do not upgrade to
> CCS 4
>
> Welcome to jframe -
> jframe is a simple plugin for the excellent jquery JavaScript library.
>
> It converts simple html DIV tags to dynamic ajax panels -
>
> example:
> 1. Use the record builder and build new record
> 2. Create another page and insert DIV tags as explained in the link bellow
> 3. Include the java script files needed (jquery, jform & jframe)
>
> Publish and that is it !!!!
>
> The content of DIVs is dynamically updated
>
> Chck it out at:
>
> http://garage.pimentech.net/scripts_doc_jquery_jframe/
>
>
>
>
> _________________
> http://www.infoneto.com/
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>
thomasbjo


Posts: 43
Posted: 03/17/2008, 11:54 AM

Quote Alfred Trabulsi:
Hi.

Would it be possible for you to post a more descriptive example using an
actual CCS form?


I'll help you out here. This is a complete iframe. Generate an empty page (Called iframe) and put this code in between the Body tags
  
<table cellspacing="2" cellpadding="2" width="100%" bgcolor="#cfdbe6" border="0">  
  <tr valign="top">  
    <td width="25%"><iframe name="menu" marginwidth="0" marginheight="0" src="YourMenu.php" frameborder="0" width="100%" scrolling="no" height="550" target="maincontent"></iframe></td>   
    <td width="75%"><iframe name="maincontent" marginwidth="0" marginheight="0" src="EditYourContent.php" frameborder="0" width="100%" scrolling="yes" height="550"></iframe></td>  
  </tr>  
</table>            


You generate a standalone page called "YourMenu" containing links to "EditYourContent" (Target is maincontent).
It is as easy as that:-)

Working example: http://bjoernvold.com/BCMS/iframe.php

_________________
"I know a 100 ways on how it does not work"
http://bjoernvold.com
View profile  Send private message
JimmyCrackedCorn

Posts: 583
Posted: 03/17/2008, 2:20 PM

Quote thomasbjo:
I'll help you out here. This is a complete iframe.

I think they are discussing an Ajax script named jframe and not the HTML iframe tag

_________________
Walter Kempees...you are dearly missed.
View profile  Send private message
thomasbjo


Posts: 43
Posted: 03/17/2008, 5:16 PM

Quote JimmyCrackedCorn:
Quote thomasbjo:
I'll help you out here. This is a complete iframe.

I think they are discussing an Ajax script named jframe and not the HTML iframe tag


Opps! sorryO:) O:)
_________________
"I know a 100 ways on how it does not work"
http://bjoernvold.com
View profile  Send private message
JimmyCrackedCorn

Posts: 583
Posted: 03/17/2008, 10:16 PM

Quote thomasbjo:
Opps! sorryO:) O:)

That was a solid example of iframe use though!!!
_________________
Walter Kempees...you are dearly missed.
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.