Forum Replies Created
-
AuthorPosts
-
what i am tryin to achieve here alex is to add 3 buttons net to each other on top (submit,draft,cancel) and also i need to add the next and previous tab buttons on top.
so now in this way the buttons will be under each other i need to use append/prepend and not .before.okay, thank you so adding the button before the tabWrapper is the best option. If we need to add the cancel button also on top which function should we use onclick ?
I need to set the buttons over the tabs not side by side with the title field.
set the radio buttons horizontally.
hi alex i am using dffs v4.4.4.0 and this option is not available can you send me the script i don’t want to update dffs at the moment.
Attachments:
alex don’t bother yourself with the error i found the issue any hint on versionning?
yes on new form. and i want to know how we can solve the versioning issue if i don’t want to replace a document with an existing one with the same name.
Hi Alex it worked with the fileLearef but check the screenshot pls why this error is appearing?
Attachments:
So I have to use the fileleafref to make my title clickable? I don’t want to show the whole url I just want to make the document title href. I will check if I am using old version of Dffs.
Will share you a screenshot tomorrow but it’s like a normal vlookup with view and edit buttons but when is set it as readonly the user cannot access the document I just need to make the title clickable so he can view/download it.
I want to make the title clickable and redirect the user to the document or open the document in new browser tab.
October 7, 2019 at 13:25 in reply to: Delete "button" on child item with refresh for document library #27254HI alex any update please on this?
hi, can you please share the script?
thank youyes, but this option will not help me in my case because i have 2 buttons Submit and Save as Draft, and ofcourse the submit button is triggering the main sharepoint save button so if i want to update the request submitted field i have to do that by custom js and not When the form is saved rule.
but what i faced here that if i am changing the Request Submit field value to false if the form is not saved i am loosing the functionality of a rule that’s checking the required fields when the Request Submit is true.no what i am saying is that if the form is not saved because of some required fields should be filled and the submit button called a function to set some fields values we should reset these fields because the form is not saved.
anyway i found a way to do that.function checkRequired() { $('.dffs-formvalidation').each(function(){ if( $(this).val() == "" ){ setFieldValue('RequesterSubmit','false'); console.log("Test PAssed") return false; } }); }
-
AuthorPosts