/* '#ahah' => array( // with JavaScript
'path' => 'filefield/ahah/'. $element['#type_name'] .'/'. $element['#field_name'] .'/'. $element['#delta'],
'wrapper' => $element['#id'] .'-ahah-wrapper',
'method' => 'replace',
'effect' => 'fade',
),
*/
what I did to work things out was :
1. Just install the latest version of the Filefield module
2. Open up filefield_widget.inc with a texteditor
3. and comment out the lines above.
注释掉上述代码就可以.
'path' => 'filefield/ahah/'. $element['#type_name'] .'/'. $element['#field_name'] .'/'. $element['#delta'],
'wrapper' => $element['#id'] .'-ahah-wrapper',
'method' => 'replace',
'effect' => 'fade',
),
*/
what I did to work things out was :
1. Just install the latest version of the Filefield module
2. Open up filefield_widget.inc with a texteditor
3. and comment out the lines above.
注释掉上述代码就可以.
本文介绍了解决Filefield模块中特定代码问题的方法。通过安装最新版本并注释掉引起冲突的代码段,可以确保模块正常运行。
2531

被折叠的 条评论
为什么被折叠?



