hoangduit / editease

Automatically exported from code.google.com/p/editease
0 stars 0 forks source link

How do I do to get the admin-link to work? #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Hi, Im new to jQuery and I have a fair knowledge of php but I dont
understand how I can get the admin-loginlink to work... this is my code
right now:

<span id="fti"><a href="#fti">admin</a></span> <!-- this is the placement
for the login link -->

        </div>
    </div>
    <div class="clear"></div>
</div>

</div>
    </div>
    <!-- END: Footer wrapper -->

</div>
<!-- END: Main page wrapper -->

<script type="text/javascript" src="js/jquery-latest.js"></script>
<script type="text/javascript" src="_ee/editease.jquery.js"></script>
<script type="text/javascript">
<!--
$(document).ready(function(){
    // load editEase login link and data into the page
    // - using first variable as link name
    $("#fti").editease('admin','/editease/_ee');    
});
-->
</script>

</body>
</html>

How should it be so it works?

Thx
Peter Eisenschmidt
neo_eip@hotmail.com

Original issue reported on code.google.com by peter.ei...@gmail.com on 24 May 2010 at 2:56

GoogleCodeExporter commented 8 years ago
This issue is fixed.

Original comment by peter.ei...@gmail.com on 4 Jun 2010 at 11:35

GoogleCodeExporter commented 8 years ago
How did you get it to work?

Original comment by chrisbu...@gmail.com on 9 Jun 2010 at 9:58

GoogleCodeExporter commented 8 years ago
I appreciate that you posted code that didn't work. I would love see the 
corrected version. It would show me how to make the admin login link work in an 
html document.

In fact, if anyone can post copies of their html code to login and to designate 
the editable space, I would be really grateful. Also, examples of the proper 
paths for scripts.

I am trying to figure out how to insert the code into a simple html page. I 
don't need header or navigations. I can create my own. 

I just need to be able to create a text editable area and a login link. 

If anyone can show me that code I would be so appreciative!

Thank you,

BL

Original comment by inkramb...@gmail.com on 19 Jun 2010 at 11:08