vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How do I populate editor from database? (https://vborg.vbsupport.ru/showthread.php?t=253636)

Cadellin 11-19-2010 03:07 PM

I have a custom template called "edittask" in which I got the WYSIWYG editor using this article.

Using that method the editor is inserted using {vb:raw messagearea} which I have to register in my php file as well as including functions_editor.php

I have created a variable called $edittask_desc which contains the old message which has been created previously using a different form (which also has a WYSIWYG editor).

What I can't work out is how to set the textarea value.

My template is below:

Code:

{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
  <head>
    <title>{vb:raw pagetitle}</title>
    {vb:raw headinclude}
    {vb:raw headinclude_bottom}
 
    <script type="text/javascript" src="clientscript/vbulletin-editor.js?v={vb:raw vboptions.simpleversion}"></script>
    <link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}vbulletin-formcontrols.css" />
    <link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}editor.css" />
    <link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}bbcode.css" />
  </head>
  <body>
   
    {vb:raw header}
   
    {vb:raw navbar}
   
    <div id="pagetitle">
      <h1>{vb:raw pagetitle}</h1>
    </div>
<div class="task_controls"><div class="task_control_left"><h2>User Panel</h2></div><div class="task_control_right"></div></div>
<h2 class="blockhead">Create New Task</h2>
<div class="blockbody">
            <div class="wysiwyg_block">
<div class="blockbody formcontrols">
<div class="blockrow">
        <form class="vbform block" action="edittask.php" method="post" name="vbform" onsubmit="return vB_Editor['{vb:raw editorid}'].prepare_submit(0,0)"  ><br />
            Name: <br /><input type="text" name="taskname" class="primary textbox full" value="{vb:raw edittask_name}" /><br /><br />
            Type: <br /><select class="primary" name="tasktype"><option value="0">Select Type</option>{vb:raw type_tasks_options}</select><br /><br />
            Description:<br />
{vb:raw messagearea}
<br />

<fieldset><legend>Assign Task: (optional)</legend>
Assign to User: <br />
<select name="taskuser" class="primary" cols="100"><option>none</option>{vb:raw task_user_options}                </select><br /><br />
            Due Date: <br /><input id="datepicker" class="primary textbox full" type="text" name="taskduedate" size="20" READONLY value="{vb:raw edittask_duedate}"/></fieldset>
</div>
</div>
</div>
            <input type='hidden' name='taskid' value='{vb:raw edittask_id}'>
            <input type='hidden' name='s' value='{vb:raw session.sessionhash}' />
            <input type='hidden' name='securitytoken' value='{vb:raw bbuserinfo.securitytoken}' />   
<div class="blockfoot actionbuttons">
<div class="group">
<input class="button" type="submit" value="Submit" />
</div></div>
</form>
</div>

<div style="width:100%;text-align:center;padding:10px;"><span class="copyright">Traction Wars Task Manager {vb:raw taskmanagerversion}</span></div>
    {vb:raw footer}
  </body>
</html>



All times are GMT. The time now is 11:20 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01107 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete