ArchiveAugust 2012

How to use CKeditor in php

H

step 1. Download CKeditor file. step 2. Paste ckeditor file on root directory or you can paste it where the files of your project. step 3. Add the Javascript and code into desired page. Add javascript to the files for which you will use the editor – <script type=”text/javascript” src=”ckeditor/ckeditor.js”></script> <script...

Send Email With Attached Files from Iphone application

S

step 1 : – add MessageUI framework step 2 : #import “MessageUI/MessageUI.h” – add MFMailComposeViewControllerDelegate to .h file step 3 : – code in .m file on an clicked event of send Button if ([MFMailComposeViewController canSendMail]) { // csv file path details for attachments NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory...

Category