Hello,
If it possible to use multiple and different named input box in order to choose different pictures in popup version? Or is it possible to use dynamic SetFileField( fileUrl ) function?
Thanks in advance
If it possible to use multiple and different named input box in order to choose different pictures in popup version? Or is it possible to use dynamic SetFileField( fileUrl ) function?
Thanks in advance
Re: Using multiple and different text fields in to popup version
Re: Using multiple and different text fields in to popup version
I think i couldn't explain my wish well. Let me say I have 10 different input box in my admin panel. All of them named different like <input name="bla1" id="bla"...,<input name="bla2" id="bla2".... And i want to open popup and select picture from CKFinder for every input box separately. picture1 for bla1, picture2 for bla2.
Is it possible?
Thanks again
Re: Using multiple and different text fields in to popup version
and then add pairs:
Re: Using multiple and different text fields in to popup version
I see I got the logic, thats what i need.
thanks for your support alfonsoml
Re: Using multiple and different text fields in to popup version
So how did this end up?... I need this to, i have 4 input fields. I can open Ckfinder with one of the four buttons now and select an image. The url is pasted into the last input field, and when i try to open the CKfinder again it just won't show... Anyone has some coding for 4 or more input fields?...
Re: Using multiple and different text fields in to popup version
Re: Using multiple and different text fields in to popup version
Re: Using multiple and different text fields in to popup version
This is a full working example
Re: Using multiple and different text fields in to popup version
Thanks alfonsoml! This code is working o.k. for multiple fields
Re: Using multiple and different text fields in to popup version
This method in Javascript works, I however have a different question...
What happens when you want to select multiple files into a textarea?
Lets say I have a text area which I use to build a gallery from, I upload 50 files using CKFinder and then want to select them in a popup window using ckfinder and populate the textarea with the filenames, seperated by a comma...
What do we need to do to implement this?