Hi guys
I have today upgraded the ckediotr to the latest one for a clinet in OC, and enbaled the full set of controls, demo here http://ckeditor.com/demo
this works on safari 5 on ipad, so this is great! they are really happy!
But basically i am one step away from having file manager work on the ipad,
I can get it to load up, scroll the list files, select an image with my finger, but then nothing happens!
Just this last step and it can't go any further!
I wouldn't usually bother with this ipad stuff but as it was requested, i am try my hardest!
Has anyone a suggestion, or seen anything on this subject? Or even an alternative, my ida would be to add a submit button to the header of the file manager, so once the image is clicked they could click the submit button?
It's just that last action im trying to get working, anyone with any feedback I would be most grateful!
I have today upgraded the ckediotr to the latest one for a clinet in OC, and enbaled the full set of controls, demo here http://ckeditor.com/demo
this works on safari 5 on ipad, so this is great! they are really happy!
But basically i am one step away from having file manager work on the ipad,
I can get it to load up, scroll the list files, select an image with my finger, but then nothing happens!
Just this last step and it can't go any further!
I wouldn't usually bother with this ipad stuff but as it was requested, i am try my hardest!
Has anyone a suggestion, or seen anything on this subject? Or even an alternative, my ida would be to add a submit button to the header of the file manager, so once the image is clicked they could click the submit button?
It's just that last action im trying to get working, anyone with any feedback I would be most grateful!
Regards
Chris
Lets' forge our present as past for the future. - Kay Lohn
I did the following mod to 1.5.2.1 (view/template/common/filemanager.tpl) to add a select button to the top of the filemanager for the same ipad reasons.
After this bit of code:
add:
And before the end bit like:
Added:
Enjoy.
After this bit of code:
Code: Select all
</head>
<body>
<div id="container">
<div id="menu"><a .........................<?php echo $button_refresh; ?></a>
Code: Select all
<a id="select" class="button">Select</a>
And before the end bit like:
Code: Select all
});
//--></script>
</body>
</html>
Code: Select all
$('#select').bind('click', function() {
var path = $('#column-right a.selected').find('input[name=\'image\']').attr('value');
if (path) {
parent.$('#<?php echo $field; ?>').attr('value', 'data/' + path);
parent.$('#dialog').dialog('close');
}
});
I can confirm this is working and really should be part of the core build.
http://www.senses.co.uk
Senses Web Soltuions
Latest Releases:
http://www.personalisedcanvas.com/
http://www.stampedelytham.co.uk/
I realise this is an old post but i had this same issue in 1.5.6, however this solution that grooverdan provided still works but the filemanager.tpl has been moved to /admin/view/template/common.
Took me a bit of searching to find this file so i thought i would share for those having the same issue in 1.5.6
Took me a bit of searching to find this file so i thought i would share for those having the same issue in 1.5.6
There are many such managers, such as File Manager Pro, Documents 6, FileMaster, Tunesgo (dr.fone - transfer), Mobikin Assistant for iOS, etc. are all good software. Before deciding, I suggest you look at the review of them.
Who is online
Users browsing this forum: No registered users and 79 guests