Exemple #1
0
                                <?php 
$get_about = get_about('facilities', $get_lang);
$path = get_dirname($_SERVER['PHP_SELF']);
$CKEditor = new CKEditor();
$CKEditor->basePath = $path . '/xeditor/';
$initialValue = $get_about['fill'];
$code = $CKEditor->editor("facilities", $initialValue);
?>
                                </span>
                            </li>
                            <li class="field-divider"></li>
                            <li class="field input-file clearfix">
                                <label>Manajemen Mutu</label><br /><br />
                                <span style="width:550px">
                                <?php 
$get_about = get_about('quality', $get_lang);
$path = get_dirname($_SERVER['PHP_SELF']);
$CKEditor = new CKEditor();
$CKEditor->basePath = $path . '/xeditor/';
$initialValue = $get_about['fill'];
$code = $CKEditor->editor("quality", $initialValue);
?>
                                </span>
                            </li>
                        </ul>
                    </div>
                </div><!--box-->

            </div><!--main-content-->
            
</form>
Exemple #2
0
            <br />
            <input type="checkbox" name="custom_page_about_description" value="yes"  
			<?php 
if ($get_about['fill'] == 'default') {
    echo 'checked="checked"';
}
?>
> Use default value
          </li>
        
          <li class="form-group row">
            <label style="width:250px;">Tanya Jawab</label>
            <br /><br />
          
		    <?php 
$get_about = get_about('faq', $get_lang);
$path = get_dirname($_SERVER['PHP_SELF']);
$CKEditor = new CKEditor();
$CKEditor->basePath = $path . '/xeditor/';
$initialValue = $get_about['fill'];
$code = $CKEditor->editor("faq", $initialValue);
?>
          
            <br />
            <input type="checkbox" name="custom_page_about_faq" value="yes"  
			<?php 
if ($get_about['fill'] == 'default') {
    echo 'checked="checked"';
}
?>
> Use default value