74 lines
1.4 KiB
HTML
74 lines
1.4 KiB
HTML
<script type="text/javascript">
|
|
// 容器设置回调处理
|
|
function FormBackLayoutConfig(e)
|
|
{
|
|
FormBackLayoutConfigHandle(e);
|
|
}
|
|
|
|
// 单图选择回调处理
|
|
function FormBackModuleConfigImages(e)
|
|
{
|
|
FormBackModuleConfigImagesHandle(e);
|
|
}
|
|
|
|
// 多图选择回调处理
|
|
function FormBackModuleConfigManyImages(e)
|
|
{
|
|
FormBackModuleConfigManyImagesHandle(e);
|
|
}
|
|
|
|
// 视频选择回调处理
|
|
function FormBackModuleConfigVideo(e)
|
|
{
|
|
FormBackModuleConfigVideoHandle(e);
|
|
}
|
|
|
|
// 商品选择回调处理
|
|
function FormBackModuleConfigGoods(e)
|
|
{
|
|
FormBackModuleConfigGoodsHandle(e);
|
|
}
|
|
|
|
// 标题选择回调处理
|
|
function FormBackModuleConfigTitle(e)
|
|
{
|
|
FormBackModuleConfigTitleHandle(e);
|
|
}
|
|
|
|
// 辅助线选择回调处理
|
|
function FormBackModuleConfigBorder(e)
|
|
{
|
|
FormBackModuleConfigBorderHandle(e);
|
|
}
|
|
|
|
// 辅助空白选择回调处理
|
|
function FormBackModuleConfigHeight(e)
|
|
{
|
|
FormBackModuleConfigHeightHandle(e);
|
|
}
|
|
|
|
|
|
// 滚动配置回调处理
|
|
function FormBackModuleModalRollingConfig(e)
|
|
{
|
|
FormBackModuleModalRollingConfigHandle(e);
|
|
}
|
|
|
|
// 列表配置回调处理
|
|
function FormBackModuleModalListConfig(e)
|
|
{
|
|
FormBackModuleModalListConfigHandle(e);
|
|
}
|
|
|
|
// 标题关键字回调处理
|
|
function FormBackModuleModalTitleKeywords(e)
|
|
{
|
|
FormBackModuleModalTitleKeywordsHandle(e);
|
|
}
|
|
|
|
// 弹窗搜索选择回调处理
|
|
function FormBackModulePopupGoodsSearch(e)
|
|
{
|
|
FormBackModulePopupGoodsSearchHandle(e);
|
|
}
|
|
</script> |