Normal
That might work, but I find that the skin engine is so inconsistent and incomplete that it is difficult to predict whether any particular set of tags will work as expected . So you will need to try it to find out. A couple of points:(1) "skin.setfocus()" is a function that must be coded in an expression, so the line above should be:<onfocus>#(skin.setfocus(0,4))</onfocus>(2) I just scanned the source files for "DefaultWideHD" and I notice that [USER=54906]@catavolt[/USER] uses this variation:<onfocus>#(skin.setfocus(cint(#currentmoduleid),4))</onfocus>So that form would be a good starting point for the test. -- from CyberSimian in the UK
That might work, but I find that the skin engine is so inconsistent and incomplete that it is difficult to predict whether any particular set of tags will work as expected . So you will need to try it to find out.
A couple of points:
(1) "skin.setfocus()" is a function that must be coded in an expression, so the line above should be:
<onfocus>#(skin.setfocus(0,4))</onfocus>
(2) I just scanned the source files for "DefaultWideHD" and I notice that [USER=54906]@catavolt[/USER] uses this variation:
<onfocus>#(skin.setfocus(cint(#currentmoduleid),4))</onfocus>
So that form would be a good starting point for the test.
-- from CyberSimian in the UK