CoolFace
Apppublic

kenken999/php

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
inline_edit.htm21 linesDownload Raw Back to templates
1<edit_controls>2	<jscode>{$linkdata}</jscode>3	##foreach Fields as @f filter @f.bInlineEdit && @f.bListPage order @f.nListPageOrder##4##if UseRichTextEditor(@f, TYPE_PAGE_EDIT)##5	##if @BUILDER.m_strRTEType==RTE_FCK## 6	<control type="FCK" field="##@f.strName g##">7	##elseif @BUILDER.m_strRTEType==RTE_INNOVA## 8	<control type="Innova" field="##@f.strName g##">9	##elseif @BUILDER.m_strRTEType==RTE_BASIC## 10	<control type="RTE" field="##@f.strName g##">11	##else##12	<control field="##@f.strName g##">13	##endif##14##else##15	<control field="##@f.strName g##">16##endif## 17	{$##@f.strName g##_editcontrol}18	</control>19	##endfor##20	<message>{$message}</message>21</edit_controls>