Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
7 subscribers
Views
1068 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi, Where exactly can I put a a!sectionLayout in a formLayout? Curren
aswinb
over 11 years ago
Hi,
Where exactly can I put a a!sectionLayout in a formLayout? Currently I am getting no output with the following code pattern:
a!formLayout(
label: "blah balah blah",
firstColumnContents:{
a!sectionLayout(
a!gridField(),
a!buttonLayout()
)
}
)
The above code is not getting rendered in tempo! It works well in interface designer though....
OriginalPostID-103310
OriginalPostID-103310
Discussion posts and replies are publicly visible
Parents
0
Patty Isecke
Appian Employee
over 11 years ago
I believe you're missing a firstColumnContents: inside the sectionLayout.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Patty Isecke
Appian Employee
over 11 years ago
I believe you're missing a firstColumnContents: inside the sectionLayout.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data