Welcome Guest, Not a member yet? Register   Sign In
Can a text editor be integrated into the CodeIgniter Libraries?
#5

(This post was last modified: 11-24-2019, 07:35 AM by christaliise.)

(11-24-2019, 02:40 AM)jreklund Wrote: You will need to specify what "editor" you are using. It's literary thousand of them.

OK, I've pasted the program into the Libraries folder, and if I open it within FileExplorer and click on the exe file the program redirects to the open program, so there is nothing wrong with the program.

I've tried

PHP Code:
$this->load->library('editor'); 

and

PHP Code:
$this->load->library('editor\editor.exe'); 

but neither work. Have you got any suggestions on what I should try?

(11-23-2019, 07:12 PM)php_rocs Wrote: @christaliise,

That might be one way you could do it.  That is the beauty of CI.  Depending on what it is your trying to do there might be multiple ways to do it.  I can think of a way to do it where you don't even need a library.  You just include the necessary libraries in the header view and or footer view and simple add or activate the necessary code in the body of the page where you would need the text editor to appear.

I want PHP to execute the program then trigger a macro which would be a hotkey+alpha. Would that be possible?
Reply


Messages In This Thread
RE: Can a text editor be integrated into the CodeIgniter Libraries? - by christaliise - 11-24-2019, 06:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB