Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
How to modify Inline command attribute via FormAPI
ninickname
Hi!
experimenting with FormAPI on TS 5.5.2 Windows... I wonder, is there a way to change the COMMAND attribute of the INLINE command via FormAPI?
Thanks in advance
Regards
Find more posts tagged with
Comments
Jeremy
No I don't think so.
What you can do is have two different Inline items with the different commands you want. Then using FormAPI you can show the one you want.
I don't think there are any other workarounds at this time.
ninickname
Too bad, but workaround is fine :-) Thanks Jeremy.
jbonifaci
Well, if you think about the order in which they are executed, it is not even possible. The inlines are executed on the server before the form is sent to the clients browser where the formapi would be executed.
One option to consider is to use a callserver rather than an inline.